[00:39] hohum (n=dcorbe@mercury.sunrocket.com) left irc: "This computer has gone to sleep" [02:16] CunningPike (n=CunningP@204.239.8.149) left irc: "And so, to bed" [03:19] _Vile (n=vile@bc182112.bendcable.com) left irc: "This computer has gone to sleep" [03:21] CrazyTux[m] (n=CrazyTux@static-71-116-124-200.snfcca.dsl-w.verizon.net) left irc: Read error: 104 (Connection reset by peer) [03:23] _Vile (n=vile@bc182112.bendcable.com) joined #openser. [05:03] viperdude (n=jon@195.74.96.120) got netsplit. [05:03] JT (n=jon@unaffiliated/jt) got netsplit. [05:03] viperdude (n=jon@195.74.96.120) returned to #openser. [05:03] JT (n=jon@unaffiliated/jt) returned to #openser. [05:07] _Vile (n=vile@bc182112.bendcable.com) left irc: "This computer has gone to sleep" [05:16] viperdude (n=jon@195.74.96.120) got netsplit. [05:16] JT (n=jon@unaffiliated/jt) got netsplit. [05:17] viperdude (n=jon@195.74.96.120) returned to #openser. [05:17] JT (n=jon@unaffiliated/jt) returned to #openser. [06:10] L|NUX (n=linux@unaffiliated/lnux/x-10290) joined #openser. [06:28] Defraz (n=t0tal@fw.centrisys.com) left irc: Read error: 131 (Connection reset by peer) [09:17] oej (n=olle@apollo.webway.se) joined #openser. [10:17] apardo (n=apardo@87.220.64.148) joined #openser. [10:55] apardo (n=apardo@87.220.64.148) left irc: Read error: 110 (Connection timed out) [11:22] Nick change: _Bilbo__ -> _Bilbo_ [11:27] L|NUX (n=linux@unaffiliated/lnux/x-10290) left irc: "Leaving" [11:49] oej (n=olle@apollo.webway.se) left irc: [12:52] qdk (n=qdk@80.243.125.204) left irc: "Leaving" [12:52] qdk (n=qdk@80.243.125.204) joined #openser. [14:17] h3x (n=hex@ip68-224-50-207.lv.lv.cox.net) joined #openser. [14:26] oej (n=olle@apollo.webway.se) joined #openser. [16:12] hohum (n=dcorbe@c-71-62-76-68.hsd1.va.comcast.net) joined #openser. [17:17] duckz (n=duckz@141.85.3.18) left irc: Remote closed the connection [17:41] _Vile (n=vile@bc182112.bendcable.com) joined #openser. [18:10] Aurs (n=Aurs@c6870BF51.dhcp.bluecom.no) left irc: Read error: 113 (No route to host) [18:54] qdk (n=qdk@80.243.125.204) left irc: Read error: 110 (Connection timed out) [18:58] codestr0m (n=asura@ns1.netsyncro.com) joined #openser. [18:59] Buna.. [19:01] Has anyone ever pondered hooking DUNDi into OpenSER? [19:02] CrazyTux[m] (n=CrazyTux@c-67-188-233-116.hsd1.ca.comcast.net) joined #openser. [19:04] CrazyTux[m]: you any good at AVP? [19:05] JerJer, I'm ok, whats up. [19:05] i really need to fix this damn caller*id problem but for the life of me i cannot get my head around how to pull it off [19:06] for whatever reasons, our providers expect the caller*id to be in the sip:[here]@blah portion of either the From or RPID [19:06] but every SIP device i know about sends it like From: "[here]" [19:07] so others have told me to push the value i need onto an avp then create a properly formatted RPID [19:07] JerJer: mind we asking which provider? [19:07] but everything i've tried so far keeps the damn quotation marks [19:07] codestr0m: L3, GX [19:07] ATT [19:07] Qwest [19:07] and so on [19:08] JerJer: I meant the one that wants it in the different format [19:08] they all expect it this way - yet our Linksys and Cisco phones send it a whole different way [19:09] if we put Asterisk in front of everything this is not a problem....but Asterisk isn't friendly to scale like we need [19:09] hmm. I'm still quite new to openser, but we pass all interopt testing with *.. yeah. agreed to your comments [19:09] plus the project i am working on currently specifically asked for a non-asterisk implemenation :) [19:11] codestr0m: i've been using SER for a very long time, but I still feel new to many things around SER/OpenSER as well [19:11] isnt there a pseudo var that is the field u need? [19:11] toombaloomba: yes but it contains the damn quotes [19:13] ah, i dunno what could be used to get rid of those [19:13] someone said AVP [19:17] well. I'm trying to figure out the feasibility to completely drop *.. good thing I don't have to worry about zap <-> sip [19:18] fn: "2316294184" [19:19] codestr0m: asterisk as a media gateway, pbx or application server kicks ass [19:19] but Asterisk is absolutey not a SIP proxy [19:20] so i push $fn on to an AVP then build a RPID with it - gonna have to spend some time on this one today [19:20] hopefully the damn quotes go away [19:21] reading over http://www.openser.org/docs/modules/1.1.x/avpops.html#AEN507 looks like avp_subst may do what you need [19:21] JerJer: well. I'll bite my tongue about all things * related here [19:21] no idea, i dont mess with avp much [19:24] JerJer, sorry had a phone conference, im back [19:24] JerJer, whats the problem you're having? [19:25] JerJer, L3 is simple [19:25] JerJer, P-Asserted-Identity is supported via L3 [19:26] JerJer, simply push that through append_hf("P-Asserted-Identity: "from" \r\n"); [19:27] JerJer, still here? [19:28] yep [19:29] yes but the damn quotes stick around [19:29] if i could get rid of the quotes everything would work [19:29] JerJer, or you can simply do avp_printf("$avp(i:1)", "some value to push to rpid"); avp_pushto("$re", "$avp(i:1)"); [19:29] quotes come from $fn [19:29] JerJer, quotes as in " ? [19:30] yup [19:30] $fn comes in as exactly "2316294184" [19:30] JerJer, thats crazy, it shouldnt be quoted [19:31] JerJer, xlog("L_INFO", "fn: $fn"); has quotes? [19:31] yup [19:31] v1.1.1 [19:31] JerJer, wait your using the wrong pvar [19:31] JerJer, use $fU [19:32] Action: CrazyTux[m] is still waking up. [19:32] $fU is the authentication name of the SIP Phone [19:32] JerJer, no its not [19:32] JerJer, its the from username [19:32] JerJer, $au is the auth username [19:32] i see it as what gets set as the auth name [19:33] JerJer, ok do you want the callee's number or the caller's number? [19:33] JerJer, you're trying to set outgoing caller ID, or incoming? [19:33] outgoing [19:33] when someone makes a call from their SPA-942 we want a caller*ID sent [19:33] JerJer, ok, so it's $fU that you wan to use [19:34] in the asterisk world we always used the Display Name set to a 10 digit number [19:34] JerJer, Yea.. use $fU [19:35] that always shows up as the devices authentication name [19:35] JerJer, avp_pushto("$re", "$fU"); [19:35] JerJer, thats for Remote-Party-ID: hd [19:35] JerJer, although I know level3 supports the newer P-Asserted-Identity [19:35] JerJer, if that is indeed your gateway for termination [19:36] Mar 10 18:26:48 testor /usr/local/sbin/openser[9056]: fn: "2316294184" fU: jj-mobile au: jj-mobile [19:37] JerJer, hmmm... [19:37] now we use: User ID: jj-mobile Password; valid pass and use auth-id NO in the SPA configuration [19:37] JerJer, whats $oU show [19:37] so perhaps we need to use authid [19:37] and set username to the Caller*ID [19:38] JerJer, generally the username is the phone number [19:38] Mar 10 18:29:13 testor /usr/local/sbin/openser[9104]: fn: "2316294184" fU: jj-mobile au: jj-mobile ou: sip:12487249999@domain [19:38] ok - leme tweak on that one [19:40] JerJer, I mean other than that you could use textops to get rid of the quotes [19:40] JerJer, if you wanted to keep the authID a 'username' [19:41] substr(re/find/replace/) [19:41] just liked sed/awk [19:41] s/liked/like/ [19:49] JerJer, hows that working for you? [20:08] hmm [20:08] still tweakin [20:13] i cannot make it register when using authID [20:17] i see subst [20:22] which seems to only effect the URI [20:30] pushing it on to an AVP keeps the damn quotes [20:32] codestr0m (n=asura@ns1.netsyncro.com) left irc: Remote closed the connection [20:35] hmm avp_subst [20:35] WE HAVE A WINNER! [20:50] codestr0m (n=asura@ns1.netsyncro.com) joined #openser. [20:56] hohum (n=dcorbe@c-71-62-76-68.hsd1.va.comcast.net) left irc: "This computer has gone to sleep" [21:04] Hell yeah! [21:04] I figured it out [21:12] JerJer: what was it? [21:12] i had to get it onto an AVP [21:12] subst out the quotes on the AVP [21:12] push out to a new AVP [21:13] then append_hf onto P-Asserted-Identiy and Remote-Party-ID (for completeness) [21:13] i'm gonna queue this bit of code for a blog entry [21:14] k. if you don't mind sharing the link. I'm no L3 fan, but I do plan to do some openser interopt testing soon [21:28] oej (n=olle@apollo.webway.se) left irc: [21:54] oej (n=olle@apollo.webway.se) joined #openser. [22:14] JerJer, :) nice [22:25] oej (n=olle@apollo.webway.se) left irc: [23:04] tdi (n=tdi@reykin.pozman.pl) joined #openser. [23:04] hi all [23:05] anybody with radius ? [23:13] no radius [23:16] i am doing it now with openser [23:42] tdi_ (n=tdi@reykin.pozman.pl) joined #openser. [23:42] tdi (n=tdi@reykin.pozman.pl) left irc: Read error: 131 (Connection reset by peer) [00:00] --- Sun Mar 11 2007