PAMI
PAMI copied to clipboard
Problems with attendand transfer
When I make attend channel AttendedTransferAction I recieve the message (Atxfer successfully queued), but nothing happen
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.