[SR-Users] Compilation errors...

2012-03-12 Thread Krishna Kurapati
Hi, git cloned main branch and tried to compile it on Cent OS 6. The mi_xmlrpc module is failing to compile make Makefile:46: You are using an unsupported libxmlrpc-c3 version (1.16.24), compile at your own risk! Makefile:46: You are using an unsupported libxmlrpc-c3 version (1.16.24), compile

Re: [SR-Users] Enable session_id in ServerHello for TLS

2012-03-12 Thread Kristijan Vrban
the snom softphone: http://www.chip.de/downloads/360-Softphone_14364878.html it's completely outdated. and therefore good for such backwards compatible tests. Kristijan 2012/3/12 Daniel-Constantin Mierla : > Hello, > > thanks for reporting back it's working -- please keep the mailing list > cc-e

Re: [SR-Users] XMPP module not passing subscribes coming from xmpp side

2012-03-12 Thread Daniel-Constantin Mierla
Hello, thanks for writing back. The addressing pattern should be made configurable, so it will work with normal uris for local service -- maybe it will be added before next major release, let's see how the time allows it. Cheers, Daniel On 3/12/12 12:55 PM, Dan-Cristian Bogos wrote: All,

Re: [SR-Users] exec_avp problem

2012-03-12 Thread Marius Zbihlei
On 03/12/2012 02:27 PM, Uri Shacked wrote: Hi, i am using the exec_avp command as followed: /exec_avp("[/usr/local/etc/kamailio/maintenance/service/service_pr.sh", "$avp(xxx),$avp(yyy)");/ // here is the shell script content: // /RETVAL=-1 RES=`kamctl cr reload` RETVAL=$? echo "$RETVAL" echo "$

[SR-Users] exec_avp problem

2012-03-12 Thread Uri Shacked
Hi, i am using the exec_avp command as followed: *exec_avp("[/usr/local/etc/kamailio/maintenance/service/service_pr.sh", "$avp(xxx),$avp(yyy)");* ** here is the shell script content: ** *RETVAL=-1 RES=`kamctl cr reload` RETVAL=$? echo "$RETVAL" echo "$RES"* ** I keep on getting 127 as the retval

Re: [SR-Users] XMPP module not passing subscribes coming from xmpp side

2012-03-12 Thread Dan-Cristian Bogos
All, For the sake of archiving, this issue was solved. The problem was not on Kamailio side but user one (I was only using one domain on the XMPP side, without adding the sip part in the to field of xmpp). After inserting it correctly, I have now presence as well as txt messages passing through th

Re: [SR-Users] CallControl and MediaProxy

2012-03-12 Thread Daniel-Constantin Mierla
Hello, I will patch and backport during next days -- I was mostly out of the office during past weeks. Cheers, Daniel On 3/12/12 11:30 AM, Reda Aouad wrote: Hi Daniel, Any plans to backport this to 3.2 ? I could still do the changes manually before compilation if you don't have time to do

Re: [SR-Users] Registration Limits

2012-03-12 Thread Daniel-Constantin Mierla
On 3/12/12 11:29 AM, Reda Aouad wrote: I think I didn't define well my need. Or I miss something in my comprehension of the modules/function. I need one registration per subscriber and user agent combination. If a new registration comes for the same combination, it should replace the old on

Re: [SR-Users] Registration Limits

2012-03-12 Thread Reda Aouad
I think I didn't define well my need. Or I miss something in my comprehension of the modules/function. I need one registration per subscriber and user agent combination. If a new registration comes for the same combination, it should replace the old one. save("location") doesn't replace the old r

Re: [SR-Users] Kamailio + Asterisk, what happens when limit for gateway is reached

2012-03-12 Thread Marius Zbihlei
On 03/12/2012 11:00 AM, Sasa Vilic wrote: Hello, I have read here about load balancing between multiple gateways by using carrierroute module, but there is one particular question for which I found no answer. Let's say I have two asterisk servers (X und Y), that are my gateways to PSTN. Let

[SR-Users] Plans for next major release v3.3.0

2012-03-12 Thread Daniel-Constantin Mierla
Hello, during the last IRC devel meeting, we discussed about next major release - v3.3.0, proposing to do it before the summer holidays. That means we are going to have about one more month of development, then go to testing phase and release end of May/beginning of June. If anyone is consid

[SR-Users] IRC Devel Meeting Transcript

2012-03-12 Thread Daniel-Constantin Mierla
Hello, took me some time to upload, however, if anyone is interested to read the discussions done during last IRC devel meeting, here is the link: * http://www.kamailio.org/wiki/devel/irc-meetings/2012a#transcripts_of_discussed_topics I will bring soon to the lists via dedicated messages

Re: [SR-Users] Kamailio + Asterisk, what happens when limit for gateway is reached

2012-03-12 Thread Daniel-Constantin Mierla
Hello, On 3/12/12 10:11 AM, Klaus Darilion wrote: Hi! Kamailio can count the number of calls per gateway and use the least loaded one. not sure this is out of the box with carrier route module, but dispatcher module has call load balancing. Another option to track active calls per destinat

Re: [SR-Users] Enable session_id in ServerHello for TLS

2012-03-12 Thread Daniel-Constantin Mierla
Hello, thanks for reporting back it's working -- please keep the mailing list cc-ed, so people looking for same issue will be able to find it when searching the web archive. I am using snom3xx with tls and kamailio 3.x a lot, never had issues, but I have no clue about the softphone.exe Che

Re: [SR-Users] Kamailio + Asterisk, what happens when limit for gateway is reached

2012-03-12 Thread Klaus Darilion
Hi! Kamailio can count the number of calls per gateway and use the least loaded one. Another approach, which is more reliable uses failure-routing. This means, the load balancer chooses any of the gateways, but if the gateway response with a certain error code, the "failure_route" will choose

[SR-Users] Kamailio + Asterisk, what happens when limit for gateway is reached

2012-03-12 Thread Sasa Vilic
Hello, I have read here about load balancing between multiple gateways by using carrierroute module, but there is one particular question for which I found no answer. Let's say I have two asterisk servers (X und Y), that are my gateways to PSTN. Let we do it simple. Let's say that each gatew