[SR-Users] VIA header x-route-tag

alex pappas rebel.pappas at gmail.com
Tue Nov 30 12:58:55 CET 2010


Dear All,

We have some cisco gw that they send to the Kamailio in the first invite and
inside the VIA header an x-route-tag="The Gateway that the call entered".

I'm trying to add this to the acc module in order to have it recorded but
without sucess.
My config is this:

if (search("x-route-tag"))
        {
                avp(s:xroutetag) = $sel(@via);
                xlog("----- We have a x-route-tag in the SIP msg avp:
$avp(s:xroutetag) -----");
        };

I'm trying to add the VIA header to an avp so I could manipulate the string
but i cannot implement this.

Does anyone can suggest a way to add the *x-route-tag* value to an AVP?

Thank you in advance

Alex

sample VIA header:  Via: SIP/2.0/UDP  10.0.0.15:5060;*
x-route-tag="tgrp:TANDEM-KOR"*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20101130/1da7d652/attachment.htm>


More information about the sr-users mailing list