Re: [SR-Users] How to get SIP parameter values

2014-08-19 Thread Daniel-Constantin Mierla
Do you want a specific attribute from Authorization header or the entire header? $au should return the authentication username. If the select you used doesn't work properly, open an issue on tracker not to forget about and we will look at it once we get a chance. Cheers, Daniel On 18/08/14

Re: [SR-Users] event_route xhttp:request

2014-08-19 Thread Daniel-Constantin Mierla
On 18/08/14 17:38, Kamrul Khan wrote: Hey, thanks for your reply. Do I need additional #!define to enable event_route ? No special #!ifdef needed -- what I meant was to check that you didn't add the event_route inside an #!ifdef or #!else with undefined id. Cheers, Daniel I didnt see any in

Re: [SR-Users] automatic string to int conversion for rtpengine flags failed

2014-08-19 Thread Olli Heiskanen
Hi, A little follow-up on this: The problem only happens when I call rtpengine_offer() inside a branch_route. If I call rtpengine_offer() in the failure_route (after 488) this conversion error does not happen, but then I get the double sdp issue indicated here:

Re: [SR-Users] 407 response from provider as failure route

2014-08-19 Thread Daniel-Constantin Mierla
Hello, can you double check to be sure the t_on_failure() is executed and not overwritten by another t_on_failure()? You can used debugger module with cfgtrace turned on to see what actions are executed from kamailio.cfg Cheers, Daniel On 17/08/14 13:33, Yuriy Gorlichenko wrote: Hi, I

Re: [SR-Users] How to get SIP parameter values

2014-08-19 Thread Kamrul Khan
Hi Daniel, Thanks for your reply. I need username, uri and response. We will also pass some custom headers with our SIP. I need a way to get that too. BR//Kamrul Date: Tue, 19 Aug 2014 10:04:43 +0200 From: mico...@gmail.com To: sr-users@lists.sip-router.org Subject: Re: [SR-Users] How to get SIP

Re: [SR-Users] How to get SIP parameter values

2014-08-19 Thread Daniel-Constantin Mierla
Hello, can you try with: $sel(authorization[_REALM_].username) $sel(authorization[_REALM_].uri) $sel(authorization[_REALM_].response) You have to replace _REALM_ with the value of the realm you are using for authentication. Also, if the header you look for is Proxy-Puthorization, then

Re: [SR-Users] rtpengine symmetric RTP behavior

2014-08-19 Thread Richard Fuchs
On 08/11/14 17:04, Narsay, Deep wrote: Hello Andreas, Yes, that's what I had thought, but I am actually seeing it using two different UDP ports towards Freeswitch (send=40036 and recv=40042) and two more ports towards SIP Client (send=40038, and recv=40040). I am wondering if there

Re: [SR-Users] How to get SIP parameter values

2014-08-19 Thread Kamrul Khan
Hello Daniel, It worked. Thanks a lot. I forgot to mention i needed the nonce value aswell; but that one worked too. I added a new bug report in your tracker for hf_value and hf_value2 http://sip-router.org/tracker/index.php?do=detailstask_id=461 And what about the custom headers ? BR//Kamrul

Re: [SR-Users] Kamailio 4.0.4 slow memory leak

2014-08-19 Thread Heenan, Timothy Steven
Do you think any of these modules possibly causing this issue? -Tim From: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Heenan, Timothy Steven Sent: Tuesday, August 12, 2014 2:37 PM To: 'mico...@gmail.com'; Kamailio (SER) - Users Mailing List

[SR-Users] Does rtpengine properly handle FQDN in SDP Origin?

2014-08-19 Thread Anthony Messina
I've begun playing with rtpengine (git e0957d1) a little and in my testing: CSipSimple - Kamailio/rtpengine - Asterisk 12/13 I see the following error when parsing SDP from the Asterisk side, possibly related to the use of the FQDN in the Origin: Got valid command from 127.0.0.1:44407: answer -

Re: [SR-Users] Does rtpengine properly handle FQDN in SDP Origin?

2014-08-19 Thread Richard Fuchs
On 08/19/14 14:53, Anthony Messina wrote: I've begun playing with rtpengine (git e0957d1) a little and in my testing: CSipSimple - Kamailio/rtpengine - Asterisk 12/13 I see the following error when parsing SDP from the Asterisk side, possibly related to the use of the FQDN in the Origin:

Re: [SR-Users] Does rtpengine properly handle FQDN in SDP Origin?

2014-08-19 Thread Anthony Messina
On Tuesday, August 19, 2014 04:17:07 PM Richard Fuchs wrote: On 08/19/14 14:53, Anthony Messina wrote: I've begun playing with rtpengine (git e0957d1) a little and in my testing: CSipSimple - Kamailio/rtpengine - Asterisk 12/13 I see the following error when parsing SDP from the

Re: [SR-Users] 407 response from provider as failure route

2014-08-19 Thread Yuriy Gorlichenko
So As I say- I write after test. Yo right- I used t_on_failure twice... Thanks for advice Thanks for fast reply. Iwill rty it today. I will write about result 19.08.2014 12:13 пользователь Daniel-Constantin Mierla mico...@gmail.com написал: Hello, can you double check to be sure the

[SR-Users] SIP Trunk

2014-08-19 Thread Satish Patel
We have setup Kamailio front and SIP Proxy, Now i want to Trunk it with other SIP provide they gave me IP, Username/Password. How do i configure username/password on Kamailio SIP Proxy? ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users

Re: [SR-Users] SIP Trunk

2014-08-19 Thread Yuriy Gorlichenko
Use UAC module for this 20.08.2014 7:40 пользователь Satish Patel satish@gmail.com написал: We have setup Kamailio front and SIP Proxy, Now i want to Trunk it with other SIP provide they gave me IP, Username/Password. How do i configure username/password on Kamailio SIP Proxy?