Added some new agent_events entries to vicidial.php for Agent Events Push feature

git-svn-id: svn://192.168.202.10@2784 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2017-06-30 00:34:50 +00:00
parent ea2781b897
commit a14ae77570
2 changed files with 17 additions and 4 deletions
+8 -2
View File
@@ -1,4 +1,4 @@
Agent Events Push Started: 2017-05-31 Updated: 2017-06-01
Agent Events Push Started: 2017-05-31 Updated: 2017-06-29
This feature allows for selected events in the VICIdial agent screen to push out event triggers through HTTP requests sent to a URL as defined in the System Settings.
@@ -30,7 +30,9 @@ Here is a list of the supported events that will be pushed out if you have confi
logged_in - After the agent screen has finished loading, this event will be triggered. The session ID, server_ip, version, build and script will be attached to this event
logged_out - There are a few different types of logouts, the reason for the logout will be attached to this event
logged_out - There are a few different types of logouts, this is the starting of the logout process, the reason for the logout will be attached to this event
logged_out_complete - triggered when logout process is complete, this event may not trigger reliably due to agent closing browser
state_ready - When the agent state changes to READY or CLOSER, this event will trigger, the state will be attached to the event
@@ -98,8 +100,12 @@ transfer_panel_closed - The transfer conference panel has been closed
ingroup_screen_open - The In-Group selection screen has been opened
ingroup_screen_closed - The In-Group selection screen has been closed
territory_screen_open - The Territory selection screen has been opened
territory_screen_closed - The Territory selection screen has been closed
contact_search_open - The Contact search screen has been opened
lead_search_open - The lead search screen has been opened