[asterisk-users] dialplan tips
Alex Samad
alex at samad.com.au
Thu Aug 6 00:45:25 CDT 2009
On Fri, Jul 24, 2009 at 08:28:48AM -0500, Danny Nicholas wrote:
> Here's how I think your dialplan should look:
>
> exten => 101,1,Ringing
> exten => 101,2,Answer()
> exten => 101,3,Dial(SIP/quentin,10)
> exten => 101,n,VoiceMail(101 at default,u)
> exten => 101,n,Playback(vm-goodbye)
> exten => 101,n,Hangup()
> exten => 101-BUSY,1,Playback(busy)
> exten => 101-BUSY,n,Wait(3)
> exten => 101-BUSY,n,VoiceMail(101 at default,b)
> exten => 101-BUSY,n,Playback(vm-goodbye)
> exten => 101-BUSY,n,Hangup()
>
Hi
I have a question about this dialplan, why does the dial do a jump to
101-<DIALSTATUS>, is there a goto 101-<DIALSTATUS> missing ?
Alex
>
>
[snip]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20090806/5e6d286a/attachment.pgp
More information about the asterisk-users
mailing list