Added send_notification Agent-API function

git-svn-id: svn://192.168.202.10@3704 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2023-04-13 15:57:41 +00:00
parent 607009dd64
commit ebfed832d6
10 changed files with 625 additions and 23 deletions
@@ -1,4 +1,4 @@
# version: 20230311080601
# version: 20230412144001
users-user User ID <QXZ>This field is where you put the users ID number, can be up to 20 digits in length, Must be at least 2 characters in length. We strongly recommend not reusing user accounts for different users, for reporting accuracy. To disable a user account, set the Active option to -N-.</QXZ>
users-pass Password <QXZ>This field is where you put the users password. Must be at least 2 characters in length. Only letters and numbers are allowed in user passwords. A medium strength user password will be at least 10 characters in length, and a strong user password will be at least 20 characters in length and have letters as well as at least one number. It is recommended that you use a longer password if possible, stringing together several unrelated words with no spaces, and a number somewhere in the string. The maximum size of a password is 100 characters.</QXZ>
users-force_change_password Force Change Password <QXZ>If this option is set to Y then the user will be prompted to change their password the next time they log in to the administration webpage or the agent screen. Default is N.</QXZ>
@@ -1069,6 +1069,7 @@ settings-frozen_server_call_clear Clear Frozen Calls <QXZ>This option can enable
settings-allowed_sip_stacks Allowed SIP Stacks <QXZ>This option will determine which SIP modules in Asterisk will be allowed to be configured on your dialers for Phones and Carriers. The standard up until Asterisk 16 is -SIP- which uses the older chan_sip module. The newer PJSIP can be used with Asterisk 16 and higher, if configured properly. Default is SIP.</QXZ>
settings-allow_sipsak_messages Allow SIPSAK Messages <QXZ>If set to 1, this will allow the sipsak phones table setting to work if the phone is set to the SIP protocol. The server will send messages to the SIP phone to display on the phone display when logged into the system. This feature only works with SIP phones and requires sipsak application to be installed on the web server that the agent is logged into. Default is 0. </QXZ>
settings-vdc_agent_api_active Agent API Active <QXZ>If set to 1, this will allow the Agent API interface to function. Default is 0. </QXZ>
settings-agent_notifications Allow Agent API Notifications <QXZ>If set to 1, this will allow the Agent API send_notification function to send notifications to agents in their agent screens. Default is 0 for disabled. </QXZ>
settings-admin_modify_refresh Admin Modify Auto-Refresh <QXZ>This is the refresh interval in seconds of the modify screens in this admin interface. Setting this to 0 will disable it, setting it below 5 will mostly make the modify screens unusable because they will refresh too quickly to change fields. This option is useful in situations where more than one manager is controlling settings on an active campaign or in-group so that the settings are refreshed frequently. Default is 0.</QXZ>
settings-nocache_admin Admin No-Cache <QXZ>Setting this to 1 will set all admin pages to web browser no-cache, so every screen has to be reloaded every time it is viewed, even if clicking back on the browser. Default is 0 for disabled.</QXZ>
settings-admin_row_click Admin Row Click <QXZ>Setting this to 1 will allow you to click on a row to go to a record link in addition to being able to go to the record link by clicking on the text link. Default is 1 for enabled.</QXZ>