>     <condition field="destination_number" expression="^(9\d{7,})$">
>       ...
>    But I see that 9 still exists.

<condition field="destination_number" expression="^9(\d{7,})$">

Put the parentheses around the portion you want to capture.

http://wiki.freeswitch.org/wiki/Regular_Expression

-- 
Russell Mosemann



________________________________________________________
Concordia University, Nebraska
See http://www.cune.edu/ for the latest news and events!


_______________________________________________
FreeSWITCH-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to