Bridge an incoming call from server A to server B and report back to server A about the outcome

Call coming in to server A Initiate a bridge call(DIAL())
from Asterisk server A to server B, which hosts the designated queue. Upon completion, report the outcome back to the originating channel on server A.

if the call was answered which agent answered or abandoned etc.

any ideas are welcome

Before back… to what? You’re most likely looking at building something outside of Asterisk to handle that.

Or do you mean report back using audio from server B?

Upon completion, report the outcome back to the originating channel on server A.
set a variable to the parent Chanell
like abandoned =true maybe a custom var

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