You can use the agent api to specify a scheduled callback:
http://vicidial.org/docs/AGENT_API.txtOf course the agent and campaign have to be set up to allow scheduled callbacks.
--------------------------------------------------------------------------------
external_status -
DESCRIPTION:
Sets the status of the current customer call on the agent dispotion screen
VALUES: (value)
value -
Any valid status in the VICIDIAL system will work for this function
callback_datetime -
YYYY-MM-DD+HH:MM:SS, date and time of scheduled callback. REQUIRED if callback is set and status is flagged as a scheduled callback
callback_type -
USERONLY or ANYONE, default is ANYONE
callback_comments -
Optional comments to appear when the callback is called back, must be less than 200 characters in length
qm_dispo_code -
Option callstatus code used if QM is enabled
EXAMPLE URL:
http://server/agc/api.php?source=test&u ... us&value=Ahttp://server/agc/api.php?source=test&u ... _code=1234RESPONSES:
ERROR: external_status not valid - A|6666
ERROR: no user found - 6666
ERROR: agent_user is not logged in - 6666
SUCCESS: external_status function set - A|6666