Re: [SR-Users] kamctl fifo t_uac_dlg TLS

2015-11-02 Thread Ahmed Salem
Hi , I added the certificate and the private key but it didn't work. When I created my certificate I added a passphrase does it matter? Thanks Ahmed On Mon, Oct 26, 2015 at 10:01 AM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > Hello, > > On 24/10/15 15:16, Ahmed

Re: [SR-Users] kamctl fifo t_uac_dlg TLS

2015-10-24 Thread Ahmed Salem
t; trying to connect to itself (looping) to send the request. > > Cheers, > Daniel > > > On 21/10/15 13:31, Ahmed Salem wrote: > > Hi, > I have a kamailio tls configuration which is working fine for calls & > messages > In the tls configuration i set th

[SR-Users] kamctl fifo t_uac_dlg TLS

2015-10-21 Thread Ahmed Salem
Hi, I have a kamailio tls configuration which is working fine for calls & messages In the tls configuration i set these parameters to yes for the server and client verify_certificate = yes require_certificate = yes But when I use "kamctl fifo t_uac_dlg MESSAGE" to send a message I get the followi

[SR-Users] Authorization Issue kamailio 4.2

2014-12-26 Thread Ahmed Salem
Hi, I'm using kamailio 4.2 some of my clients are getting 401 unauthorized after a couple of days of usage without any problems, their usernames and passwords are still in the database server unchanged. Any idea what's going on? Thanks Ahmed ___ SIP Expr

Re: [SR-Users] t_suspend/t_continue

2014-12-13 Thread Ahmed Salem
machine is only dedicated to kamailio? Thanks again for your quick and direct responses. Ahmed On Sat, Dec 13, 2014 at 7:43 PM, Alex Balashov wrote: > > On 12/13/2014 12:33 PM, Ahmed Salem wrote: > > Is there any other way other than t_suspend/t_continue that I can use to >>

Re: [SR-Users] t_suspend/t_continue

2014-12-13 Thread Ahmed Salem
e index and label > stored in a shared DB isn't enough. What really has to be shared are the > data structures and other metadata stored in the runtime instance of > Kamailio. > > So, you can't do that. > > > On 12/13/2014 04:14 AM, Ahmed Salem wrote: > >

[SR-Users] t_suspend/t_continue

2014-12-13 Thread Ahmed Salem
Hi, I have 2 kamailio servers behind a load balancer. How can I use t_suspend on one server and t_continue on the other one. I already have the index and label of the transaction saved in a common database shared by the two kamailio servers. The reason I want to do this is for push notifications

Re: [SR-Users] Dispatcher BYE issue

2014-11-26 Thread Ahmed Salem
more details, > > > http://www.kamailio.org/docs/modules/4.2.x/modules/nathelper.html#nathelper.f.handle_ruri_alias > > something like this, > > --- > if (loose_route()) { > if(!isdsturiset()) { > handle_ruri_alias(); > }; > > if (is_method("BYE&

[SR-Users] Dispatcher BYE issue

2014-11-25 Thread Ahmed Salem
Hi, I'm trying to achieve this configuration phone --> NAT --> kamailio loadbalancer --> kamailio sip/proxy --> kamailio sip/proxy With the attached configuration I can make calls without any problems but when the callee hangs up the call does not end only the caller can hang up. Bt