Displaying 2 results from an estimated 2 matches for "5dcf".
Did you mean:
5dc1
2005 Jul 22
0
Marco and Realtime Extension Problem
...The problem is that when I exit from my Marco, I
should return to my calling context, which is default but the next
step for it should be switch statement which will use realtime
extension. Somehow I am getting the following error below with
autofallthrough=yes :
-- Executing NoOp("SIP/555-5dcf", "Channel is SIP/555-5dcf") in new stack
== Auto fallthrough, channel 'SIP/555-5dcf' status is 'UNKNOWN'
And the following error with autofallthrough=no :
-- Executing NoOp("SIP/555-f121", "Channel is SIP/555-f121") in new stack
Jul 21 16:51:...
2005 Jul 25
1
Re: Marco and Realtime Extension Problem [SOLVED]
...exit from my Marco, I
> should return to my calling context, which is default but the next
> step for it should be switch statement which will use realtime
> extension. Somehow I am getting the following error below with
> autofallthrough=yes :
>
> -- Executing NoOp("SIP/555-5dcf", "Channel is SIP/555-5dcf") in new stack
> == Auto fallthrough, channel 'SIP/555-5dcf' status is 'UNKNOWN'
>
> And the following error with autofallthrough=no :
>
> -- Executing NoOp("SIP/555-f121", "Channel is SIP/555-f121")...