Re: [SR-Users] early media: How to change to tag

2012-03-28 Thread Klaus Darilion
There is no need to change the tag. GW1 must accept the 200 OK with different tag, otherwise the gateway is buggy. If the gateway is really buggy, the usual workaround is to strip the to-tag from the provisional responses, i.e. remove the to-tag from Asterisk's 183 response, e.g. using

[SR-Users] kamailio 3.2.2 undefined symbol: boot_OpenSER while loading module perl

2012-03-28 Thread Karsten Horsmann
Hi, i am using Centos 6 (32bit) and kamailio 3.2.2 build from the tar.gz. I installed all dependencies for the modules and the make all, make install seems to be fine. But something is wrong with my kamailio - how can i fix this? If i try to load the perl module i get this error messages:

Re: [SR-Users] kamailio 3.2.2 undefined symbol: boot_OpenSER while loading module perl

2012-03-28 Thread Daniel-Constantin Mierla
Hello, some time ago there were some discussions about missing symbols (not sure if this one), the cause being a different version of perl than the one used to generate modules_k/perl/openserxs.xs. Delete that file and compile again. Cheers, Daniel On 3/28/12 9:49 AM, Karsten Horsmann

Re: [SR-Users] siptrace error...

2012-03-28 Thread Daniel-Constantin Mierla
Hello, are you working with a custom siptrace module? the line in siptrace.c does not match. If you changed the sources, paste here the lines in siptrace.c around 1705, 10 before and 10 after. Cheers, Daniel On 3/26/12 3:23 PM, Krishna Kurapati wrote: Hi, I keep getting this error in the

Re: [SR-Users] siptrace and duplicate_uri - not forwarding the packets

2012-03-28 Thread Daniel-Constantin Mierla
On 3/7/12 12:13 PM, Mino Haluz wrote: Hm, the same settings works on testing 3.2.1. But this is not the solution - I have to get it working on 3.2.0... 3.2.1 is same as 3.2.0 but with bug fixes. They work on the same database structure and configuration file. You can look at the changes

Re: [SR-Users] TCP memory failures...

2012-03-28 Thread Daniel-Constantin Mierla
Hello, looks like you haven't reserved enough shared memory for the load you want to handle. Increase it via -m command line parameter, by default is 32MB which is quite low for stress testing. Cheers, Daniel On 3/26/12 3:57 PM, Krishna Kurapati wrote: I keep getting these... I am using

Re: [SR-Users] Search all dialogs - Kamailiio 3.0.3

2012-03-28 Thread Charles Chance
Hi Daniel, Thanks for your reply. We are going to upgrade to 3.2 so that we can make use of the variables for now and start playing around with the devel version ready for the next release :-) Cheers, Charles _ From: Daniel-Constantin Mierla [mailto:mico...@gmail.com]

[SR-Users] uac with more then one target?

2012-03-28 Thread Karsten Horsmann
Hello, my kamailio proxy handles calls between public sip-clients and internal ivr systems. Some customer give us calls via sip-trunks to our proxy and this goes to the ivr too. Now some ask if we can act as UAC to get calls from them, for example authenticate to sipgate and feed the landline

Re: [SR-Users] siptrace error...

2012-03-28 Thread Krishna Kurapati
I tried to pull null terminator to see if that fixes the issue. That is why there is shift in the lines. It is same as line 1701. Krish Kura On Wed, Mar 28, 2012 at 3:57 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, are you working with a custom siptrace module? the line in

Re: [SR-Users] TCP memory failures...

2012-03-28 Thread Krishna Kurapati
Thanks Daniel, What is a typical configuration for 1000 and 1 connections? On Wed, Mar 28, 2012 at 4:04 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, looks like you haven't reserved enough shared memory for the load you want to handle. Increase it via -m command line

Re: [SR-Users] uac with more then one target?

2012-03-28 Thread Stoyan Mihaylov
We are using kamailio for user registration and authentication of users. SIP clients get registered to kamailio with username and password, and all their calls are forwarded to Asterisk. Authentication in Asterisk servers is by IP of incoming calls. Then calls are forwarded or served in place.

Re: [SR-Users] uac with more then one target?

2012-03-28 Thread Andreas Granig
Hi Karsten, On 03/28/2012 12:52 PM, Karsten Horsmann wrote: Now some ask if we can act as UAC to get calls from them, for example authenticate to sipgate and feed the landline calls to our ivr system via kamailio. AFAIK the module UAC provides only one pair of user/password credentials.

[SR-Users] branches usage

2012-03-28 Thread Uri Shacked
Hi, Thanks, this was very helpful for understanding. Still let’s see if i got it right: I get the INVITE. Do whatever I do on the main route. Then do: “append_branch();” “changes….changes…..;” Now before the t_relay do t_on_branch(name of branch). Get the reply (301 in my case) And from

Re: [SR-Users] early media: How to change to tag

2012-03-28 Thread Iñaki Baz Castillo
2012/3/28 Min Wang ser.ba...@gmail.com: In order to properly proxy the msg to GW1, Kamailio seems need to change the to tag from B to A. Totally wrong. Multiple (early-)dialogs are 100% valid according to RFC 3261. If you find some SIP device failing when it receives multiple 180/183/200

Re: [SR-Users] branches usage

2012-03-28 Thread Uri Shacked
OK... It worked great... and, no append_branch() was needed... only t_on_branch with the main branch route. When will i need to use the append_branch? BR, Uri On Wed, Mar 28, 2012 at 4:00 PM, Uri Shacked ushac...@gmail.com wrote: Hi, Thanks, this was very helpful for understanding. Still

[SR-Users] Kamailio and billing services .

2012-03-28 Thread Ryan Gholam
hello, Is there any billing application or modules to use with kamailio , for example if i want to check the credits of the user on every passing minute , and when he's out of credits i stop the call . Please reply ASAP . Thank you ___ SIP Express

Re: [SR-Users] siptrace error...

2012-03-28 Thread Daniel-Constantin Mierla
have you changed the log line to print the port? can you print the entire string, with proto and ip to see if there are spaces/invalid characters (print it between special chars, like [])? The line is inside the mirroring traffic via hep protocol, is what you want to get, right? Cheers,

Re: [SR-Users] TCP memory failures...

2012-03-28 Thread Daniel-Constantin Mierla
On 3/28/12 12:55 PM, Krishna Kurapati wrote: Thanks Daniel, What is a typical configuration for 1000 and 1 connections? It depends of what is associated with a connection, if there is a registration, then also the usrloc record has to be taken in account. The best is that you start is

Re: [SR-Users] ITSPA 2012 Award for Open Source VoIP Projects

2012-03-28 Thread Daniel-Constantin Mierla
On 3/26/12 10:54 AM, Reda Aouad wrote: Congratulations Daniel and all the Kamailio team and developers ! Thank you all for this great community :D Thank you, it is a result of both developers and users, the project would haven't been here without the two working together. Of course, all as a

Re: [SR-Users] siptrace error...

2012-03-28 Thread Alexandr Dubovikov
Hello Krishna, do you use git version or release 3.2 ? I don't really understand what's a problem do you have ? Wbr, Alexandr 3/28/2012 12:53 PM, Krishna Kurapati wrote: I tried to pull null terminator to see if that fixes the issue. That is why there is shift in the lines. It is same as

Re: [SR-Users] early media: How to change to tag

2012-03-28 Thread Min Wang
Hi Kluas and Iñaki: Thank you a lot for the information! min On 03/28/2012 12:37 PM, Iñaki Baz Castillo wrote: 2012/3/28 Min Wangser.ba...@gmail.com: In order to properly proxy the msg to GW1, Kamailio seems need to change the to tag from B to A. Totally wrong. Multiple

Re: [SR-Users] early media: How to change to tag

2012-03-28 Thread Andreas Granig
Hi, On 03/28/2012 06:37 PM, Iñaki Baz Castillo wrote: 2012/3/28 Min Wang ser.ba...@gmail.com: In order to properly proxy the msg to GW1, Kamailio seems need to change the to tag from B to A. Totally wrong. Multiple (early-)dialogs are 100% valid according to RFC 3261. If you find some SIP