[OpenSIPS-Users] Distributed deployment

2014-06-23 Thread Tito Cumpen
Hello group, I am reaching out to you because I am hitting a roadblock in designing a distributed deployment. Currently I am entertaining the idea of using DNS srv for the sake of load balancing and availability. The main problem is sharing aors among the proxies. My requirement is to allow prox

Re: [OpenSIPS-Users] Encrypt and Decrypt sip signals

2014-06-23 Thread ag
Perhaps is using OTR? In this case the encryption is end-to-end and cannot be handled by an intermediary as it defies the purpose. Adrian On 23 Jun 2014, at 04:24, Olle E. Johansson wrote: > > On 23 Jun 2014, at 09:12, kaushik parmar wrote: > >> Hello All, >> >> My Android mobile SIP Diale

[OpenSIPS-Users] codec_delete_except_re() syntax

2014-06-23 Thread Alain BIEUZENT
Hello All, I want to use codec_delete_except_re() with a result of query, but it doesn't work (bad arguments for command ) For exemple I want to do : avp_db_query("select codec from mytable where $si = mysourceip limit 1", "$avp(679)"); codec_delete_except_re($avp(679)); Whats wron

Re: [OpenSIPS-Users] prevent two o more users calling the same destination number

2014-06-23 Thread Bogdan-Andrei Iancu
Hi Miguel, The easiest way is to create dialog profiles per destination. Check docs: http://www.opensips.org/html/docs/modules/1.11.x/dialog.html#id249293 and a simple similar example: http://www.opensips.org/Documentation/Tutorials-ConcurrentCallsLimitation Regards, Bogdan-Andrei Iancu OpenSIP

Re: [OpenSIPS-Users] Encrypt and Decrypt sip signals

2014-06-23 Thread Olle E. Johansson
On 23 Jun 2014, at 09:12, kaushik parmar wrote: > Hello All, > > My Android mobile SIP Dialer is sending Encrypted SIP messages Is it actually using S/MIME to decrypt on a per-message basis or do you mean it's using TLS as a transport? /O > and i want to decrypt that SIP message on opensips

[OpenSIPS-Users] Encrypt and Decrypt sip signals

2014-06-23 Thread kaushik parmar
Hello All, My Android mobile SIP Dialer is sending Encrypted SIP messages and i want to decrypt that SIP message on opensips proxy server. Opensips server will Decrypt the sip request and forward it to my voip server. Same way it will take sip request of voip switch , Encrypt it and send Encrypted