PAMI icon indicating copy to clipboard operation
PAMI copied to clipboard

Problems with attendand transfer

Open engbanna opened this issue 7 years ago • 1 comments

When I make attend channel AttendedTransferAction I recieve the message (Atxfer successfully queued), but nothing happen

engbanna avatar Aug 08 '17 10:08 engbanna

Might be due to not having the permission to do a transfer in dialplan. Check the t/T flags here: https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Application_Dial

t - Allow the called party to transfer the calling party by sending the DTMF sequence defined in features.conf. This setting does not perform policy enforcement on transfers initiated by other methods. T - Allow the calling party to transfer the called party by sending the DTMF sequence defined in features.conf. This setting does not perform policy enforcement on transfers initiated by other methods.

The AttendedTransferAction sends DTMF internally.

edge90 avatar Nov 29 '18 10:11 edge90