Re: [OpenSIPS-Users] mediaproxy behavior

2013-01-24 Thread Saúl Ibarra Corretgé
On Jan 23, 2013, at 12:58 PM, Jorge Ortea wrote: > > Hi all, > > Saul, this is right, I have configured it and the only problem is IP address > in 'Connection Information' from SDP > > I have tried to change this value with subst_body, replace_body or > fix_nated_sdp but in all cases OpenSIP

Re: [OpenSIPS-Users] mediaproxy behavior

2013-01-24 Thread Jorge Ortea
Hi all, This is right Saul, my purpose is that Mediaproxy opens ports on private IP, and the firewall redirects from public IP to private IP on same ports. This could let me have voip platform (SER + Asterisk) on private network and to need only one public IP. Thanks. Regards. > From: s...@ag

[OpenSIPS-Users] Siptrace on session expires

2013-01-24 Thread Douglas Lopes Pereira
Hi guys, Let's say my current opensips application is reponsible for finishing a call if the session is not refreshed by the endpoints. At that point what we do is to send BYE messages to both legs and get the 200OK from them to finish the dialog. My question is, is it possible to trace those BYE

[OpenSIPS-Users] [NEW] CouchBase Database Driver

2013-01-24 Thread Vlad Paiu
Hello, A new *CACHEDB_COUCHBASE* module has been added to OpenSIPS trunk, and it will also be present in the future 1.9 release. The module implements the Key-Value Interface [1] to allow the script writer and also the module writer to connect and do Key-Value type operations ( store,fetch,rem

Re: [OpenSIPS-Users] Topology hiding and unsuccessful dialog termination

2013-01-24 Thread Bogdan-Andrei Iancu
Hi Chen-Che So the BYE (from callee), when sent out from outbound server to proxy server has no Route header ? Could you post a SIP trace showing the call on outbound proxy (you can send it off list, for privacy reasons) - this will help me to understand the failure and the reason. Regards

Re: [OpenSIPS-Users] Siptrace on session expires

2013-01-24 Thread Bogdan-Andrei Iancu
Hi Douglas, Indeed, that's an interesting case - have you tried to call sip_trace() from local route when the BYEs are sent out ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 01/24/2013 01:00 PM, Douglas Lopes Pereira wrote: Hi guys, Let

Re: [OpenSIPS-Users] TLS to UDP translation

2013-01-24 Thread Bogdan-Andrei Iancu
Hi Chusov, Is your OpenSIPS proxying the REGISTER from clients to FS ? Do you see how the INVITE FS wants to send via TLS looks like ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 01/22/2013 12:36 PM, Chusov Alexsandr wrote: Hello. I'm tr

Re: [OpenSIPS-Users] Memcache issues

2013-01-24 Thread Bogdan-Andrei Iancu
Hi Brett, We talked about this on IRC - any luck with it ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 01/21/2013 11:31 PM, Brett Nemeroff wrote: Hey All, Generally I have really good luck with memcache, but for some reason, I'm having so

Re: [OpenSIPS-Users] Siptrace on session expires

2013-01-24 Thread Douglas Lopes Pereira
Hi Bogdan, thanks for the quick reply. Unfortunatelly the BYE messages are sent by the dlg_end_dlg (triggered on dlg_ontimeout) so I believe we don't have a chance to call sip_trace() from any local route. Do we? Regards, Douglas On Thu, Jan 24, 2013 at 10:24 AM, Bogdan-Andrei Iancu wrote: >

Re: [OpenSIPS-Users] Siptrace on session expires

2013-01-24 Thread Bogdan-Andrei Iancu
Douglas, all internally generated requests (including the ones from dlg_end_dlg ) are visible in local_route. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 01/24/2013 02:48 PM, Douglas Lopes Pereira wrote: Hi Bogdan, thanks for the quick re

[OpenSIPS-Users] Pseudo var with entire msg

2013-01-24 Thread Brett Nemeroff
Hey all, Is there a pseudovar that contains the present entire sip message? Thanks, Brett -Brett ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] Siptrace on session expires

2013-01-24 Thread Douglas Lopes Pereira
Fantastic! I didn't know about local_route. I'm now able to log using sip_trace(). Thank you very much. Regards, Douglas. On Thu, Jan 24, 2013 at 10:50 AM, Bogdan-Andrei Iancu wrote: > ** > Douglas, all internally generated requests (including the ones from > dlg_end_dlg ) are visible in local

Re: [OpenSIPS-Users] Pseudo var with entire msg

2013-01-24 Thread Bogdan-Andrei Iancu
Hi, $mb - http://www.opensips.org/Resources/DocsCoreVar18#toc46 Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 01/24/2013 03:20 PM, Brett Nemeroff wrote: Hey all, Is there a pseudovar that contains the present entire sip message? Thanks, Bre

Re: [OpenSIPS-Users] Pseudo var with entire msg

2013-01-24 Thread Brett Nemeroff
THANKS! -Brett On Jan 24, 2013, at 7:34 AM, Bogdan-Andrei Iancu wrote: > Hi, > > $mb - http://www.opensips.org/Resources/DocsCoreVar18#toc46 > > Regards, > > Bogdan-Andrei Iancu > OpenSIPS Founder and Developer > http://www.opensips-solutions.com > > > On 01/24/2013 03:20 PM, Brett Nemeroff wro

[OpenSIPS-Users] return of cpl_script

2013-01-24 Thread Mehdi BOUDOU
hello, I'm actually using opensip 1.5 with cpl module. I would like to redirect the SIP packets if there is no cpl script to execute for the client in database. Can i use a special return of cpl_run_script ? or is there another way to do that ? is the send function ( send(destination [, headers

[OpenSIPS-Users] Crash in dialog ping

2013-01-24 Thread Brett Nemeroff
Hey all, I have another crash I'm seeing. Segfault in dialog pinging. Running: svnrevision: 2:9628M (gdb) bt full #0 dlg_ping_routine (ticks=, attr=) at dlg_timer.c:647 expired = it = 0x7f4f35f0c8f0 curr = dlg = 0x20067 __FUNCTION__ = "dlg_ping_rout

Re: [OpenSIPS-Users] Permission function causing Termination

2013-01-24 Thread Nathaniel L Keeling III
Thanks for the quick response. I also noticed that when opensips can not resolve a DNS name from the dispatcher table it also terminated. This might be the same thing. When I put a valid DNS name that is resolvable, opensips is ok. Thanks Nathaniel On 1/23/13 5:41 AM, Bogdan-Andrei Iancu wro