Commit Graph
1419 Commits
Author SHA1 Message Date
mattf 8d6cd5192f fixes for chat
git-svn-id: svn://192.168.202.10@2429 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-12-14 03:39:36 +00:00
mattf 8952589d00 Added Chat Messaging
git-svn-id: svn://192.168.202.10@2428 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-12-14 02:12:07 +00:00
mattf 134707aac4 Added option in NVA agi script to search for a lead by phone number, log the
lead_id of the phone call and send a per-phone URL at the start of the
 phone call.

git-svn-id: svn://192.168.202.10@2427 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-12-11 14:56:18 +00:00
mattf 3cd2ae3cb7 Fixed issue with possible data loss using optional callback or dispo comments settings in rare cases
git-svn-id: svn://192.168.202.10@2425 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-12-09 21:17:45 +00:00
mattf c8301da661 small help fix
git-svn-id: svn://192.168.202.10@2424 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-12-04 14:51:22 +00:00
mattf f06a383fdf Added phone options to have call go to dialplan extension instead of voicemail if phone not answered
git-svn-id: svn://192.168.202.10@2423 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-12-04 11:58:37 +00:00
mattf 5eabdf9906 Added code to look for "CALL_MENU" and "XML_PULL" In-Group permissions for those list options in the IVR report
git-svn-id: svn://192.168.202.10@2422 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-12-04 11:10:22 +00:00
mattf 346a025e74 Added links to search page from called counts within this list table of list modify page in admin.php
git-svn-id: svn://192.168.202.10@2421 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-12-04 02:49:41 +00:00
mattf b196e70894 Fix for javascript timezone issues in editing of timeclock entries
git-svn-id: svn://192.168.202.10@2420 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-12-04 00:23:53 +00:00
mattf a151ed590f Added option to several reports to search the archived logs
git-svn-id: svn://192.168.202.10@2418 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-11-27 00:01:37 +00:00
mattf 19dac33aa5 Fixed manual call only logging bug in vicidial.php
git-svn-id: svn://192.168.202.10@2417 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-11-26 14:45:39 +00:00
mattf f864b91f0a Added oldest_logs_date display field to system settings
Added --vlog-daily option to archive log tables script

git-svn-id: svn://192.168.202.10@2416 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-11-25 05:22:14 +00:00
mattf c833a45eb8 Added Cached Realtime Carrier Stats option to System Settings to have the Carrier Log Stats generated once per minute system-wide instead of every time the realtime report refreshes on every screen.
git-svn-id: svn://192.168.202.10@2414 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-11-24 17:41:43 +00:00
mattf 7c7083060c Fixed issue with scheduled callbacks and status groups
Fixed issue with outbound CID in some cases during dial-only function

git-svn-id: svn://192.168.202.10@2413 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-11-20 00:37:31 +00:00
mattf f7b1456378 Added ability to search archive logs and show defunct users in Agent Performance Detail and Agent Status Detail reports
Added ability to search archive logs in Agent Time Detail report

git-svn-id: svn://192.168.202.10@2412 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-11-13 18:59:00 +00:00
mattf 77abb19dcb Small fixes for admin.php and agent time detail report
git-svn-id: svn://192.168.202.10@2411 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-11-13 18:25:53 +00:00
mattf 25b6863484 Added --carrier-daily flag, only active if --daily flag is also used in archive log tables script
Added campaign features for Answering Machine Message Wildcards

git-svn-id: svn://192.168.202.10@2408 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-11-10 22:35:41 +00:00
mattf 77657e9910 Changed download function to always export time with hours for Agent Time Detail report
git-svn-id: svn://192.168.202.10@2407 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-11-10 21:13:08 +00:00
mattf 672fd32575 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 a06c8d2fe9 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 4979aab5c3 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 55052fe65f 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 305083d474 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 3c805918a8 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 98ed97b4aa 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 a464105afd 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 121595aa44 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 a68f2af2e5 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 8e8410c3c7 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 b71879a943 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 146c30473a 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 055b96c650 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 f4937e861c 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 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 dd8e8094ed 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 54240c3f68 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 432255f4af 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 1bd24b2302 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 8e21e76b92 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 615839f28b 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 ec07b0ad9d 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 0a8755c5f0 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 a4dc74f5f5 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 74e4303513 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 1a988dbc28 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 fe575eb003 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 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
mattf 439ecf919e 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 748ba761b0 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 1b5d77fc29 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