On Thu, 2003-11-27 at 19:17, Brian West wrote: > exten => _0119.,1,blah > exten => _011.,1,blah > > would that work?
Unless you are in a location that needs to support varying length outbound phone numbers, you should really fully define the pattern. This will let asterisk know ahead of time how many digits it is expected to get from the user before commencing with the dialing. > On Fri, 28 Nov 2003, Isamar Maia wrote: > > > > > Hi Folks, > > > > I already know how to make a simple dialplan to specific number pattern. > > Now, I need the following: > > > > Calls to 0119XXXXXXX -> Blocked the calls > > Calls to 011XXXXXXXX -> Route the calls > > > > > > How can the first exception be done? > > > > Isamar > > > > > > _______________________________________________ > > Asterisk-Users mailing list > > [EMAIL PROTECTED] > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > _______________________________________________ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users -- Steven Critchfield <[EMAIL PROTECTED]> _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
