mattf
a43884021d
Added t2r13csv format to CLI lead loader
...
git-svn-id: svn://192.168.202.10@2406 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-11-06 16:42:58 +00:00
mattf
28f39a42e5
Added the system setting USA-Canada Phone Number Dialcode Fix which will trigger a process that will run at the Timeclock End of Day that will check all phone numbers to populate the dial code, or phone code, field
...
with a 1 if it is missing as well as remove a leading 1 from the phone
number field if it is present.
Added --lstn-buffer option to keepalive script to run special enhanced buffer version of the Listen process. Requires newer Net::Telnet perl
module version.
git-svn-id: svn://192.168.202.10@2405 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-11-02 21:45:54 +00:00
mattf
93e0f21195
Small change to the inbound email script to catch more attachments properly
...
git-svn-id: svn://192.168.202.10@2404 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-10-30 09:58:39 +00:00
mattf
41f6099df8
Added admin web interface to allow for easy linking and display of custom
...
reports that are not included in Vicidial
Added Status Groups and the ability to override Campaign Statuses on a per-In-Group or per-List basis
Added Minimum and Maximum Seconds options for all status settings. This allows you to prevent the use of a status by an agent if they have
talked to a customer less than X seconds or more than Y seconds.
Fixed issue with email Customer Gone message in agent screen
Added Asterisk 1.8 and higher voicemail.conf sample file
Added listed support in install.pl for Asterisk 11
git-svn-id: svn://192.168.202.10@2403 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-10-29 12:50:38 +00:00
mattf
4604f6876f
Fixed issue with check-all in callbacks bulk move script
...
git-svn-id: svn://192.168.202.10@2402 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-10-24 14:56:17 +00:00
mattf
74fef47563
Added audio alert when email arrives in vicidial.php, issue #899
...
git-svn-id: svn://192.168.202.10@2401 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-10-22 04:11:25 +00:00
mattf
e74ee2f1cf
Add sounds directory for agc directory for agent alerting on email/chat
...
git-svn-id: svn://192.168.202.10@2400 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-10-22 04:02:06 +00:00
mattf
2a2c542e85
Added new perl script for CLI exporting of leads from a list with custom field data: AST_list_export.pl
...
git-svn-id: svn://192.168.202.10@2399 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-10-21 10:43:07 +00:00
mattf
acf5f9a5be
minor fix to admin.php copying campaign restrictions
...
git-svn-id: svn://192.168.202.10@2398 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-10-19 10:43:26 +00:00
mattf
c85f7302a9
tiny fix for header info in admin.php
...
git-svn-id: svn://192.168.202.10@2397 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-10-08 03:57:56 +00:00
mattf
9cdfa79567
Added links and lists for DIDs and Call Menus in use in sections in admin.php, Issue #835
...
git-svn-id: svn://192.168.202.10@2396 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-10-08 02:37:43 +00:00
mattf
aeebc5dbed
Fixed issue with field deletion in admin_lists_custom.php
...
git-svn-id: svn://192.168.202.10@2395 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-10-08 00:06:45 +00:00
mattf
4b8e3d2947
Added archive_path flag to ADMIN_backup.pl, issue #896
...
git-svn-id: svn://192.168.202.10@2394 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-10-06 17:42:23 +00:00
mattf
d107887816
Changed campaign_cid_areacodes to operate with 2-5 digit areacodes
...
git-svn-id: svn://192.168.202.10@2393 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-10-06 14:17:42 +00:00
mattf
850ad6d136
Added --remove-nondigits and --protect-areacodes options to the DNC filter script
...
git-svn-id: svn://192.168.202.10@2392 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-10-05 02:26:05 +00:00
mattf
af66335ac4
Added AST_DB_DNC_filter.pl script to allow filtering of existing DNC entries
...
git-svn-id: svn://192.168.202.10@2391 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-10-05 01:02:24 +00:00
mattf
329eb6a881
Fixed issue with recording vicidial_id for remote agent calls, now set to closecallid in ALL inbound AGI script
...
git-svn-id: svn://192.168.202.10@2390 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-10-04 12:16:19 +00:00
mattf
7579a1cb50
Added logging of DNC list insertion and deletion to vicidial_dnc_log table
...
git-svn-id: svn://192.168.202.10@2389 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-10-01 01:12:58 +00:00
mattf
fd458f1375
Separated User Group permissions for Inbound Report report by in-group and by DID
...
git-svn-id: svn://192.168.202.10@2388 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-09-28 17:05:02 +00:00
mattf
ef8dc3d7bf
Fixed issue with API transfers and dial_override flag
...
Change to Agent API to allow * and # in phone_number field
git-svn-id: svn://192.168.202.10@2387 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-09-28 16:07:34 +00:00
mattf
0b510582ce
Added integer sort for phones listing in admin.php
...
git-svn-id: svn://192.168.202.10@2386 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-09-27 12:39:15 +00:00
mattf
112f973571
Added did_carrier_description, sorting by columns in DID list page, integer sort for user list page in admin.php
...
git-svn-id: svn://192.168.202.10@2385 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-09-27 12:28:28 +00:00
mattf
6d63c87281
Added option to hide users from appearing on real-time report.
...
git-svn-id: svn://192.168.202.10@2384 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-09-26 02:39:22 +00:00
mattf
0f7869146d
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
c7005bf203
Fixed security issues with user access in Admin Modify Lead, issue #894
...
git-svn-id: svn://192.168.202.10@2382 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-09-23 11:55:40 +00:00
mattf
7b6efc9152
Added more permission validation before deleting records in admin.php, issue #893
...
git-svn-id: svn://192.168.202.10@2381 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-09-17 20:35:52 +00:00
mattf
d75cb2d5ab
Added functionality to adjust the input field lengths in the agent screen
...
and the admin modify lead pages to follow the database schema field
lengths for the default lead fields.
git-svn-id: svn://192.168.202.10@2380 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-09-17 17:28:13 +00:00
mattf
f63ecdbb1c
several small fixes to the AST_recordings_export.pl script
...
git-svn-id: svn://192.168.202.10@2379 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-09-16 10:51:28 +00:00
mattf
9d007f8438
Added optional GPG audio recording encryption.
...
Added option to use RECID as a recording filename variable.
git-svn-id: svn://192.168.202.10@2378 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-09-16 02:20:11 +00:00
mattf
81edd40c36
small variable fix for vdc_db_query.php
...
git-svn-id: svn://192.168.202.10@2377 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-09-11 16:28:08 +00:00
mattf
2946817b9d
Added missing DB field to vicidial_users
...
git-svn-id: svn://192.168.202.10@2376 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-09-11 09:59:56 +00:00
mattf
c3384688b7
Added $active_only_default_campaigns options.php option for Campaigns Listings in admin.php
...
git-svn-id: svn://192.168.202.10@2375 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-09-09 19:17:18 +00:00
mattf
9c14c71cde
Fixed issues with translated select list values, issue #885 , affected Export calls and leads reports
...
git-svn-id: svn://192.168.202.10@2374 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-09-09 11:54:16 +00:00
mattf
ee70ddf43d
Fix for time display issue for downloads, issue #886 , agent performance detail report
...
git-svn-id: svn://192.168.202.10@2373 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-09-09 11:30:57 +00:00
mattf
53bf0e3a39
Fixed MDlogEPOCH variable issue #882 in vicidial.php
...
git-svn-id: svn://192.168.202.10@2372 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-09-09 06:21:40 +00:00
mattf
cbe2ed1402
Fix for issue #887 , Added new User Group options for Allowed Reports to control the Report Page Servers Summary and the Admin Utilities Page
...
git-svn-id: svn://192.168.202.10@2371 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-09-09 06:07:42 +00:00
mattf
3cbe942221
small fixes for custom fields data options
...
git-svn-id: svn://192.168.202.10@2370 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-09-09 05:37:23 +00:00
mattf
9b66134906
Fixed field lengths that didn't match DB schema in admin modify lead scripts
...
Added debug output for vendor_lead_code duplicate rejections count
Fixed some untranslated phrases in admin.php
Added compatibility for custom fields data options
git-svn-id: svn://192.168.202.10@2369 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-09-08 19:47:33 +00:00
mattf
502eadb6f4
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
mattf
558e927a77
Added DID Filter URL logging to url log, and added variables for uniqueid, channel and server_ip
...
git-svn-id: svn://192.168.202.10@2367 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-08-06 17:41:22 +00:00
mattf
53694957ce
Added inbound group _lead_reset options for calls hung up or sent to voicemail/message
...
git-svn-id: svn://192.168.202.10@2366 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-08-05 02:59:49 +00:00
mattf
adaf80312b
Added experimental Agent Whisper Monitoring from the Real-time Report. Must be enabled in System Settings. Issue #840
...
git-svn-id: svn://192.168.202.10@2365 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-08-04 15:38:38 +00:00
mattf
603e615556
Added call status as option in user_stats.php report, Issue #883
...
git-svn-id: svn://192.168.202.10@2364 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-08-04 13:08:07 +00:00
mattf
7a05c3b89e
Added option to set entry_list_id as option in non-agent API for add_lead and update_lead functions. See doc for more info.
...
git-svn-id: svn://192.168.202.10@2363 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-07-31 01:56:29 +00:00
mattf
c3b1007afe
Fix for non-latin display issue #858
...
git-svn-id: svn://192.168.202.10@2362 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-07-28 16:30:55 +00:00
mattf
0d72474b63
Added option for secondary sorting by vendor_lead_code, Issue #833
...
git-svn-id: svn://192.168.202.10@2361 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-07-28 15:12:05 +00:00
mattf
acc8d9e246
Added $DB hidden variable in Filter Text form, Issue #845
...
git-svn-id: svn://192.168.202.10@2360 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-07-28 14:16:37 +00:00
mattf
3f0c44ac82
Added option in the web-based lead loader to convert state names to their
...
two-letter abbreviations.
git-svn-id: svn://192.168.202.10@2359 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-07-28 13:15:32 +00:00
mattf
1bafb8dee7
Added default language in system settings
...
Fixed issue #877 , hide lead data and phone numbers in export reports
git-svn-id: svn://192.168.202.10@2358 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-07-28 02:04:21 +00:00
mattf
33e08f96e3
Added Agent Display Fields campaign option
...
git-svn-id: svn://192.168.202.10@2357 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-07-25 22:16:53 +00:00