Displaying 2 results from an estimated 2 matches for "markcel".
Did you mean:
marcel
2010 Apr 13
1
SIP equivalent of zap "c" option
At the moment, we have a feature where if someone's sip extension is
called, we also make another call to their mobile. We use the "c"
option in the zap dialstring so that the user has to press "#" after
answering to confirm the call (this prevents things like the
answermachine grabbing the call if the mobile is switched off).
We are now looking to move towards a sip
2011 May 05
1
ael context ~~s~~ in macros broke Dial() U() option in 1.6.2.17.2 and newer
...s with the "U" options fail with the following error:
[May 3 12:05:54] ERROR[6300] app_stack.c: Attempt to reach a non-existent
destination for gosub: (Context:screen, Extension:s, Priority:1)
Here are the segments of the ael:
---------------------------------------
...
Dial(${MARKCELL},30,tgU(screen));
...
macro screen() {
Wait(0.5);
Read(ACCEPT,followme/options,1,,1,20);
if( "${ACCEPT}" = "1" ) {
Background(connecting);
} else {
Set(GOSUB_RESULT=CONTINUE);
};
return;
};
And, here is the dialplan created from m...