Re: [SR-Users] why msg_apply_changes() from REQUEST_ROUTE only

2016-02-05 Thread Daniel-Constantin Mierla
On 05/02/16 09:16, smititelu wrote: > On 21.12.2015 10:48, Daniel-Constantin Mierla wrote: >> Hello, >> >> in failure route the sip message is cloned in shared memory, with >> many references to shared memory buffer, as well as shorter size >> (just to fit the sip message) of the buffer storing

Re: [SR-Users] Error or Bug: [t_msgbuilder.c:490]: build_local_reparse(): ERROR: build_local_reparse: HDR_EOH_T was not found

2016-02-05 Thread Daniel-Constantin Mierla
Hello, what is the version of kamailio you are using? Can you show incoming INVITE and CANCEL as well as outgoing INVITE for such call? You can replace IPs and other sensitive data with some other values. Do you get it for all CANCEL requests or only for some of them? Cheers, Daniel On

Re: [SR-Users] Extending the default 1800 seconds of session expiration

2016-02-05 Thread Daniel-Constantin Mierla
Hello, the server cannot increase it if the phone puts a value lower than you want. You can send a response telling the client that the interval is too short, specifying also the minimum value. I don't recall exactly the header names right now, but should be easy to search in rfc3261. Of course,

[SR-Users] Error or Bug: [t_msgbuilder.c:490]: build_local_reparse(): ERROR: build_local_reparse: HDR_EOH_T was not found

2016-02-05 Thread Sid Mason
Hi We are receiving error on CANCEL request from client that is supposed to be relayed to an Asterisk Server: [t_msgbuilder.c:490]: build_local_reparse(): ERROR: build_local_reparse: HDR_EOH_T was not found Any help on this is much appreciated. below is the log: Regards Sid 0(6351) DEBUG:

Re: [SR-Users] Kamailio strange behaviour

2016-02-05 Thread Daniel-Constantin Mierla
You can always replace the real IP (and usernames/phone numbers) with something else using a text editor, before posting to the mailing list. If no details are given, it is hard to help. Anyhow, in this case you provided some leads, respectively that you get 401 response. That could be because

Re: [SR-Users] kamailio xmpp gateway configuration issue

2016-02-05 Thread Daniel-Constantin Mierla
Hello, the error message tells that the module cannot connect to the xmpp server. Is the xmpp server started and listening on the right port and network interface? Cheers, Daniel On 05/02/16 07:37, kevin hifx wrote: > Dear friends, > > I am facing an issue, when trying to configure xmpp

Re: [SR-Users] Registration Failure - IMS

2016-02-05 Thread Franz Edler
Hello Cristina, please add a tracefile of the registration generated with “tcpdump -i any -s 3000 -w /var/tmp/trace.pcap”. BR Franz From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Cristina Caridi Sent: Friday, February 5, 2016 9:26 AM To: Jason Penton

Re: [SR-Users] Users in different domains and multiple domains

2016-02-05 Thread Barış Şekerciler
Hi Daniel, Thanks. I'm wondering how can I add users to multi-domains with kamctl? Or is there anything which does the same job? Regards.  On 4 February 2016 at 19:45:54, Daniel-Constantin Mierla (mico...@gmail.com) wrote: Hello, look at the modules that you use and see if they have a

Re: [SR-Users] why msg_apply_changes() from REQUEST_ROUTE only

2016-02-05 Thread smititelu
On 21.12.2015 10:48, Daniel-Constantin Mierla wrote: Hello, in failure route the sip message is cloned in shared memory, with many references to shared memory buffer, as well as shorter size (just to fit the sip message) of the buffer storing the message (the core used a private memory

Re: [SR-Users] Registration Failure - IMS

2016-02-05 Thread Cristina Caridi
Hello, thank you for the responsive answer! Ok, I will skip IP SEC mechanism for the moment :) But I have another problem related to registration process. After REGISTER-401 Unauthorized-REGISTER-200 OK, the IMS client sends the SUBSCRIBE message (for the "reg" event package subscription) to the

Re: [SR-Users] Users in different domains and multiple domains

2016-02-05 Thread Daniel-Constantin Mierla
Hello, yes, you can add multi-domain users by providing username@domain, like: kamctl add al...@wonderland.com ... Cheers, Daniel On 05/02/16 09:18, Barış Şekerciler wrote: > Hi Daniel, > Thanks. > I'm wondering how can I add users to multi-domains with kamctl? Or is > there anything which

Re: [SR-Users] Kamailio strange behaviour

2016-02-05 Thread Daniel-Constantin Mierla
Hello, received and rport are added when the client is behind NAT. Can you paste here the capture for the case that doesn't work? It will help us to see what is wrong there, and if not, could be that the mobile operator does some SIP ALG which breaks/blocks the sip, in this case you have to

[SR-Users] Extending the default 1800 seconds of session expiration

2016-02-05 Thread kssyrr
Hello everyone, I am trying to extend the default 1800 seconds of session expiration (presence; kamctl ul show)... how do I do that? I Tried to change parameters in the dialog module + the stt module... no success. The session expiration time is still 1800

Re: [SR-Users] Kamailio strange behaviour

2016-02-05 Thread Gholamreza Sabery
All of my clients are behind NAT! Unfortunately I can not put my captures here. The strange thing here for me is that: 1- Desktop can always REGISTER with all of my usernames. 2- My android phones can REGISTER with some usernames! For example if I have a 12 and a 17 username Android Linphone can

Re: [SR-Users] [SOLVED] Users in different domains and multiple domains

2016-02-05 Thread Barış Şekerciler
Thank you so much Daniel. If I have a trouble I will type again :) Regards. > On 05 Feb 2016, at 11:47, Daniel-Constantin Mierla wrote: > > Hello, > > yes, you can add multi-domain users by providing username@domain, like: > > > kamctl add al...@wonderland.com