Added option for a group_alias to be used in the transfer_conf agent API function
git-svn-id: svn://192.168.202.10@1859 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
+5
-1
@@ -1,4 +1,4 @@
|
||||
AGENT API DOCUMENT Started: 2008-07-03 Updated: 2012-08-19
|
||||
AGENT API DOCUMENT Started: 2008-07-03 Updated: 2012-09-13
|
||||
|
||||
This document describes the functions of an API(Application Programming Interface)
|
||||
for the VICIDIAL Agent screen. This functionality will be rather limited at first
|
||||
@@ -614,6 +614,8 @@ VALUES:
|
||||
OPTIONAL, when you want to do a consultative transfer with your customer and another ViciDial agent, 'YES' and 'NO' are valid options, you can only use this with DIAL_WITH_CUSTOMER or PARK_CUSTOMER_DIAL
|
||||
dial_override -
|
||||
OPTIONAL, dials exactly the phone number specified with no campaign-defined phone code or prefix
|
||||
group_alias -
|
||||
OPTIONAL, defines what caller ID number to use when doing DIAL_WITH_CUSTOMER or PARK_CUSTOMER_DIAL
|
||||
|
||||
EXAMPLE URLS:
|
||||
http://server/agc/api.php?source=test&user=6666&pass=1234&agent_user=1000&function=transfer_conference&value=HANGUP_XFER
|
||||
@@ -636,6 +638,8 @@ ERROR: no user found - 6666
|
||||
ERROR: ingroup is not valid - XYZINGROUP
|
||||
ERROR: agent_user is not logged in - 6666
|
||||
ERROR: agent_user does not have a live call - 6666
|
||||
ERROR: caller_id_number from group_alias is not valid - 6666|TESTING|123
|
||||
ERROR: group_alias is not valid - 6666|TESTING
|
||||
SUCCESS: transfer_conference function set - LOCAL_CLOSER|SALESLINE||YES|6666
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user