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
Olivier wrote:> 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.If the person performing the transfer has dialed the transferee's number and hears the call ringing, that is not a blind transfer, it is an attended to transfer to a call that hasn't been answered yet. There won't be any variables set for blind transfer, as it isn't one. -- Kevin P. Fleming Digium, Inc. | Director of Software Technologies 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA skype: kpfleming | jabber: kpfleming at digium.com Check us out at www.digium.com & www.asterisk.org