Re: [SR-Users] LCR Routing - Cost based routing

2015-08-12 Thread Arun Kumar
thanks to all On Tue, Aug 11, 2015 at 3:58 PM, Alexandru Covalschi <568...@gmail.com> wrote: > Thanks! > > 2015-08-11 13:19 GMT+03:00 DanB : > >> Hi Alexandru, >> >> Well the concept is simple: on INVITE, you will issue a special format >> evapi request. You will receive the list of suppliers in

[SR-Users] RTPProxy incorrect port 0 in reply from rtp proxy

2015-08-12 Thread Grant Bagdasarian
Hello, I've been load testing kamailio(4.2) with rtpproxy(2.0) using sipp, and when I hit 50+ CPS I start getting the following error: "incorrect port 0 in reply from rtp proxy". I'm running 4 instances of rtpproxy on the same instance as kamailio. Could somebody tell me why I'm receiving this

Re: [SR-Users] RTPProxy incorrect port 0 in reply from rtp proxy

2015-08-12 Thread Grant Bagdasarian
Looks like I forgot to call rtpproxy_manage() for BYE and CANCEL requests. netstat -unlp showed a lot of port being used by rtpproxy even after the load test finished. The ports weren't being freed and that's probably the reason it gave the error. It was running out of ports to use. From: sr-us

[SR-Users] XCap Server + Postgre

2015-08-12 Thread Igor Olhovskiy
Hi! I'm experience really strange behavior of Kamailio. Right now it's using postgre database When trying to implement XCAP server capabilities, according to http://kamailio.org/docs/modules/4.3.x/modules/xcap_server.html#idp76784 on a block if (!www_authorize("xcap", "subscriber")) {

[SR-Users] Kamailio SCTP with CentOS

2015-08-12 Thread Mellow Yellow
Hey guys, I've been pulling out my hair for a few days trying to get SCTP with Kamailio working in CentOS 7... with no luck at all. When attempting to start Kamailio via the 'kamctl start' command I get the following error: INFO: Starting Kamailio : ERROR: PID file /var/run/kamailio.pid does

Re: [SR-Users] sdp manipulation in connection with rtpengine_offer/answer calls

2015-08-12 Thread Daniel-Constantin Mierla
On 10/08/15 09:49, Juha Heinanen wrote: > Daniel-Constantin Mierla writes: > >> iirc, based on what was discussed on the mailing list, at least in some >> cases, the full sdp is sent to rtpengine and then full sdp would be >> returned. > That is clear, but which "full" sdp: the original one or the

Re: [SR-Users] Kamailio SCTP with CentOS

2015-08-12 Thread Daniel-Constantin Mierla
Hello, this is likely to be the issue with the default path to ctl socket set in the packaging. Edit your config file, look for the lines: # - mi_fifo params - #modparam("mi_fifo", "fifo_name", "/var/run/kamailio/kamailio_fifo") # - ctl params - #modparam("ctl", "binrpc", "unix:

Re: [SR-Users] XCap Server + Postgre

2015-08-12 Thread Asgaroth
Hi Igor, I personally don’t use the xcap module, but looking at that error message, it seems to me that Kamailio cannot find the subscriber table which it will use to lookup the authentication details. Are you sure you have your Kamailio database and Kamailio database related settings setup

Re: [SR-Users] XCap Server + Postgre

2015-08-12 Thread Igor Olhovskiy
Sure I have. But no field 'extension' in it среда, 12 августа 2015 г. пользователь Asgaroth <00asgarot...@gmail.com> написал: > Hi Igor, > > > > I personally don’t use the xcap module, but looking at that error message, > it seems to me that Kamailio cannot find the subscriber table which it will

Re: [SR-Users] kamailio as SIP Agent

2015-08-12 Thread Sandeep Chakravarthi
Hi, Can you please tell me under which route i need keep those values. Whether in the RELAY route or ASTERISK rotue? Regards, Sandeep Warm Regards, Sandeep Chakravarthi. On Tue, Aug 11, 2015 at 11:03 PM, SamyGo wrote: > 1 - Take a look at the Kamailio transformations and psuedo-variable page.

Re: [SR-Users] XCap Server + Postgre

2015-08-12 Thread Asgaroth
That’s odd, the error message ‘ERROR: relation "subscriber" does not exist’ Seems to imply that Kamailio cannot find that table, if it couldn’t find the column, I would have expected something like: ‘ERROR: column "extension" does not exist’ We use postgresql here too with Kamai