[SR-Users] Help with authenticating using Kamailio

2014-01-13 Thread Kasinath
Hi All, I just installed Kamailio in one server and Asterisk in another. Asterisk loads it sipusers info from database which is in Kamailio server. I don't know how to go further. How can I authenticate Asterisk users through Kamailio. I am trying to authenticate using a sipphone. But no luc

[SR-Users] register fails from openvpn clients

2014-01-13 Thread meres
I have kamailio 4.1.0 running on a server on a real ip and behind a firewall. NAT detection is enabled on kamailio because many remote clients are behind NAT, so NAT is working fine along with rtpproxy. Everything else (incoming, outgoing) is working fine except the following: Users who are c

[SR-Users] SIP OPTIONS

2014-01-13 Thread Keith
Hi, I have a trunk trying to connect to Kamailio but when it sends me OPTIONS I am not replying with 200 OK. This trunk is no authenticated in any way. Any ideas? Keith ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-user

[SR-Users] Update R-URI after lookup("location")

2014-01-13 Thread Igor Potjevlesch
Hello, I do an association between X aliases with 1 contact. This contact is connected one time in the location. But sometimes, for some scenario, this contact can be connected 2 or 3 times and the INVITE are sent with parallel forking. When an INVITE is received, after lookup("aliases"), I

Re: [SR-Users] is_in_subnet & Multiple CIDR subnets

2014-01-13 Thread elactrum
On 2014-01-13 06:06, jay binks wrote: So Im looking at a way of implementing IP Network ACL's in kamailio.. block all except specific subnets etc.. it seems I can do what I need with the IPOps module and is_in_subnet but is_in_subnet will only take 1 CIDR notation subnet, and I want to be able

Re: [SR-Users] FW: Regd. t_suspend() and t_continue()

2014-01-13 Thread Jason Penton
Hi, I have some questions for you as we have used suspend/continue quite a lot in the IMS code and don't have any leaks. Firstly, why are you using pkg_mem for your hash_id and label? Remember that you will be in 2 different processes in the suspend and continue portions of the code... so pkg_mem

[SR-Users] is_in_subnet & Multiple CIDR subnets

2014-01-13 Thread jay binks
So Im looking at a way of implementing IP Network ACL's in kamailio.. block all except specific subnets etc.. it seems I can do what I need with the IPOps module and is_in_subnet but is_in_subnet will only take 1 CIDR notation subnet, and I want to be able to put ( For example ) 192.168.1.1/24,17

[SR-Users] FW: Regd. t_suspend() and t_continue()

2014-01-13 Thread Shankar
Re-sending without the attachment. From: Shankar [mailto:shankar...@plintron.com] Sent: Monday, January 13, 2014 4:57 PM To: 'sr-users@lists.sip-router.org' Subject: Regd. t_suspend() and t_continue() Hi, We are trying out the t_suspend() and t_continue() in our test setup. We are faci

Re: [SR-Users] Critical dialog - Bogus event 5 Problem - PRACK after 200OK

2014-01-13 Thread Arik Lustig
Hello Daniel, We are using 3.3,1 & 3.3.2 for 2 different projects & it occurs on both of them. Thanks in advance, Arik. On Mon, Jan 13, 2014 at 10:05 AM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > Hello, > > it should be safe, the prack doesn't change the state of the dialog aft

[SR-Users] Carrierroute - scan_prefix

2014-01-13 Thread Oliver Roth
Hi all I need a solution to get the used scan_prefix in carrierroute module. We have different carriers for our destinations, sometimes split up 50%/50% or other splittings - all routes with failure routes. Now if one destination is not reachable, then I would like to get this information and r

Re: [SR-Users] Critical dialog - Bogus event 5 Problem - PRACK after 200OK

2014-01-13 Thread Daniel-Constantin Mierla
Hello, it should be safe, the prack doesn't change the state of the dialog after it is established (state 4). If you see some side effects, report them here. Perhaps the log message should be adjusted a bit. What version are you using (kamailio -V)? Cheers, Daniel On 12/01/14 16:46, Arik

Re: [SR-Users] The RPC Function in The TM Module

2014-01-13 Thread Daniel-Constantin Mierla
Hello, can you try to put callid in between double quotes. Try with the number only and if it doesn't work, try also with number and method. Like: kamcmd tm.cancel "CALLID" "NNN" kamcmd tm.cancel "CALLID" "NNN INVITE" With kamcmd should be an option to force string input parameter to rpc co