Re: [OpenSIPS-Users] explizit handling auf replyto

2009-09-07 Thread Uwe Kastens
Hi Bogdan, Seems that my question was not very clear. I would expect that reply messages would be handled automatically, if I use t_relay. This seems not to happen in my setup. I need to route this replys with an reply_route and forward them explicitly to the pstn gateway. This not as it should

Re: [OpenSIPS-Users] CDRTool query to media_sessions table

2009-09-07 Thread Dan Pascu
On 5 Sep 2009, at 23:01, Jeff Pyle wrote: Hello, On CDRTool v6.8.0 and Mediaproxy 2.3.6 I notice sometimes I get “No information available” when I click on the Media Information link. In one particular example, the query looks for “SDjui5c99-324092c7=2B1=2B2b6b0008=2B96cdd538” but the

[OpenSIPS-Users] [NEW] JSON module

2009-09-07 Thread andrei dragus
Hello everyone, A new module has been added to Opensips that provides means for serialization and deserialization of data structures using JSON format. Benefits of the JSON module: - JSON is a widespread format so it can be used to share structured information with other applications

[OpenSIPS-Users] Nextone - Proxy-Authorization and Authorization Header

2009-09-07 Thread Julien Chavanton
Hi, when forwarding call to Nextone SBC if there is Proxy-Authorization or Authorization header it does not reply to INVITE Can I configure Opensip not to forward the authentication information used with his clients softphones ? ___ Users mailing

[OpenSIPS-Users] [NEW] Stun Module

2009-09-07 Thread Razvan Pistolea
Hi to all, There is a new STUN server(rfc 3489) module integrated in OpenSIPS. Why an integrated STUN server module? A STUN server uses 2 ips and 2 ports to create 4 sockets on which to listen or respond. This integrated STUN module uses the SIPS sockets created by the OpenSIPS core:

Re: [OpenSIPS-Users] RURI domain on NAT'd endpoints

2009-09-07 Thread Jeff Pyle
Right. I didn't have the usrloc portion configured before, and I was running fix_contact() on everything detected as NAT. I've modified the top of route[0] to look like this: if (client_nat_test(3)) { force_rport(); $avp(s:received_uri) = $source_uri; if (!is_method(REGISTER))

Re: [OpenSIPS-Users] RURI domain on NAT'd endpoints

2009-09-07 Thread Thomas Gelf
Thomas Gelf wrote: Jeff Pyle wrote: if (client_nat_test(3)) { force_rport(); $avp(s:received_uri) = $source_uri; if (!is_method(REGISTER)) fix_contact(); setbflag(7); }# nat_keepalive() further down after some pref checks One more thing: I'm doing