search for: mynotify

Displaying 1 result from an estimated 1 matches for "mynotify".

Did you mean: mpnotify
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 thought that depending on value written into GOSUB_RESULT, call would either abort or continue as usual. In my ex...