Commit Graph
33 Commits
Author SHA1 Message Date
mattf 3b712428a0 Updates to agc scripts for PHP8
git-svn-id: svn://192.168.202.10@3971 3d104415-ff17-0410-8863-d5cf3c621b8a
2026-03-22 19:16:26 +00:00
mattf 89134c7f65 Small fixes for PHP8 changes
git-svn-id: svn://192.168.202.10@3864 3d104415-ff17-0410-8863-d5cf3c621b8a
2024-08-09 03:33:13 +00:00
mattf 8d95fed3c0 Added in-group and campaign custom fields 1-5, for script/webform/dispo-call-url use, chat fixes, qc fixes
git-svn-id: svn://192.168.202.10@3725 3d104415-ff17-0410-8863-d5cf3c621b8a
2023-05-19 00:20:45 +00:00
mattf 75a9acfa5d Added "email_display_name" as a container option for the email sender in dispo_send_email.php
git-svn-id: svn://192.168.202.10@3711 3d104415-ff17-0410-8863-d5cf3c621b8a
2023-04-21 00:06:30 +00:00
mattf daafd50ddc Added dialed_number & dialed_label to allowed variables in email subject and body of dispo_send_email.php
git-svn-id: svn://192.168.202.10@3668 3d104415-ff17-0410-8863-d5cf3c621b8a
2023-01-13 13:55:37 +00:00
mattf e152282761 Added allow_web_debug system setting to disable $DB output by default.
Added more input variable filtering

git-svn-id: svn://192.168.202.10@3567 3d104415-ff17-0410-8863-d5cf3c621b8a
2022-02-21 15:41:15 +00:00
mattf 3527a06150 Added PHP input form variable filters
git-svn-id: svn://192.168.202.10@3566 3d104415-ff17-0410-8863-d5cf3c621b8a
2022-02-18 06:09:51 +00:00
mattf a8a646557f Fix for very large emails using allow_sendmail_bypass in dispo_send_email.php
git-svn-id: svn://192.168.202.10@3564 3d104415-ff17-0410-8863-d5cf3c621b8a
2022-02-16 05:28:47 +00:00
mattf 01a3360302 Added more logging of dial alerts, force PauseCode MDSKIP when skipping previewed lead in vicidial.php
Added pause_max_url campaign feature
Updated CALL_URL_FEATURES.txt doc

git-svn-id: svn://192.168.202.10@3561 3d104415-ff17-0410-8863-d5cf3c621b8a
2022-02-13 14:24:13 +00:00
mattf 6da312fdd7 Added update_alt_url Non-Agent API function
Added dispo_call_url as option for update_campaign Non-Agent API function
Added display of the URL ID to the URL Multi admin page
Added email_header_attach and allow_sendmail_bypass options.php settings for dispo_call_url.php script

git-svn-id: svn://192.168.202.10@3558 3d104415-ff17-0410-8863-d5cf3c621b8a
2022-01-28 02:43:52 +00:00
mattf d529fd3dab Fix to allow for legacy attachment file locations in "agc" directory for dispo_send_email.php
git-svn-id: svn://192.168.202.10@3502 3d104415-ff17-0410-8863-d5cf3c621b8a
2021-08-24 00:19:39 +00:00
mattf c97388f371 Fix for security issue, removed absolute path attachments for agc/dispo_send_email.php script, now attachments must be in "agc/attachments/" web directory
git-svn-id: svn://192.168.202.10@3501 3d104415-ff17-0410-8863-d5cf3c621b8a
2021-08-23 20:36:36 +00:00
mattf e2e0505570 Added CORS(Cross-Origin Resource Sharing) support for the VICIdial agent PHP scripts. see the CORS_SUPPORT.txt doc for more information.
git-svn-id: svn://192.168.202.10@3459 3d104415-ff17-0410-8863-d5cf3c621b8a
2021-06-18 03:24:05 +00:00
mattf e87b6452f2 Fixes in PHP scripts for XSS minor security issues.
git-svn-id: svn://192.168.202.10@3455 3d104415-ff17-0410-8863-d5cf3c621b8a
2021-06-16 00:26:02 +00:00
mattf d4bd530333 Default security fixes, CVE-2021-28854
git-svn-id: svn://192.168.202.10@3454 3d104415-ff17-0410-8863-d5cf3c621b8a
2021-06-15 15:10:25 +00:00
mattf 63e7e6c245 Better compatibility with non-latin data input in agent screen and main admin web pages
Translation bug fixed in list merge script, Issue #1236

git-svn-id: svn://192.168.202.10@3327 3d104415-ff17-0410-8863-d5cf3c621b8a
2020-11-19 14:37:16 +00:00
mattf 8382e673d5 Added options for HTML formatting and UTF-8 charset in emails through the dispo_send_email.php script.
git-svn-id: svn://192.168.202.10@3272 3d104415-ff17-0410-8863-d5cf3c621b8a
2020-08-14 23:14:36 +00:00
mattf 9cb3e7f8e7 More agent screen PHP7 fixes
git-svn-id: svn://192.168.202.10@3145 3d104415-ff17-0410-8863-d5cf3c621b8a
2019-10-14 10:50:00 +00:00
mattf b209daf72e Fixed callback email alert bug in agent script
Added dispo variable to email body in dispo_send_email script

git-svn-id: svn://192.168.202.10@3099 3d104415-ff17-0410-8863-d5cf3c621b8a
2019-05-23 14:07:33 +00:00
mattf 884a60ad22 Added recent session per-call logging and force_fronter_audio_stop Agent API function
git-svn-id: svn://192.168.202.10@3066 3d104415-ff17-0410-8863-d5cf3c621b8a
2019-02-22 18:32:05 +00:00
mattf 670a57f205 Added --A--RUSfullname--B-- special variable flag to dispo_send_email.php script
git-svn-id: svn://192.168.202.10@3063 3d104415-ff17-0410-8863-d5cf3c621b8a
2019-01-30 04:24:59 +00:00
mattf b881059ee2 Added channel_group variable to dispo_send_email.php script
git-svn-id: svn://192.168.202.10@3027 3d104415-ff17-0410-8863-d5cf3c621b8a
2018-09-09 23:30:28 +00:00
mattf 8d10ef0428 Added campaign features for Dead Call Trigger. Allowing an audio alert to be sent to an agent and/or a back-end URL to be submitted when an agent has been in a dead call for X number of seconds.
git-svn-id: svn://192.168.202.10@2999 3d104415-ff17-0410-8863-d5cf3c621b8a
2018-06-11 21:51:32 +00:00
mattf 76f3fcb149 Added PREVIEW_ options for get_call_launch
Added code to old ASTupdate script to handle more gracefully frozen connections to Asterisk

git-svn-id: svn://192.168.202.10@2873 3d104415-ff17-0410-8863-d5cf3c621b8a
2017-12-15 03:01:55 +00:00
mattf 5a4fa7a6c8 Added option of up to 20 attachments to dispo_send_email.php
git-svn-id: svn://192.168.202.10@2872 3d104415-ff17-0410-8863-d5cf3c621b8a
2017-12-08 21:40:54 +00:00
mattf 0a30212d2f Added additional_notes option and email attachments options to dispo_send_email.php
git-svn-id: svn://192.168.202.10@2857 3d104415-ff17-0410-8863-d5cf3c621b8a
2017-11-21 07:52:20 +00:00
mattf dec5b12693 Added ALL-STATUSES option and called_count_trigger option to dispo_send_email.php
git-svn-id: svn://192.168.202.10@2856 3d104415-ff17-0410-8863-d5cf3c621b8a
2017-11-20 14:28:30 +00:00
mattf 2455bca324 Added call_notes option to dispo send email
git-svn-id: svn://192.168.202.10@2844 3d104415-ff17-0410-8863-d5cf3c621b8a
2017-10-19 03:11:32 +00:00
mattf d46b1b5d26 Added additional variable filtering
git-svn-id: svn://192.168.202.10@2760 3d104415-ff17-0410-8863-d5cf3c621b8a
2017-05-27 07:14:38 +00:00
mattf 8c6876ce7e Added DID field variables and uniqueid to dispo send email script
Added DID field variables to custom field display fields

git-svn-id: svn://192.168.202.10@2719 3d104415-ff17-0410-8863-d5cf3c621b8a
2017-03-30 16:13:08 +00:00
mattf 605e80803a Fixed user_authorization bug in agent code
git-svn-id: svn://192.168.202.10@2524 3d104415-ff17-0410-8863-d5cf3c621b8a
2016-04-28 22:50:22 +00:00
mattf 727af56ae9 Added DID custom fields as webform and script variables in the agent screen
git-svn-id: svn://192.168.202.10@2383 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-09-24 01:07:13 +00:00
mattf 11348fd6bf Added Admin -> Settings Containers to admin web interface to allow more easy
configuration of back end scripts and Dispo Email sending

Added agc/dispo_send_email.php script to be used with the Dispo Call URL
 option in campaigns and in-groups.

git-svn-id: svn://192.168.202.10@2368 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-08-06 21:57:16 +00:00