marcelog / PAMI

PHP Asterisk Manager Interface ( AMI ) supports synchronous command ( action )/ responses and asynchronous events using the pattern observer-listener. Supports commands with responses with multiple events. Very suitable for development of operator consoles and / or asterisk / channels / peers monitoring through SOA, etc
http://marcelog.github.com/PAMI
Apache License 2.0
405 stars 281 forks source link

Problems with attendand transfer #141

Open engbanna opened 7 years ago

engbanna commented 7 years ago

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

edge90 commented 5 years ago

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.