does anyone know if sipp regexp supports match negating?  I want to make sure a 
string *doesn't" appear in a SIP body (eg I want the value to be empty).

<action>
  <ereg regexp="a=bad_field" search_in="body" check_it="true"/>
<action>

this results in a "pass" if the bad field exists, but I want a "fail"

alternatively, 

<action>
  <ereg regexp="!a=bad_field" search_in="body" check_it="true"/>
<!-- or -->
  <ereg regexp="!/a=bad_field/" search_in="body" check_it="true"/>
<action>

don't seem to cut it either.  any ideas? 
------------------------------------------------------------------------------
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to