[asterisk-users] s-${DIALSTATUS} extensions
Eric "ManxPower" Wieling
eric at fnords.org
Wed Feb 7 08:11:47 MST 2007
Yuan LIU wrote:
> In examples, s-${DIALSTATUS} is used to handle unsuccessful dial
> attempts in the s extension. Goto() is used in examples. Is the prefix
> "s-" mandatory? Is it related to the original extension "s"? (Apparently
> Goto(${DIALSTATUS}) won't work for me.)
Goto(${DIALSTATUS}) won't work because with only one parameter Goto will
think it is a priority. Try Goto(${DIALSTATUS},1)
More information about the asterisk-users
mailing list