On Wed, Feb 9, 2011 at 6:53 PM, Sri Narayanan
<sri.narayanan....@gmail.com>wrote:

> Hi Karna,
> Actually there is an action tag follows :-)
>
>        <recv response="100" rrs="true" crlf="true" optional="true" />
>
>
>
>        <recv response="200" rtd="true"/>
>
>    <action optional="true">
>        <ereg regexp="fid=([[:alnum:]]*)_([[:alnum:]]*)"
> search_in="hdr" header="Contact:" check_it="true" assign_to="1" />
>        <ereg
> regexp="bekey=([[:alnum:]]*)-([[:alnum:]]*)%([[:alnum:]]*).([[:alnum:]]*).([[:alnum:]]*).([[:alnum:]]*)"
> search_in="hdr" header="Contact:" check_it="true" assign_to="2" />
>    </action>
>
>  </recv>


The xml is malformed. You are closing the receive node at this point:

<recv response="200" rtd="true"/>

and
closing again at

 </recv>
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to