On Thu, 2003-08-21 at 21:40, Jiri Kuthan wrote:
At 07:14 PM 8/21/2003, Jan Ruzicka wrote:
For all Enum testers
I' ve tested Jiri's code and I think, there shoudl be an * behind
numbers && uri=~"sip:\+[0-9]*@iptel\.org
What is the problem with +? That tells that I would like to have at least
one digit....
(if I use the domain [not only
uri=~"sip:\+[0-9]*@] it doesn't work.
It's my fault,I think, but I can't figure it out)
Show us your regexp and requests -- we will see :)
Its weird, I wrote the line once
more, tested it part by part and it works :-)
Depends on
script, but sometimes could be usefull to test CANCEL and ACK
too (method=="INVITE" || method=="CANCEL" || method=="ACK").
Agreed, thanks.
-jiri