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
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
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
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
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})
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}
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