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
_______________________________________________
-- 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