> Then in my extensions table I will have data like the following
> INSERT INTO `extensions_table` VALUES (1, 'inbound', '_5172078354',
> 5,'DIAL', 'SIP/5172078354');
> INSERT INTO `extensions_table` VALUES (2, 'inbound', '_5172078355', 5,
> 'DIAL', 'SIP/5172078355');
> INSERT INTO `extensions_table` VALUES (3, 'inbound', '_5172078356', 5,
> 'DIAL', 'SIP/5172078360');
>

    Why are you pattern matching the entire number? Take out those
underscores if you are matching an exact number.

-Matthew

_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to