Re: [SR-Users] Carrierroute

2013-09-12 Thread Keith
Hi, I am trying to use the carrierroute module, however the carrierroute.so file is not in the module directory. I installed Kamailio version 4 from yum. Thanks, Keith ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list

[SR-Users] Query about Kamailio

2013-09-12 Thread Owais ul Haq
Hello, Here is a query about kamailio deployment. If some one can please help in this regard.We have deployed a Kamailio server.. But due to some unaviodable issues, our internet connection is unreliable. So to counter this we have got two internet connection with static IP's. Can some one

Re: [SR-Users] Issue with xpath in kamailio 4.0.2

2013-09-12 Thread Ram Anji
Hi Daniel, Changed the configuration as per your suggestion, but still i am getting same 500 server error. Sep 11 20:37:09 testpc kamailio[24158]: ERROR: xcap_server [xcap_misc.c:475]: xcaps_xpath_set(): unable to evaluate xpath expression [/presence/pdm:person] here are logs Sep 11 20:37:09

[SR-Users] multiple bodies with an INVITE

2013-09-12 Thread Adnan
Hi, I am using Kamailio (4.0.3 (x86_64/linux)) against an MSS in the mobile core network. Kamailio receives an INVITE with following bodies: Content-Type: application/sdp Content-Type: application/ISUP;base=itu-t92+;version=itu-t92+. How can the latter part i.e. the ISUP body be

Re: [SR-Users] next irc devel meeting - proposed for Sep 12, 2013

2013-09-12 Thread Daniel-Constantin Mierla
Hello, the IRC meeting will start in about 4 hours from now, join IRC channel #kamailio on freenode network if you want to participate. Also, if you want to discuss specific topics, just add them to the wiki: - https://www.kamailio.org/wiki/devel/irc-meetings/2013b Cheers, Daniel On Tue, Sep

Re: [SR-Users] tls nat

2013-09-12 Thread hiro
ok, managed to find a better way to export decrypted sip from wireshark. An example log is in the attachment. On 9/9/13, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, I doubt Kamailio adds any sdp body. Can you post here the ngrep with all the SIP signaling from the first INVITE?

Re: [SR-Users] next irc devel meeting - proposed for Sep 12, 2013

2013-09-12 Thread Daniel-Constantin Mierla
Hello, to sync the watches, we are just about to start. See how to join details at: - https://www.kamailio.org/wiki/devel/irc-meetings/2013b Cheers, Daniel On 9/12/13 12:03 PM, Daniel-Constantin Mierla wrote: Hello, the IRC meeting will start in about 4 hours from now, join IRC channel

[SR-Users] Cross-Compilation Problems for mips (gcc 3.4.2)

2013-09-12 Thread Tirant Lo Blanc
Hi, I've been exploring the possibility to port Kamailio 3.3 (SER) to some MIPS boards. I didn't have any problem with the first one, with a GCC 4.3.4 toolchain. But on my second board (gcc 3.4.2)  I am having problems when compiling. Are there any requirements for gcc/binutils/kernel

Re: [SR-Users] Cross-Compilation Problems for mips (gcc 3.4.2)

2013-09-12 Thread Tirant Lo Blanc
I managed to fix it by adding: #include linux/types.h to sipcapture.c and socket_info.c Thanks to all anyway Hi, I've been exploring the possibility to port Kamailio 3.3 (SER) to some MIPS boards. I didn't have any problem with the first one, with a GCC 4.3.4

Re: [SR-Users] Cross-Compilation Problems for mips (gcc 3.4.2)

2013-09-12 Thread Ovidiu Sas
Please open a bug report about it. And please check that your cross compilation is sane (no includes from your local build system). Regards, Ovidiu Sas On Thu, Sep 12, 2013 at 10:10 AM, Tirant Lo Blanc tirantloblan...@yahoo.es wrote: I managed to fix it by adding: #include linux/types.h to

[SR-Users] Htable simple CPS Limit

2013-09-12 Thread Gareth Rylance
I was inspired by Daniels ClueCon 2013 talk and have decide to try to add simple rate limiting using a HTable. $var(srcgroup) is an id that identifies the invites source/ I wish to limit invites from a given source. $var(rateHashMin) was added just to allow simple monitoring. I query the table

[SR-Users] Calling users on another kamailio server

2013-09-12 Thread Brian Wallen
I currently have two independent kamailio servers. I'd like to set them up in a way that user1 on server1 can make a call to user2 on server2. After searching I've come up with two ways that this might be able to be done. Can someone please sanity check these or point me in the right direction?

Re: [SR-Users] Htable simple CPS Limit

2013-09-12 Thread Daniel-Constantin Mierla
Hello, nice approach and glad to see I could throw some seeds for new ideas out there! You should use $shtinc(...), like: $var(rps) = $shtinc(htable_source_group_rates=$var(rateHashSec)); $var(rpm) = $shtinc(htable_source_group_rates=$var(rateHashMin)); In this way you avoid races on

Re: [SR-Users] Cross-Compilation Problems for mips (gcc 3.4.2)

2013-09-12 Thread Konstantin M.
I can suggest to add -DNOSMP, looks like your MIPS without SMP support, hence no lock memory bariers there. 2013/9/12 Ovidiu Sas o...@voipembedded.com Please open a bug report about it. And please check that your cross compilation is sane (no includes from your local build system).