[asterisk-users] BLINDTRANSFER and SIP hardphones

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


Hi,

When a SIP hardphone is transfering a call while ringing (caller and callee
don't speak to each other) using phone's Transfer key, it seems
BLINDTRANSFER remains empty.
Though I can see a 302 MOVED TEMPORARILY message coming in.

Is there a work around or something obvious I'm missing (it's the first time
I'm playing with Dialplan transfert features.

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


Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090423/f8cf7892/attachment.htm 


More information about the asterisk-users mailing list