Re: [asterisk-users] Dialplan step that I do not have

2009-07-21 Thread Jim Dickenson
9 +0200 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Dialplan step that I do not have 2009/7/21 Jim Dickenson   > > How can the first step of the extension be a playback when I do a verbose? >   Because you have a "exten =>" line

Re: [asterisk-users] Dialplan step that I do not have

2009-07-21 Thread Stephen Davies
2009/7/21 Jim Dickenson > > How can the first step of the extension be a playback when I do a verbose? > > Because you have a "exten =>" line that matches *9901 in the empl context or some context that is included into the empl context "before" (above) dorecord. Steve _

[asterisk-users] Dialplan step that I do not have

2009-07-21 Thread Jim Dickenson
I have a dialplan that looks like this: [dorecord] exten => _*99XX,1,Verbose(2,Doing custom record) exten => _*99XX,n,Answer() exten => _*99XX,n,Verbose(2,Doing custom record - before wait) exten => _*99XX,n,Wait(0.5) exten => _*99XX,n,Verbose(2,Doing custom record - before record) exten => _*99XX,