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

2014-08-19 Thread Kamrul Khan
mrul Date: Tue, 19 Aug 2014 17:37:56 +0200 From: mico...@gmail.com To: do...@live.com; sr-users@lists.sip-router.org Subject: Re: [SR-Users] How to get SIP parameter values Hello, can you try with: $sel(authorization[_REALM_].username) $sel(authoriza

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

2014-08-19 Thread Daniel-Constantin Mierla
at 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 parameter values Do you want a specific attribute from Authorization header o

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
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

[SR-Users] How to get SIP parameter values

2014-08-18 Thread Kamrul Khan
I want to send the authorization information that I received from my SIP devices to another server for authentication. How to get the values of Authorization header. I tried using hf_value and hf_value2 but for @hf_value2.Authorization.username I get "Digest" as output. Is there any other w