Displaying 1 result from an estimated 1 matches for "mynotifi".
Did you mean:
mynotify
2009 May 08
0
Can't GOSUB_RESULT with Dial U() option ...
Hello,
I'm not understanding how to use GOSUB_RESULT in U() option from Dial app
(I'm using 1.6.1)
My extensions.ael is :
context mylocal {
2 => {
Dial(SIP/7530,,U(mynotify));
HangUp();
};
3 => {
Dial(SIP/7531);
HangUp();
};
};
macro mynotify () {
GOSUB_RESULT=ABORT;
};
I