Hi Oli,
On 11/13/2013 06:13 AM, Oliver Roth wrote:
Hi all
I need to extract a part of the INVITE msg:
INVITE sip:+4179615@82.197.185.185;user=CSC10824 SIP/2.0
I need
10824
in a avp variable.
Hi Oli,
The string you are operating on is called the Request URI, which is
exposed by the
Hi,
have a look at Kamailio transformation:
http://www.kamailio.org/wiki/cookbooks/4.0.x/transformations#uri_transformations
Daniel
On 11/13/2013 12:19 PM, Daniel-Constantin Mierla wrote:
> Hello,
>
> try:
>
> $(ru{uri.param,user}{s.substr,3,0})
>
> Cheers,
> Daniel
>
> On 11/13/13 12:13 PM
Hello,
try:
$(ru{uri.param,user}{s.substr,3,0})
Cheers,
Daniel
On 11/13/13 12:13 PM, Oliver Roth wrote:
Hi all
I need to extract a part of the INVITE msg:
INVITE sip:+4179615@82.197.185.185;user=CSC10824 SIP/2.0
I need
10824
in a avp variable.
Is there a regex function where I can