Hi, On Sat, 2005-01-22 at 11:46 +0200, Dan wrote: > I have a Cisco ATA186 connected to an Asterisk Server (SIP) > The dialplan uses 1XX for local extensions and XXXXXXX for > external numbers, where the first digit is always different than 1. > In this moment, when I dial 123 for example, ATA waits till > timeout before dialing that number. The same for the longer one. > How can I do to make it dial imediately when 3 digits starting with > 1 are received?
You need to modify the DialPlan parameter to do that. Info on how to configure it is in the firmware package. Would probably contain the string '1..|[02_9]......' or something like that (untested). It is parsed from left to right so if you start the string with those keys matching your pattern those should take preference over everything else. -- Florian Overkamp <[EMAIL PROTECTED]> _______________________________________________ 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
