Hello,

The problem I want to solve is to mark a call failed when a call is
being deflected and
the Contact field contains sip:noservice@xxxxx.


My code is like this :

<recv   response="200" ..
..
        <ereg search_in="hdr" header="Contact"
regexp="sip:(noservice|away)@" check_it_inverse="true"
assign_to="dummy,noservice" />
</recv>

..
  <nop next="bye" test="noservice" />

..

<label id="bye"/>


I get the following  self contradicting message :

2011-09-23      14:30:28:233    1316781028.233480: Regexp matched but
should not: looking in ': <sip:sipp@xxxxxxx:5065;transport=UDP>', with
regexp 'sip:(noservice|away)@'.


cheers
  Olav


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to