[Asterisk-Users] Realtime Engine

Matthew Boehm mboehm at cytelcom.com
Thu Jan 20 13:22:06 MST 2005


> 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




More information about the asterisk-users mailing list