Page 1 of 1

Getting CALL ID/UNIQUE ID from external_dial API function

PostPosted: Wed May 16, 2018 8:51 pm
by jikseyres16
Hi Vicidial Team,

Hoping for your insight in this, We want to return response the CALLID/UNIQUE ID of the call made from external_dial API function but we can't capture it from vicidial_live_agents table every time we use the dial API function, it is always giving the return value first before the callerid or uniqueid is updated in the vicidial_live_agents. :)

my vicidial version and build

VERSION: 2.14-526c
BUILD: 170609-1711

Thank you

Re: Getting CALL ID/UNIQUE ID from external_dial API functio

PostPosted: Wed May 16, 2018 10:49 pm
by mflorell
The Agent API functions do not actually execute those requested functions, they only send them on to the agent screen to execute. Because of this, you will not receive the call ID because it has not be determined yet since the agent screen determines what it will be, not the API.

Re: Getting CALL ID/UNIQUE ID from external_dial API functio

PostPosted: Wed May 16, 2018 11:38 pm
by jikseyres16
Noted on this mflorell :) Thank you, I might include this on Hangup or Disposition API function. :)