[asterisk-users] dial and transfer while ringing

Olivier oza-4h07 at myamail.com
Thu Apr 23 15:30:43 CDT 2009


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090423/719eca44/attachment.htm 


More information about the asterisk-users mailing list