Page 1 of 1

Detect a Transfer Initiated via API

PostPosted: Wed Oct 19, 2016 11:02 am
by joshvickerson
I am currently investigating the possibility of allowing our agents to initiate a call transfer from outside of vicidial via the API. I'm successfully able to make the transfer, but vicidial doesn't automatically show the transfer controls when this happens, which makes it less clear to our agents as to how they could hang up the call.

What should I look at in terms of "detecting" that newly-opened transfer channel and showing the transfer controls? Is this something that can be done on the front end, or will it require changes to the backend? Both?

Re: Detect a Transfer Initiated via API

PostPosted: Wed Oct 19, 2016 10:43 pm
by mflorell
What kind of transfer? Give more details please.

Re: Detect a Transfer Initiated via API

PostPosted: Mon Oct 24, 2016 1:29 pm
by joshvickerson
A transfer initiated from the API. For example, by sending a request to: http://server/agc/api.php?source=test&u ... umber=8500

What I'm looking to do is have Vicidial recognize when a transfer is initiated so it shows the transfer controls.

Re: Detect a Transfer Initiated via API

PostPosted: Mon Oct 24, 2016 3:59 pm
by mflorell
That is not currently an option. The agent has to click on the Transfer - Conf button to open up the controls.