adhearsion / adhearsion-asterisk

Asterisk specific features for Adhearsion
http://adhearsion.com
MIT License
17 stars 15 forks source link

Asterisk transfeers. (features.conf) #9

Open mickeb opened 12 years ago

mickeb commented 12 years ago

Hello,

We have some trouble with our agents not being able to transfeer callers (attended and blind transfeers) when using a adhearsion dialplan.

I have, by request of @benlangfeld , made our adhearsion app + asterisk config files available:

App: https://github.com/ZmartGroup/phone

Asterisk config files: https://gist.github.com/3091410

Best regards Micke

bklang commented 11 years ago

We have just run into what I think is a similar problem, attempting to use Goto in combination with AsyncAGI. Our solution for Goto was to send an ASYNCAGI BREAK after executing Goto. Without the BREAK command the channel would wait indefinitely for the AGI dialplan application to release control. In the case of a transfer I don't know if we have a way to catch that and signal a BREAK, at least not without reimplementing transfers directly in Adhearsion.