Re: [Asterisk-Dev] Dialplan 'i' and DIALSTATUS bugs

2005-04-15 Thread Andrew Kohlsmith
On April 15, 2005 11:37 am, Eric Wieling wrote: > > exten => 555-0001,1,NoOp(0001) > > exten => 555-0001,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 con

Re: [Asterisk-Dev] Dialplan 'i' and DIALSTATUS bugs

2005-04-15 Thread Tilghman Lesher
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 >

Re: [Asterisk-Dev] Dialplan 'i' and DIALSTATUS bugs

2005-04-15 Thread Rich Adamson
> > ast-one dial(IAX2/)'s ast-two. Both are CVS HEAD within a week of today. > > > > ast-two's context for ast-one's type=user is somecontext. > > > > [somecontext] > > exten => 100,1,NoOp(One) > > exten => 100,2,Hangup > > > > exten => 200,1,NoOp(Two) > > exten => 200,2,Hangup > > > > exten =

Re: [Asterisk-Dev] Dialplan 'i' and DIALSTATUS bugs

2005-04-15 Thread Eric Wieling
Andrew Kohlsmith wrote: ast-one dial(IAX2/)'s ast-two. Both are CVS HEAD within a week of today. ast-two's context for ast-one's type=user is somecontext. [somecontext] exten => 100,1,NoOp(One) exten => 100,2,Hangup exten => 200,1,NoOp(Two) exten => 200,2,Hangup exten => i,1,Wait(1) exten => i,2,P