On Tue, Feb 23, 2010 at 6:50 PM, Evgeny Miloslavsky <
[email protected]> wrote:
> Hi All!
>
> I have to find SIP-URI for example (sip:[email protected]) within
> Request-Line (not header) of ID OPTIONS request received.
>
> What shoud be an *search_in* value within <actions> field?
>
> That is :
>
> <recv request=OPTIONS>
>
> <action>
>
> <ereg regexp=” sip:[email protected]”
> search_in=”*??????*” check_it=”true” assign_to=”1”/>
>
> </action>
>
> </recv>
>
Have you tried search_in="msg" to search the whole message?
I would expect something like this to work:
<ereg regexp="OPTIONS (sip:[email protected]) SIP/2.0" search_in="msg"
check_it="true" assign_to="whole_thing,the_uri" />
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users