for the "HowTo search regular expression within request line" .

You can use the miTester for SIP. its clearly defied the regular expression
for all the header including request line / status line..

Let me know..if you have any doubts using it..

you can contact me.. at any time (*parasuramankumaras...@gmail.com*)


On Tue, Feb 23, 2010 at 7:29 PM,
<sipp-users-requ...@lists.sourceforge.net>wrote:

> Send Sipp-users mailing list submissions to
>        sipp-users@lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        https://lists.sourceforge.net/lists/listinfo/sipp-users
> or, via email, send a message with subject or body 'help' to
>        sipp-users-requ...@lists.sourceforge.net
>
> You can reach the person managing the list at
>        sipp-users-ow...@lists.sourceforge.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Sipp-users digest..."
>
>
> Today's Topics:
>
>   1. Re: HowTo search regular expression within request line
>      (mayamatakeshi)
>   2. Re: HowTo search regular expression within request line
>      (Evgeny Miloslavsky)
>   3. Re: HowTo search regular expression within request line
>      (Evgeny Miloslavsky)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 23 Feb 2010 19:12:10 +0900
> From: mayamatakeshi <mayamatake...@gmail.com>
> Subject: Re: [Sipp-users] HowTo search regular expression within
>        request line
> To: Evgeny Miloslavsky <emiloslav...@juniper.net>
> Cc: sipp-users-boun...@lists.sourceforge.net,
>        sipp-users@lists.sourceforge.net
> Message-ID:
>        <15b9404e1002230212h3427e90bpd9e026a541ee1...@mail.gmail.com>
> Content-Type: text/plain; charset="windows-1252"
>
> On Tue, Feb 23, 2010 at 6:50 PM, Evgeny Miloslavsky <
> emiloslav...@juniper.net> wrote:
>
> >  Hi All!
> >
> > I have to find SIP-URI for example (sip:30...@somedomain.com) 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:30...@somedomain.com?
> > 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:30...@somedomain.com) SIP/2.0" search_in="msg"
> check_it="true" assign_to="whole_thing,the_uri" />
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 2
> Date: Tue, 23 Feb 2010 10:39:45 +0000
> From: Evgeny Miloslavsky <emiloslav...@juniper.net>
> Subject: Re: [Sipp-users] HowTo search regular expression within
>        request line
> To: mayamatakeshi <mayamatake...@gmail.com>
> Cc: sipp-users-boun...@lists.sourceforge.net,
>        sipp-users@lists.sourceforge.net
> Message-ID:
>        <b34261034c5a2148aac240d5a8e5c42d0cc36...@emailemea4.jnpr.net>
> Content-Type: text/plain; charset="us-ascii"
>
> Thank you!
>
>
>
> Regards,
>
> Evgeny Miloslavsky
>
> Systest Engineer
>
> Juniper Networks Solutions Israel LTD.
>
> Office: 972-9-9712355
>
> Office: 972-74-7170072
>
> ________________________________
>
> From: mayamatakeshi [mailto:mayamatake...@gmail.com]
> Sent: Tuesday, February 23, 2010 12:12 PM
> To: Evgeny Miloslavsky
> Cc: sipp-users@lists.sourceforge.net;
> sipp-users-boun...@lists.sourceforge.net
> Subject: Re: [Sipp-users] HowTo search regular expression within request
> line
>
>
>
>
>
> On Tue, Feb 23, 2010 at 6:50 PM, Evgeny Miloslavsky
> <emiloslav...@juniper.net> wrote:
>
> Hi All!
>
> I have to find SIP-URI for example (sip:30...@somedomain.com) 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:30...@somedomain.com"
> 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:30...@somedomain.com) SIP/2.0"
> search_in="msg" check_it="true" assign_to="whole_thing,the_uri" />
>
>
>
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 3
> Date: Tue, 23 Feb 2010 13:38:00 +0000
> From: Evgeny Miloslavsky <emiloslav...@juniper.net>
> Subject: Re: [Sipp-users] HowTo search regular expression within
>        request line
> To: mayamatakeshi <mayamatake...@gmail.com>
> Cc: sipp-users-boun...@lists.sourceforge.net,
>        sipp-users@lists.sourceforge.net
> Message-ID:
>        <b34261034c5a2148aac240d5a8e5c42d0cc36...@emailemea4.jnpr.net>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi
>
> Thank you for your help.
>
> Will the following be working?
>
>
>
> <recv request="OPTIONS">
>
>     <action>
>
>        <ereg regexp="OPTIONS
> (sip:1000-junipersyst...@[local_ip]:[local_port]) SIP/2.0"
> search_in="msg" check_it="true" assign_to="2"/>
>
>     </action>
>
>   </recv>
>
>
>
> Regards,
>
> Evgeny Miloslavsky
>
> Systest Engineer
>
> Juniper Networks Solutions Israel LTD.
>
> Office: 972-9-9712355
>
> Office: 972-74-7170072
>
> ________________________________
>
> From: mayamatakeshi [mailto:mayamatake...@gmail.com]
> Sent: Tuesday, February 23, 2010 12:12 PM
> To: Evgeny Miloslavsky
> Cc: sipp-users@lists.sourceforge.net;
> sipp-users-boun...@lists.sourceforge.net
> Subject: Re: [Sipp-users] HowTo search regular expression within request
> line
>
>
>
>
>
> On Tue, Feb 23, 2010 at 6:50 PM, Evgeny Miloslavsky
> <emiloslav...@juniper.net> wrote:
>
> Hi All!
>
> I have to find SIP-URI for example (sip:30...@somedomain.com) 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:30...@somedomain.com"
> 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:30...@somedomain.com) SIP/2.0"
> search_in="msg" check_it="true" assign_to="whole_thing,the_uri" />
>
>
>
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
>
> ------------------------------------------------------------------------------
> Download Intel&#174; 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
> Sipp-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sipp-users
>
>
> End of Sipp-users Digest, Vol 45, Issue 6
> *****************************************
>



-- 
Regards,
Parasuraman Kumarasami
------------------------------------------------------------------------------
Download Intel&#174; 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
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to