Re: [SR-Users] Simple User Agent change

2015-11-24 Thread Steven Maddox
Hi, I do not know if it supports Path extension. I am looking for a solution which doesn't require knowledge of the PBX anyway, so the PBX could be anything. /---\ /--\ /-\ | Phone | ---> | Kamailio | ---> | PBX | \---/ \--/ \-/ In this set up

[SR-Users] issue using sipcapture to pg database

2015-11-24 Thread david escartin
hello how are you? i have a problem using sipcapture module i'm writing in postgres database some sip messages but the msg field is stored ina strange format, \x5349502f322e30203438372052657175657374205465726d696e61746 5640d0a5669613a205349502f322e302f5544502037392e3137302e36342e3136383a353038

[SR-Users] Build error on Solaris 11 with Solaris Studio

2015-11-24 Thread Spencer Thomason
Hello, I realize its probably uncharted waters but I was hoping someone could point me in the right direction… I attempting to build Kamailio on a UltraSPARC T2 box running Solaris 11.3 with Sun cc and I’m not getting very far: $ CC=cc gmake all CC (cc) [kamailio] timer_proc.o cc: W

Re: [SR-Users] Kamailio/RTPProxy incorrect port 0

2015-11-24 Thread Gholamreza Sabery
If your system is under heavy loads you can use multiple RTPProxy servers to balance the load between them. You can do this using rtpproxy_sock parameter or read RTPProxy's information from a database. Here I created a GIT repository which you can use to auto-deploy such a configuration: https://g

Re: [SR-Users] Grab users password from WWW-Auth header

2015-11-24 Thread Daniel Tryba
On Tuesday 24 November 2015 18:32:49 Alexandru Covalschi wrote: > Now I'm seeking help with such question - as I understand, currently anyone > can register or auth his requests by using same Authorization header for > all purposes. So, I mean, someone can grab Auth header from the user's > packet

Re: [SR-Users] Grab users password from WWW-Auth header

2015-11-24 Thread Alexandru Covalschi
Well, reopening that thread seaking for some help again :( The solution is working pretty nice, and my config looks like that # authenticate requests if has_credentials(""){ $var(y) = @msg.header.Authorization; xlog

Re: [SR-Users] TLS not enough memory issue with git master

2015-11-24 Thread Anthony Messina
After having re-enabled the close_expired_tcp modparam, Kamailio made it about 12hours before giving the following warning and blocking new TLS connections again: ERROR: tls [tls_server.c:189]: tls_complete_init(): tls: ssl bug #1491 workaround: not enough memory for safe operation: 8870536

Re: [SR-Users] Kamailio/RTPProxy incorrect port 0

2015-11-24 Thread Maxim Sobolev
That option sets RLIMIT_NOFILE, which is the maximum number of open files for this process to the specified number, i.e. 10,000 in my example. See "man setrlimit" for details. On Tue, Nov 24, 2015 at 1:41 AM, Igor Potjevlesch < igor.potjevle...@gmail.com> wrote: > Hi Maxim, > > > > There are no e

Re: [SR-Users] Issue with SNMPstats

2015-11-24 Thread Igor Potjevlesch
Hello, I have rebooted my kamailio machine and now the value of kamailio dialogs is always 0: KAMAILIO-MIB::kamailioCurNumDialogs.0 = Gauge32: 0 KAMAILIO-MIB::kamailioCurNumDialogsInProgress.0 = Gauge32: 0 KAMAILIO-MIB::kamailioCurNumDialogsInSetup.0 = Gauge32: 0 KAMAILIO-MIB::kamailioTotalNumFai

Re: [SR-Users] MESSAGE is not successfull in Kamailio IMS

2015-11-24 Thread Thierry Luo
Oh,that's the root cause? Not familiar with the script and modules relationships. Anyway I'll try to change that and try again. Thanks. Thierry On 2015-11-24 20:54 , Carsten Bock Wrote: Hi, the isdsturiset() has nothing to do with the dispatcher-module... Thanks, Carsten 2015-11-24 13:50 G

Re: [SR-Users] MESSAGE is not successfull in Kamailio IMS

2015-11-24 Thread Carsten Bock
Hi, the isdsturiset() has nothing to do with the dispatcher-module... Thanks, Carsten 2015-11-24 13:50 GMT+01:00 Thierry Luo : > Hi, > > I disable the dispatcher module, so i commented out the call > 'isdsruriset()'. > > > Thierry > > > On 2015-11-24 20:32 , Carsten Bock Wrote: > > Hi, > > you c

Re: [SR-Users] MESSAGE is not successfull in Kamailio IMS

2015-11-24 Thread Thierry Luo
Hi, I disable the dispatcher module, so i commented out the call 'isdsruriset()'. Thierry On 2015-11-24 20:32 , Carsten Bock Wrote: Hi, you commented out some lines, that would handle NAT cases: # LYH #if(!isdsturiset()) { # handle_ruri_alias(); # if ($rc == 1) { # setflag(FLT_NAT); # } #}

Re: [SR-Users] MESSAGE is not successfull in Kamailio IMS

2015-11-24 Thread Carsten Bock
Hi, you commented out some lines, that would handle NAT cases: # LYH #if(!isdsturiset()) { # handle_ruri_alias(); # if ($rc == 1) { # setflag(FLT_NAT); # } #} Why? Thanks, Carsten 2015-11-23 5:21 GMT+01:00 Thierry Luo : > Hi Carsten, > > > > Thanks for your reply. > > > > I’m using IMSDroid to

Re: [SR-Users] Kamailio IMS: Contact validation during INVITE

2015-11-24 Thread Jason Penton
Hi Prashant, Often the P-CSCF has to know about the contact (for example for Rx QoS, security (asserting identity, etc). It is also possible that a contact header is not provided by the UE so you have no alternative but to search src info, via info, etc. So that is the main reason. So let me und

Re: [SR-Users] Kamailio IMS: Contact validation during INVITE

2015-11-24 Thread Daniel-Constantin Mierla
Hello, updated the subject of the email to reflect it refers to IMS extensions, which are different than the standard IETF registrars. That makes it easier to be spotted by the people using IMS and the dev guys can shed some light on why the implemented that way. Cheers, Daniel On 24/11/15 11:5

[SR-Users] Kamailio:Contact validation during INVITE

2015-11-24 Thread Prashant Desai
Hi, We observe that the following kamailio API is trying to find out user registration by comparing source IP and port with stored contact, if it fails, then it compares based on incoming SIP msg contact uri. is_registered(struct sip_msg* _m, udomain_t* _d){ getContactP(_m,

Re: [SR-Users] kazoo module documentation

2015-11-24 Thread Daniel-Constantin Mierla
Hello, thanks for spotting the missing parameter from documentation. Hopefully Luis, the developer of the module, will have the time to add it to the docs in the near future, with details about its purpose. Cheers, Daniel On 20/11/15 20:50, Vik Killa wrote: > Hello, > I'm testing kazoo module f

Re: [SR-Users] Kamailio/RTPProxy incorrect port 0

2015-11-24 Thread Igor Potjevlesch
Hi Maxim, There are no errors like "can't create" or "can't bind". I don't find the -L option into the manual. I'm not sure to understand what the option is used for? Regards, Igor. De : sr-users [mailto:sr-users-boun...@lists.sip-router.org] De la part de Maxim Sobolev Envoy