Greetings,
I am wondering if there is any writing on the use of wildcards and what they do? Basically, I would like to know how I can wildcard something like 12125551212 to 1*, for routing purposes. Any help will be highly appreciated.
Masoud
_________________________________________________________________ Check out the coupons and bargains on MSN Offers! http://youroffers.msn.com
you can use string matching based on regular expressions using
if (uri=~"reg-exp") {
see the user guide for more info -> iptel.org/ser/doc
klaus
Masoud Safi wrote:
Greetings,
I am wondering if there is any writing on the use of wildcards and what they do? Basically, I would like to know how I can wildcard something like 12125551212 to 1*, for routing purposes. Any help will be highly appreciated.
Masoud
Check out the coupons and bargains on MSN Offers! http://youroffers.msn.com
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers