To All
I answered it myself
if(uri=~"sip:002[0-9]*@")
Thanks
Rick
From: serusers-bounces@lists.iptel.org
[mailto:serusers-bounces@lists.iptel.org] On
Behalf Of Richard C. Thompson
Sent: Tuesday, September 26, 2006
4:31 PM
To: serusers@iptel.org
Subject: [Serusers] digit matching
Hi All
I hope someone can point me in the right direction or just
give me a hint.
I have the following route in ser.cfg and it works great.
All I would like to do is change it so it matches on any number that starts
with 002 regardless of length not just 12 more digits or a fixed length.
if(uri=~"sip:(002............)@")
I tried
if(uri=~"sip:(002*)@")
but it didn’t work
TIA
Rick