On Friday 15 April 2005 10:37, Eric Wieling wrote: > Andrew Kohlsmith wrote: > > [pri] > > exten => 555-0001,1,NoOp(0001) > > exten => 555-0001,2,Hangup > > > > exten => 555-0002,1,NoOp(0002) > > exten => 555-0002,2,Hangup > > Next time try to use ACTUAL stuff from your dialplan. 555-1212 is NOT > correct unless your telco is REALLY REALLY WEIRD. The telco will > send 5551212 Telephone numbers do not contain non-numbers.
Actually, either will work. Try it in your own dialplan. Also, note that you can do a Goto(5-5-5-0-0-0-1,1), as the - is completely ignored when dealing with dialplan extensions. -- Tilghman _______________________________________________ Asterisk-Dev mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-dev To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
