Hi,

My extensions.ael file includes :

context mylocal {
        7530 => {
                Dial(SIP/7530,,${OPTION});
                NoOp(Here1);
        };
        7531 => {
                Dial(SIP/7531);
                NoOp(Here2);
        };
};

If extension 7530 receives a call and transfer it while ringing to extension
7531 (a 302 Moved temporarily message is sent by callee),
then which value shall I put in OPTION to have NoOp(Here1) executed ?

In various tries, I could see NoOp(Here1) execution postponed right after
NoOp(Here2) or not happening at all.


Regards
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to