Reorganized the Inbound section of admin.php

Fixed help and docs for SIP Event Logging

git-svn-id: svn://192.168.202.10@3223 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2020-04-09 21:23:06 +00:00
parent 1f75291670
commit c0f34617e5
8 changed files with 128 additions and 49 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ For phase 1 of this project, the basic framework of logging the SIP messages on
For phase 2 of this project, we added some basic reporting(AST_SIP_event_report.php) which can show the summary details of every Answered call on the system with pop-up displays for all of the SIP events that happened on each call as well as a link to the modify lead page where you can also see the SIP events for every call to that lead(the SIP events are only stored for 7 days).
ADDED 2019-07-24: The new campaign "SIP Event Actions" settings will allow you to define specific actions to happen depending on what is in the SIP Event Log for each call. Initially this feature will only affect manual dial agent screen calls, for example, allowing you to automatically hang up manual dial calls that take less than one seccond from the dial event to the answer. See the "Campaign SIP Event Actions" section below for more information.
ADDED 2019-07-24: The new campaign "SIP Event Actions" settings will allow you to define specific actions to happen depending on what is in the SIP Event Log for each call. Initially this feature will only affect manual dial agent screen calls, for example, allowing you to automatically hang up manual dial calls that take less than one second from the dial event to the answer. See the "Campaign SIP Event Actions" section below for more information.
ADDED 2019-09-25: The ability to log to vicidial_sip_action_log table. Also added auto-dial call SIP Action execution.
@@ -130,7 +130,7 @@ If you include a message, it will be displayed on the agent's screen for 4 secon
If you use 'logtable', a record will be inserted into the vicidial_sip_action_log table.
For auto-dialed calls, if 'hangup' is used, then 'dispo' will be assumed, even if no tdefined
For auto-dialed calls, if 'hangup' is used, then 'dispo' will be assumed, even if not defined