[SR-Users] Question about call transfer and pickup

2013-11-04 Thread Мобилон
Hello! Tell me please, is there in kamailio opportunity to call transfer and pickup? If yes, where can I about this to read? Thanks! Regards, Oleg Gergart ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists

[SR-Users] How to configure MySQL?

2013-11-04 Thread Gus Monti
Hi, I can see that we are missing a lot of Sip messages in or db, so, checking Homer FAQ there is a way to compile MySql with Insert Delayed for partitioning table. The problem is that I don't understand how to recompile MySql and make the necessary changes. The URL is https://code.google.com/p/

Re: [SR-Users] Event route sl:local-response is not executed in kamailio 4.1

2013-11-04 Thread Daniel-Constantin Mierla
Hello, thanks for troubleshooting and patch -- it is now in master branch. Cheers, Daniel On 11/3/13 5:14 PM, Sergey Okhapkin wrote: Here is the fix. diff --git a/modules/sl/sl_funcs.c b/modules/sl/sl_funcs.c index fd19e1c..c642249 100644 --- a/modules/sl/sl_funcs.c +++ b/modules/sl/sl_funcs.

Re: [SR-Users] Status : 401 Unauthorized (0 bindings) Reason

2013-11-04 Thread Salman Zafar
401 Unauthorize or 407 Proxy Authentications are not errors it is as per SIP standards. You have enabled authentication so each packet is challenged to come back with credentials MD5. I would suggest you to read a bit about Authentication 401 & 407 On Mon, Nov 4, 2013 at 2:57 PM, Owais ul Haq w

Re: [SR-Users] Reason for 401 Unauthorized message

2013-11-04 Thread Sergey Okhapkin
This is expected behavior, it is how SIP authentication works. On Monday, November 04, 2013 02:58:41 PM Owais ul Haq wrote: > Hello, > > I am using kamailio server. Problem is when my soft phone > tries to connect to Kamailio server, it connects in second attempt. > First it gets a sip reply say

[SR-Users] Reason for 401 Unauthorized message

2013-11-04 Thread Owais ul Haq
Hello, I am using kamailio server. Problem is when my soft phone tries to connect to Kamailio server, it connects in second attempt. First it gets a sip reply saying "Status : 401 Unauthorized (0 bindings)". I checked this using Wire Shark. Can some one please help me in finding the reason for

[SR-Users] Status : 401 Unauthorized (0 bindings) Reason

2013-11-04 Thread Owais ul Haq
Hello, I am using kamailio server. Problem is when my soft phone tries to connect to Kamailio server, it connects in second attempt. First it gets a sip reply saying "Status : 401 Unauthorized (0 bindings)". I checked this using Wire Shark. Can some one please help me in finding the reason for

Re: [SR-Users] Limit the nr. of transaction retries

2013-11-04 Thread Daniel-Constantin Mierla
Hello, it is about how long to retransmit -- you can control with fr_timer and fr_inv_timer from tm module or via t_set_fr() from same module. First retransmit is after 0.5sec, then the interval doubles each time, 1sec, 2 sec, ... Cheers, Daniel On 11/3/13 10:24 AM, Marc M. wrote: Hi! I

Re: [SR-Users] Kamailio callee timeout problem

2013-11-04 Thread Daniel-Constantin Mierla
Hello, maybe is better to just use: listen=lanip advertise wanip and let everyone connect via wanip. Otheriwse, you have to play with set_advertised_address() and record_route_preset() depending on calls going from lan to lan, lan to wan, wan to lan and wan to wan. You should send the ngre

Re: [SR-Users] Regex question

2013-11-04 Thread Daniel-Constantin Mierla
On 11/3/13 10:07 PM, Oliver Roth wrote: Got it - thanks for your help. $avp(s:fromCLI) = $(ai{re.subst,/^sip:(.*)@(.*)/\1/}); This gets what you need if there are no parameters to username part of the URI. Juha tried to suggest to use the uri transformation that uses an URI parser internally