I am sending 2 P-Asserted-Identity: headers in the outgoing invite message
I am using the following regular expresssion to verify if both sip uri and tel uri are received in the 2 different headers.
<recv request="INVITE">
<action>
<ereg regexp="<(sip:+168401).*>" search_in="hdr" header="P-Asserted-Identity:" check_it="true" assign_to="2" />
<ereg regexp="<(Tel:+168401).*>" search_in="hdr" header="P-Asserted-Identity:" check_it="true" assign_to="2" />
</action>
</recv>
But this isnt working at all.And when I include this regular _expression_, the scenario also fail.
Please help
Sponsored Link
Mortgage rates near 39yr lows. $510,000 Mortgage for $1,698/mo -
Calculate new house payment
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
