Re: [OpenSIPS-Users] How to limit calls to specific number

2011-07-12 Thread duane . larson
For your first question would this work? http://www.ag-projects.com/projects-products-96/535-call-control For your second question I hear that SEMS has better performance than Asterisk or Freeswitch, but I think you have to put a lot of work into it because it isn't as easy to work with as

[OpenSIPS-Users] [RELEASE] OpenSIPS 1.7.0 - a new major release is out

2011-07-12 Thread Bogdan-Andrei Iancu
One more half an year, one more major release - OpenSIPS 1.7.0 beta release is out *OpenSIPS 1.7.0* comes with several major improvements (DB area, dialog support, TCP and debugging), but also with new functionalities (like Event Notification Interface, UAC Registrant module, scripting

[OpenSIPS-Users] ICE and Mediaproxy break when using append_branch and serial_branches/next_branches

2011-07-12 Thread duane . larson
I am using append_branch and serial_branches/next_branches to implement a FindMe/FollowMe feature. I just noticed that when I do this I am getting no audio clients that don't have a public IP. If I bypass the FindMe/FollowMe stuff audio works just fine. I am not sure what exactly is going on

Re: [OpenSIPS-Users] Problem with siptrace module

2011-07-12 Thread duane . larson
Not sure what version of OpenSIPS you are using but you might want to use this instead of sip_trace() http://www.opensips.org/html/docs/modules/1.7.x/siptrace.html#id250195 On Jul 12, 2011 1:09pm, Diego Barberio diego.barbe...@redmondsoftware.com wrote: Hi All, I'm having a minnor

Re: [OpenSIPS-Users] Problem with siptrace module

2011-07-12 Thread Diego Barberio
Hi Duane, Thanks for you quick response. I tried using trace_dialog() but it doesn't log any message. Below is the new version of my configuration script: BTW: This is my opensips version: opensips -V version: opensips 1.6.4-2-notls (i386/linux) flags: STATS: Off, USE_IPV6, USE_TCP,

Re: [OpenSIPS-Users] Problem with siptrace module

2011-07-12 Thread duane . larson
Do you not have the following in your config? loadmodule siptrace.so On Jul 12, 2011 4:00pm, Diego Barberio diego.barbe...@redmondsoftware.com wrote: Hi Duane, Thanks for you quick response. I tried using trace_dialog() but it doesn't log any message. Below is the new version of my

Re: [OpenSIPS-Users] Problem with siptrace module

2011-07-12 Thread duane . larson
Sorry my gmail was hiding some of your text. I see that you have siptrace.so loaded. On Jul 12, 2011 4:05pm, duane.lar...@gmail.com wrote: Do you not have the following in your config? loadmodule siptrace.so On Jul 12, 2011 4:00pm, Diego Barberio diego.barbe...@redmondsoftware.com

Re: [OpenSIPS-Users] Problem with siptrace module

2011-07-12 Thread duane . larson
You need to have the following if(is_method(INVITE) !has_totag()) trace_dialog(); But I don't think that is your issue. I am not sure why trace_dialog(); isn't logging all the sip messages. You don't see any errors in your syslog? On Jul 12, 2011 4:06pm, duane.lar...@gmail.com wrote:

Re: [OpenSIPS-Users] Problem with siptrace module

2011-07-12 Thread Dani Popa
load also dialog.so module and call create_dialog()(not sure if need, because for invite the dialog is automatic created) dani On Wed, Jul 13, 2011 at 12:11 AM, duane.lar...@gmail.com wrote: You need to have the following if(is_method(INVITE) !has_totag()) trace_dialog(); But I don't

[OpenSIPS-Users] Media Proxy setup

2011-07-12 Thread Kurtis vel
Does anyone have advice on the best way to arrange media proxy? Should it run on the same servers as opensips or should I offf load the cpu and ram onto its own box? Right now all my server are in the rack space cloud. So spinning up another instance wouldn't be a big deal. Kurtis