[OpenSIPS-Users] hash and dispatcher on failover

2011-11-24 Thread Matt Hamilton
I'm new to dispatcher - wanted to clarify couple of things... I'm using algorithm 7 (hash over the content of PVs string) to pick a destination. modparam("dispatcher", "hash_pvar", "$pvar") ds_select_dst("1", "7"); Let's say the probing_mode is 1, and based on the value of $pvar (A, B, C,

Re: [OpenSIPS-Users] Users Digest, Vol 40, Issue 85

2011-11-24 Thread auto-reply from antonio.spirande...@longwave.eu
Sarò assente fino al 25 Novembre compreso. Per urgenze rivolgersi direttamente ad assiste...@longwave.eu o chiamare lo 0522375500. Saluti I will be out of office till November 25th 2011. ___ Users mailing list Users@lists.opensips.org http://lists.ope

[OpenSIPS-Users] dispatcher - not getting out of Pending mode

2011-11-24 Thread Matt Hamilton
I'm testing dispatcher with failover (tesitng both probing_modes: automatic with 1, and 0 with failure_route). Opensips is dispatching calls to 2 Asterisk servers. If I stop one of the Asterisk servers, that node becomes Pending as expected, but when I restart the node, it doesn't turn Active

Re: [OpenSIPS-Users] dispatcher probing different send sockets

2011-11-24 Thread Bogdan-Andrei Iancu
Hi Leon, The idea is nice - it is backward compatible, allows per destination pinging and you can also have a default socket (if none in the destination definition). Regards, Bogdan On 11/24/2011 07:01 PM, Leon de Rooij wrote: Hello Bogdan, If you can wait a bit, I'm trying to implement it

Re: [OpenSIPS-Users] dispatcher probing different send sockets

2011-11-24 Thread Leon de Rooij
Hello Bogdan, If you can wait a bit, I'm trying to implement it :-) will let you know when I'm done, am planning on spending tonight on it.. what do you think of this syntax: 1 udp:1.0.0.2:5060/sip:1.0.0.4:5060 where the part before the slash (including the slash itself) is optional and sets

Re: [OpenSIPS-Users] dispatcher probing different send sockets

2011-11-24 Thread Bogdan-Andrei Iancu
Hi Leon, for option 1) , if you come up with a good idea on how to provision, I can implement it, as it seams an interesting feature. Regards, Bogdan On 11/24/2011 03:17 PM, Leon de Rooij wrote: Hello Bogdan, Thanks for your quick reply ! I will try to find a way around it then. Regards,

Re: [OpenSIPS-Users] uac_registrant : forced socket parameter

2011-11-24 Thread Ovidiu Sas
The difference between trunk and 1.7 is that if a forced socket is invalid, an error will be printed and opensips will stop. On 1.7, is a forced socket is invalid, it will be ignored and a default one will be used. You can copy the whole module from trunk into your 1.7 repo if you want to test the

Re: [OpenSIPS-Users] Users Digest, Vol 40, Issue 84

2011-11-24 Thread auto-reply from antonio.spirande...@longwave.eu
Sarò assente fino al 25 Novembre compreso. Per urgenze rivolgersi direttamente ad assiste...@longwave.eu o chiamare lo 0522375500. Saluti I will be out of office till November 25th 2011. ___ Users mailing list Users@lists.opensips.org http://lists.ope

Re: [OpenSIPS-Users] uac_registrant : forced socket parameter

2011-11-24 Thread Sebastien CRUAUX
Hi Ovidiu, Sorry about the late reply. Are these changes included in the new Opensips 1.7.1 ? Best regards, Sebastien Le 17/11/2011 15:45, Ovidiu Sas a écrit : Actually, it was implemented completely and it is working ok. If the forced socket (in the uac param) is not a valid one, it is disca

Re: [OpenSIPS-Users] dispatcher probing different send sockets

2011-11-24 Thread Leon de Rooij
Hello Bogdan, Thanks for your quick reply ! I will try to find a way around it then. Regards, Leon On Nov 24, 2011, at 2:02 PM, Bogdan-Andrei Iancu wrote: > Hi Leon, > > Unfortunately something like that is not possible with the current code: >1) dispatcher module has a single "send_sock

Re: [OpenSIPS-Users] IVR

2011-11-24 Thread Akib Sayyed
if you want to play only announcements then SEMS is very good it can handle more calls than asterisk and freeswitch on same machine. SEMS is media server please check this http://www.iptel.org/sems i am using sems +OpenSips to terminate 500 concurrent calls for announcement On Thu, Nov 24, 2011 at

Re: [OpenSIPS-Users] dispatcher probing different send sockets

2011-11-24 Thread Bogdan-Andrei Iancu
Hi Leon, Unfortunately something like that is not possible with the current code: 1) dispatcher module has a single "send_socket" for all sets/destinations 2) local route does not allow you to do routing changes (outbound socket is considered routing info), so this is why it has no effe

Re: [OpenSIPS-Users] Problem with hanging dialogs

2011-11-24 Thread Vlad Paiu
Hello, Can you run opensipsctl fifo dlg_list and paste here the output for some of the calls that seem stuck ? Also, a full SIP trace for a call that will be stuck would also help alot. Regards, Vlad Paiu OpenSIPS Developer On 11/23/2011 10:12 PM, Marcin K. wrote: Hi, I'm having probl

Re: [OpenSIPS-Users] IVR

2011-11-24 Thread Faisal Rehman
Hi Nick, I will recommend Asterisk for this purpose, I hope it will be a good combination.   Regards, Faisal Rehman From: Nick To: OpenSIPS users mailling list Sent: Thursday, November 24, 2011 1:44 PM Subject: [OpenSIPS-Users] IVR Hi Can opensips sup

Re: [OpenSIPS-Users] Users Digest, Vol 40, Issue 83

2011-11-24 Thread auto-reply from antonio.spirande...@longwave.eu
Sarò assente fino al 25 Novembre compreso. Per urgenze rivolgersi direttamente ad assiste...@longwave.eu o chiamare lo 0522375500. Saluti I will be out of office till November 25th 2011. ___ Users mailing list Users@lists.opensips.org http://lists.ope

[OpenSIPS-Users] dispatcher probing different send sockets

2011-11-24 Thread Leon de Rooij
Hi all, I'm using dispatcher to probe several sets but I want to be able to send out the SIP OPTIONS packets from a different socket per set that I'm probing, for example: listen=udp:1.0.0.2:5060 listen=udp:1.0.0.3:5060 and in dispatcher.list 1 sip:1.0.0.4:5060 2 sip:1.0.0.5:5060 Now I'd lik

Re: [OpenSIPS-Users] IVR

2011-11-24 Thread Arnold Vriezekolk NETZOZEKER B . V .
Hello Nick, OpenSIPS is not ment to handle IVRs. OpenSIPS is simply a proxy to redirect SIP messages. You could intergrate asterisk or freeswitch to handle the IVR part. This tutorial can maybe help you start with intergrating asterisk: http://mdfalcon.wordpress.com/2010/08/23/asterisk-and-opens

Re: [OpenSIPS-Users] Users Digest, Vol 40, Issue 82

2011-11-24 Thread auto-reply from antonio.spirande...@longwave.eu
Sarò assente fino al 25 Novembre compreso. Per urgenze rivolgersi direttamente ad assiste...@longwave.eu o chiamare lo 0522375500. Saluti I will be out of office till November 25th 2011. ___ Users mailing list Users@lists.opensips.org http://lists.ope

[OpenSIPS-Users] IVR

2011-11-24 Thread Nick
Hi Can opensips support IVR?? If not, Can I use freeswitch integration opensips?? Or What's software to do it?? Can everybody give me a suggest?? Thanks Nick ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman