[asterisk-users] 'Start' in extension rules
Doug Lytle
support at drdos.info
Sat Oct 13 12:29:06 CDT 2007
Turbo Fredriksson wrote:
> I can't seem to get the [s]tart to work in my extensions...
>
> ----- s n i p -----
> [default]
> exten => s,n,Goto(s-${DIALSTATUS},1)
> exten => s-BUSY,1,Voicemail(${EXTEN}, b)
>
>
The extensions 's' needs to start with a priority of 1. For example:
exten => s,1,Answer()
exten => s,n,Wait(1)
exten => s,n,Goto(s-${DIALSTATUS},1)
exten => s-BUSY,1,Voicemail(${EXTEN}, b)
Doug
--
Ben Franklin quote:
"Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."
More information about the asterisk-users
mailing list