Re: [asterisk-users] s-${DIALSTATUS} extensions

2007-02-07 Thread Eric \"ManxPower\" Wieling
Yuan LIU wrote: From: /"Eric \"ManxPower\" Wieling" <[EMAIL PROTECTED]>/ >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

Re: [asterisk-users] s-${DIALSTATUS} extensions

2007-02-07 Thread Yuan LIU
From:  "Eric \"ManxPower\" Wieling" <[EMAIL PROTECTED]>>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(${DI

Re: [asterisk-users] s-${DIALSTATUS} extensions

2007-02-07 Thread Eric \"ManxPower\" Wieling
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

Re: [asterisk-users] s-${DIALSTATUS} extensions

2007-02-07 Thread Gordon Henderson
On Tue, 6 Feb 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.) s- is

Re: [asterisk-users] s-${DIALSTATUS} extensions

2007-02-07 Thread Tzafrir Cohen
On Tue, Feb 06, 2007 at 11:58:01PM -0800, 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})

Re: [asterisk-users] s-${DIALSTATUS} extensions

2007-02-07 Thread Benjamin Jacob
Make it Goto(s-${DIALSTATUS}) cheerz - Ben. 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}

[asterisk-users] s-${DIALSTATUS} extensions

2007-02-06 Thread Yuan LIU
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.) Yuan Liu