The call is cut when transferring

Good with everyone.

I am getting this error:
When transferring the call it is cut.

The CDR shows:

lastapp: Hangup
dispositions: BUSY

I am doing the transfer with this command from Nodejs:

exec (`Asterisk -rx" channel redirect $ {channel} $ {context}, $ {extAgent}, 1 "`, (code, stdout, stderr) => {
    console.log ('Redirect:');
    console.log (stdout);
});

The console message is this:

Redirect:
Channel 'SIP/703-00000002' successfully redirected to outgoing,700,1

Your help please.
Thank you.

Please post a log with a pastebin link

https://wiki.freepbx.org/display/SUP/Providing+Great+Debug#ProvidingGreatDebug-AsteriskLogs-PartII

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.