Re: [SR-Users] Crash Kamailio 4.1.4

2014-10-03 Thread Igor Potjevlesch
Hello, Thank you for your time on this issue. I understand that I can define “db_extra” like: modparam(acc, db_extra, src_user=$fU;username=$Au;src_domain=$fd;src_ip=$si;src_pai=$avp(s:pai); dst_ouser=$tU;dst_user=$rU;dst_domain=$rd) Instead of: modparam(acc, db_extra,

Re: [SR-Users] Routing calls to a subscribed softphone

2014-10-03 Thread Paul Smith
Great stuff. NAT is a whole other basket of pain. Again the example configs in the kamailio distribution are a good place to start... in particular the NATDETECT and NATMANAGE routines, and the nathelper and rtpproxy module usage. good luck Hi Paul Just wanted to give you an update.

[SR-Users] Roadmap to release v4.2.0

2014-10-03 Thread Daniel-Constantin Mierla
Hello, after last days of testing at SIPit 31, I think the master branch is in quite good shape. I hope to get the time for a more detailed report, but we had only one major issue when running some stress tests, affecting websocket connections when using a special crafted websocket packet,

[SR-Users] [OT] About next Kamailio World, May 27-29, 2014, in Berlin

2014-10-03 Thread Daniel-Constantin Mierla
Hello, we have preliminarily booked May 27-29, 2014 for the next Kamailio World event, hosted again by FhG Fokus Institute in Berlin. It was really hard to find a time frame during April and May 2015, because of different dates for Catholic and Orthodox Easters, 1st of May as well as quite

Re: [SR-Users] Enable SipTrace

2014-10-03 Thread Daniel-Constantin Mierla
Hello, maybe it is postrges client printing hexa because the typo of column is blob?!? Cheers, Daniel On 02/10/14 23:24, Bruno Emer wrote: Hello! I just got some kamailio servers working with websockets using jssip in my clients and now I want to get the SIP Messages to better understand

[SR-Users] Kamailio queue

2014-10-03 Thread Marino Mileti
mohqueue module is also compatible with rtpproxy-ng or only with rtppoxy? Because during startup i've noticed this error: mohqueue : Unable to load rtpproxy_stream2uac There was a typo in the parameter name. If you use default values, just remove the modparam. Otherwise, I pushed the patches

[SR-Users] UAC call to ATT

2014-10-03 Thread Yuriy Gorlichenko
Hello. we use UAC module for trunk registration at kamailio. We have successfull routing and calling through our trunks to many providers and have just one problem with ATT endpoints. When callee at ATT endpoint hook call (I see OK from provider as response to our INVITE from ATT endpoint) and

Re: [SR-Users] [OT] About next Kamailio World, May 27-29, 2014, in Berlin

2014-10-03 Thread Brad Watkins
I assume the year in the first part of that statement is supposed to be 2015? Otherwise we all missed it already. ;) On Fri, Oct 3, 2014 at 3:45 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, we have preliminarily booked May 27-29, 2014 for the next Kamailio World event,

[SR-Users] Serial forking q value

2014-10-03 Thread Marino Mileti
Hi guys, I've tried with success to implement serial forking based on q value (i've followed documentation) with the istruction: append_branch(sip:b...@example.com, 0.5); Now my questions are: is it possible to import URI from db? is it possible to import q value from db too? I would like to

Re: [SR-Users] Kamailio queue

2014-10-03 Thread Robert Boisvert
Only with rtpproxy. On Fri, Oct 3, 2014 at 5:25 AM, Marino Mileti marino.mil...@alice.it wrote: mohqueue module is also compatible with rtpproxy-ng or only with rtppoxy? Because during startup i've noticed this error: mohqueue : Unable to load rtpproxy_stream2uac There was a typo in the

Re: [SR-Users] Setting Kamailio User-Agent dynamically

2014-10-03 Thread Rainer Piper
Am 03.10.2014 um 17:04 schrieb Errol Samuels: Hello All, I am using Kamailio in front of Freeswitch and Kamailio is handling the registrations then forwarding to Freeswitch and everything is working for the most part. However, there is niggling pain in the neck issue where the user's

Re: [SR-Users] Enable SipTrace

2014-10-03 Thread Bruno Emer
Hello, Daniel! Thanks for your support (AGAIN !!!)! I just have discovered how to fix this using PGADMIN. Here is the query that I'm using, so if someone else face this problem, it can help: select a.id, a.time_stamp, a.time_us, a.callid, a.traced_user, convert_from(msg::BYTEA, 'UTF8') as msg,

Re: [SR-Users] Setting Kamailio User-Agent dynamically

2014-10-03 Thread Errol Samuels
Hi Rainer, Yes I did try user_agent_header = User-Agent: $ua; but it just passes $ua to Freeswitch rather than the value of $ua. regards, Errol On Fri, Oct 3, 2014 at 4:32 PM, Rainer Piper rainer.pi...@soho-piper.de wrote: Am 03.10.2014 um 17:04 schrieb Errol Samuels: Hello All, I

Re: [SR-Users] Setting Kamailio User-Agent dynamically

2014-10-03 Thread Rainer Piper
Am 03.10.2014 um 17:52 schrieb Errol Samuels: Hi Rainer, Yes I did try user_agent_header = User-Agent: $ua; but it just passes $ua to Freeswitch rather than the value of $ua. regards, Errol On Fri, Oct 3, 2014 at 4:32 PM, Rainer Piper rainer.pi...@soho-piper.de

Re: [SR-Users] Setting Kamailio User-Agent dynamically

2014-10-03 Thread Errol Samuels
I also tried your last suggestion at the point when the registeris being forwarded to FS but it had no effect # Forward REGISTER to Freeswitch route[REGFWD] { if(!is_method(REGISTER)) { return; } #if ( is_present_hf(User-Agent)) { *

Re: [SR-Users] Routing calls to a subscribed softphone

2014-10-03 Thread Will Ferrer
Hi Paul I think we have our nat stuff working on the kamailio server. The problem now for me seems to be that I have a restrictive nat going on my home network which is preventing me from receiving calls. I am going to do some research on changing up my network here for testing. Thanks again

Re: [SR-Users] channel parameter on SDP

2014-10-03 Thread Mikko Lehto
Kelvin Chua kel...@gmail.com wrote: my provider is being a dick. they do not accept doubango's a=rtpmap:0 PCMU/8000/1 what they wanted was a=rtpmap:0 PCMU/8000 is there a way of changing this on kamailio? Maybe it could work if you remove static RTP attribute completely: ---

Re: [SR-Users] Adding Dynamic Routing Module management to Siremis

2014-10-03 Thread cpcnetworking
Anybody have some insight or pointers? Thx ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] Adding Dynamic Routing Module management to Siremis

2014-10-03 Thread Ovidiu Sas
As an alternative, you can try to use the kamailio embedded provisioning module: http://kamailio.org/docs/modules/devel/modules/xhttp_pi Regards, Ovidiu Sas On Fri, Oct 3, 2014 at 9:08 PM, cpcnetworking cpcnetwork...@gmail.com wrote: Anybody have some insight or pointers? Thx