Olivier Jacques wrote:
> Hello Jeannot,
>
> Try &gt; for > and &lt; for <
> It's undocumented (sigh), but it works.
>
> Olivier.
>

Thanks for the tip.
However this doesn't solve my problem entirely.  I get the same problem 
that was described by Einat Avikser after I made my last post.

I am scanning the following contact header from a 180 Ringing response 
(notice the short-form "m:" header):

m: <sip:[EMAIL PROTECTED]>

Now using the following piece of code:

<ereg regexp="[^&lt&gt]*" search_in="hdr" header="m:" check_it="false" 
assign_to="3"/>

And I see $3 being printed as:

<sip:jeanno

Rather than what I was expecting:

sip:[EMAIL PROTECTED]


This appears to be a bug.  Is there any way to workaround this problem?  
Or what could I be doing incorrectly?
(What I really want to do is to capture the entire m: header without the 
angle brackets...)


-- 
Jeannot Langlois
Software Developer / Programmeur-Analyste
aka "SIP Phone Doctor" and "SIP PUBLISH/PRACK/UPDATE Expert"
Macadamian Technologies
(613) 739-5976 #137
www.macadamian.com

CONFIDENTIALITY: 
The information contained in this email is intended by Macadamian Technologies 
Inc. for the use by the named individual or entity to which it is addressed and 
may contain information that is privileged or confidential. It is not intended 
for transmission to, or receipt by, any individual or entity other than the 
named addressee expressly permitted in this email. If you have received this 
email in error, please delete it without copying or forwarding it, and notify 
the sender.

Subscribe to the Critical Path, our free monthly email on software management:
http://www.macadamian.com/subscribe



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to