Re: [SR-Users] Nonce extract from SIP Meesage

2016-06-02 Thread Daniel-Constantin Mierla
On 30/05/16 16:50, Olle E. Johansson wrote: >> On 30 May 2016, at 15:40, Sergio Serrano >> wrote: >> >> Hi all, >> >> I just try integrate Kamailio with external software and We >> want taht kamailio doesn't authenticate users. I want that the >> autehtication process would be done by exte

Re: [SR-Users] Kamailio 4.4.1 REGISTER Parse Error in PCSCF

2016-06-02 Thread Mihail Dakov
Hi there guys, I was able to find out the issue with the parsing error in P-CSCF. It happened due to misconfiguration. But besides that the siptrace module has some problem because dumps the sip message with some prepended bytes which were not sip related. In this case this is the sequence of byte

Re: [SR-Users] S-CSCF (kamailio) crashes after deregistration of client

2016-06-02 Thread Christoph Valentin
Hi Jason,   Sorry for delay, but I did like to try Carsten's proposal, before I send you the GDB traceback.   Now I installed the same packages but from kamailio-4.4.1-1.1, did not change the config and repeated the test - same result.   tshark, level 2 logs and GDB traceback in attachment o

Re: [SR-Users] S-CSCF (kamailio) crashes after deregistration of client

2016-06-02 Thread Jason Penton
Hi Christoph, Can you pls send your cfg file? Also, are you not using DB mode? Cheers Jason On Thu, Jun 2, 2016 at 3:41 PM, Christoph Valentin < christoph.valen...@gmx.at> wrote: > Hi Jason, > > Sorry for delay, but I did like to try Carsten's proposal, before I send > you the GDB traceback. >

Re: [SR-Users] S-CSCF (kamailio) crashes after deregistration of client

2016-06-02 Thread Christoph Valentin
Hi Jason,   Pls. find the configuration in attachment (complete /etc/kamailio).   I'm iteratively trying to understand and configure kamailio as S-CSCF, later probably as P-CSCF and even later as I-CSCF and so on. Thus gaining know how.   I kept as close as possible to the cookbook https://w

Re: [SR-Users] S-CSCF (kamailio) crashes after deregistration of client

2016-06-02 Thread Carsten Bock
Hi Christoph, "Now I installed the same packages but from kamailio-4.4.1-1.1, did not change the config and repeated the test - same result." Where did you obtain those packages? These are definitely NOT the trunk version (according to the Makefiles, Kamailio is at Version 5.0.0) Thanks,

Re: [SR-Users] S-CSCF (kamailio) crashes after deregistration of client

2016-06-02 Thread Jason Penton
Yes, agreed, should not crash ;) - I see the bug and will commit just now. cheers Jason On Thu, Jun 2, 2016 at 4:07 PM, Carsten Bock wrote: > Hi Christoph, > > "Now I installed the same packages but from kamailio-4.4.1-1.1, did > not change the config and repeated the test - same result." > >

Re: [SR-Users] S-CSCF (kamailio) crashes after deregistration of client

2016-06-02 Thread Jason Penton
@Christoph, please use master - I have just committed a patch. Daniel, could you please backport? is there a howto on how to backport a commit to previous versions? Cheers Jason On Thu, Jun 2, 2016 at 4:11 PM, Jason Penton wrote: > Yes, agreed, > > should not crash ;) - I see the bug and will

[SR-Users] Kamailio Websocket Questions

2016-06-02 Thread Nagorny, Dimitry
Hi List, two questions regarding Kamailio Websockets: 1. How do I send INVITE request TO the listening Websocket? I usually used for UDP/TCP/TLS these format, but somehow this is not working for Websocket because it gets in an endless loop: if ($rU=~"^(\+|00|0)?[1-9][0-9]{4,20}$") {

[SR-Users] Kamailio Sorce code Documents

2016-06-02 Thread aman jeff
Hi team, I like to know the source code documention of kamailio, I like to customize textops.c,like to get the variables and structure documents gparam_p, etc.. Regards Jeff ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr

[SR-Users] rtpproxy ipv6 problem

2016-06-02 Thread aman jeff
Hi Team, The SIP packets are fine ,we are able to establish SIP session , As long the RTP Proxy not get involved and we are not able to hear audio,So How to do the proper configuration RTP Proxy,what to do in RTP Proxy to get the voice for the connected sip session Regards Arnab

[SR-Users] IPv6 Only client-rtp proxy configuration

2016-06-02 Thread aman jeff
Hi Team, How to configure rtp proxy for IPv6 Only client,now we are not able to get the audio, Please help Regards Arnab ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.o

Re: [SR-Users] Kamailio Websocket Questions

2016-06-02 Thread Daniel-Constantin Mierla
Hello, 1. for websocket the connection has to be reused, the server cannot open a connection towards the browser. So you don't have to force any socket, if kamailio doesn't find the address matching the target ws address, then will throw an error, otherwise will use it. 2. have you enabled xhttp

Re: [SR-Users] S-CSCF (kamailio) crashes after deregistration of client

2016-06-02 Thread Daniel-Constantin Mierla
Jason: some guidelines about backporting are at: - http://www.kamailio.org/wiki/devel/backporting-to-3.2.x#backporting_to_branch_32 You have to change branch 3.2 to 4.4. In short: check out branch 4.4 locally, use git cherry-pick -x COMMITID, compile the module to see all is ok, then do git pu