mattf
13a1620732
Added webform 3 feature for the agent interface
...
Added campaign variable to No Agent URL process
git-svn-id: svn://192.168.202.10@2313 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-04-29 13:40:24 +00:00
mattf
884f7a503f
Allow for single quotes in vicidial_list and custom_ data fields
...
Added db schema version mismatch warning in System Settings
git-svn-id: svn://192.168.202.10@2301 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-03-13 14:34:00 +00:00
mattf
9f45ef3bbf
Added System Settings to allow custom prompts on agent login and when an agent leaves a 3way call in the agent screen.
...
Added ability to use url encoded web form addresses in non-agent API add_list and update_list functions.
git-svn-id: svn://192.168.202.10@2296 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-03-09 07:25:15 +00:00
mattf
c48f08cde1
Added link to new callbacks bulk move admin utility, also now we will archive deleted callbacks
...
git-svn-id: svn://192.168.202.10@2279 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-02-18 14:30:46 +00:00
mattf
a970126a8d
Fixed issue with list local call times and add_lead in non-agent API
...
git-svn-id: svn://192.168.202.10@2263 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-01-23 21:14:51 +00:00
mattf
3786d87254
Added phone_number and vendor_lead_code to agent_status function output of Non-agent-API
...
git-svn-id: svn://192.168.202.10@2164 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-08-12 14:00:53 +00:00
mattf
e313300f0e
Added User setting for Wrapup Seconds Override
...
git-svn-id: svn://192.168.202.10@2130 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-06-19 00:54:17 +00:00
mattf
aeb24b69d1
Added preview_lead_id and PREVIEW status for agent_status non-agent-api function
...
git-svn-id: svn://192.168.202.10@2105 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-04-18 20:18:11 +00:00
mattf
19d4793c87
Added camp_rg_only option to update_user function of the Non-Agent-API
...
git-svn-id: svn://192.168.202.10@2098 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-04-04 00:39:44 +00:00
mattf
61106230b0
Added MathZDC function to prevent division math with zero as one of the numbers
...
Cleaned up vdc_db_query.php mysql logging
Moved date definitions in keepalive script to the top of the script
Changed iax.conf 1.4 and higher: regcontext=iaxregistration
git-svn-id: svn://192.168.202.10@2094 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-04-03 01:05:16 +00:00
mattf
e3539915ce
Fixed minor admin bugs
...
Added Non-Agent API functions: server_refresh, check_phone_number
git-svn-id: svn://192.168.202.10@2072 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-02-14 21:52:59 +00:00
mattf
beeb4f39c7
Added update_user function to non-agent api
...
Added check for valid date on vicidial.php call log view
Added filter for dashes in new campaigns and in-groups
git-svn-id: svn://192.168.202.10@2064 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-02-06 20:15:25 +00:00
mattf
d1c95dfd91
Added callid_info function to non-agent API
...
git-svn-id: svn://192.168.202.10@2058 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-01-24 16:08:48 +00:00
mattf
daaa72100c
Added logging of webserver and url used for all API calls, agent logins and reports
...
Fixed minor bug related to modify lead page with custom fields and encryption
git-svn-id: svn://192.168.202.10@2053 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-01-08 21:00:33 +00:00
mattf
339d6bc59f
Changed all admin PHP code to use mysqli functions
...
Fixes for issue #699
Fix for issue #697
git-svn-id: svn://192.168.202.10@2017 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-09-02 15:37:26 +00:00
mattf
ddd5e6ce69
Added optional password encryption to web interfaces
...
Altered agi-phone_monitor script to not hangup after agent hangs up customer, requires small change to custom dialplan entries
Added new Dial Log report
Added Disable Auto Dial system setting
git-svn-id: svn://192.168.202.10@1999 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-07-11 12:33:50 +00:00
mattf
cf21ae391e
Added several security changes to the admin interface, including freezing a user's account for 15 minutes after 10 failed login attempts.
...
Added 3 new reports to the admin interface: url log, lagged log and user group login reports
Added new AST_phone_update.pl --agent-lookup flag to allow for logging of the IP address of the agent's SIP or IAX phone connection. Can be enabled as a crontab entry to perform the lookups on each asterisk server.
git-svn-id: svn://192.168.202.10@1997 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-07-02 06:00:53 +00:00
mattf
9884e2ce4d
Added several security changes to the agent interface, including freezing a user's account for 15 minutes after 10 failed login attempts.
...
Changed all of the admin scripts from using the PHP ereg functions to preg. This is a requirement for moving to PHP6 where ereg functions are depricated. This will also have the benefit of speeding up those scripts because preg is supposed to be more efficient and faster than ereg.
Added recording_id to the available fields for the dispo call url feature
Added pause code to the agent_status non-agent api function output
git-svn-id: svn://192.168.202.10@1994 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-06-15 16:08:13 +00:00
mattf
cd6c0cbc05
Added NANPA areacode and prefix phone number validation and timezone setting options to the admin web lead loader, the Non-Agent API and the CLI lead loader.
...
git-svn-id: svn://192.168.202.10@1967 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-04-21 01:43:34 +00:00
mattf
ab20034617
Added admin report logging to all reports on the system, and added the "Admin Report Log Viewer" linked from the "Admin Utilities" page which allows you to see the reports that have been run on the system. This change has affected almost every report in the system. Bugs were fixed for some exporting reports that were set to use a slave read-only database.
...
git-svn-id: svn://192.168.202.10@1959 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-04-14 23:46:14 +00:00
mattf
8c644f19ba
Added agent_status function to the non-agent API
...
git-svn-id: svn://192.168.202.10@1953 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-04-05 21:11:09 +00:00
mattf
2632dc440a
Added update_phone_number option to update_lead function, issue #653 , non-agent API
...
git-svn-id: svn://192.168.202.10@1949 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-03-28 13:54:41 +00:00
mattf
16a1695402
Added list expiration date feature
...
Added Other Campaign DNC List campaign option
git-svn-id: svn://192.168.202.10@1881 3d104415-ff17-0410-8863-d5cf3c621b8a
2012-11-26 03:29:40 +00:00
mattf
c5152a8ea9
Added state call time restrictions to add_lead hopper insert function
...
git-svn-id: svn://192.168.202.10@1878 3d104415-ff17-0410-8863-d5cf3c621b8a
2012-11-17 02:08:31 +00:00
mattf
28490073a4
Added basic lead management tools to the Admin Utilities
...
Fixed small variable filtering issues in the non-agent API
Fixed issue with manual dial lead preview and script custom variables
git-svn-id: svn://192.168.202.10@1874 3d104415-ff17-0410-8863-d5cf3c621b8a
2012-11-14 23:15:42 +00:00
mattf
ee4a29fc93
Added update_log_entry function to the non-agent API
...
git-svn-id: svn://192.168.202.10@1858 3d104415-ff17-0410-8863-d5cf3c621b8a
2012-09-13 20:18:39 +00:00
mattf
3c98577b65
Added user_group_status and in_group_status functions to the non-agent-api
...
Added new cm_status_dial.agi script
git-svn-id: svn://192.168.202.10@1857 3d104415-ff17-0410-8863-d5cf3c621b8a
2012-09-13 00:45:56 +00:00
mattf
c6df8954a9
Added vicidial_dial_log outbound call logging
...
git-svn-id: svn://192.168.202.10@1854 3d104415-ff17-0410-8863-d5cf3c621b8a
2012-08-31 21:19:27 +00:00
mattf
9d6d067e97
Added add_group_alias non-agent API function
...
Added System Settings option to disable list counts in admin web screens
git-svn-id: svn://192.168.202.10@1848 3d104415-ff17-0410-8863-d5cf3c621b8a
2012-08-10 14:23:21 +00:00
mattf
bc53e50bbc
Fix for proper admin links to audio store files when using multi-level admin web directory
...
git-svn-id: svn://192.168.202.10@1832 3d104415-ff17-0410-8863-d5cf3c621b8a
2012-06-20 11:12:32 +00:00
mattf
92a7e7efc3
Small admin web interface fixes
...
Added Danish translation for agent web interface[issue #464 ]
Added Russian agent screen buttons[issue #425 ]
Updated non-English agent screen translations(Spanish[issue #161 ], Swedish[issue #530 ] and Google-translated new phrases for all languages)
git-svn-id: svn://192.168.202.10@1807 3d104415-ff17-0410-8863-d5cf3c621b8a
2012-04-19 06:00:53 +00:00
mattf
a4e8113ef4
Changed auto-alt-dial multi-lead processing to use server max recording time value for time in AST_VDauto_dial.pl script
...
Changed the AST_flush_DBqueue.pl script to only need to run from one server in a cluster
Fixed an issue on some systems with MANUAL dial method hotkey usage in vicidial.php
Changed non-agent-api agent stats export function to use case-insensitive user IDs and include all pauses
update docs
some small formatting changes and bug fixes
git-svn-id: svn://192.168.202.10@1803 3d104415-ff17-0410-8863-d5cf3c621b8a
2012-04-04 17:38:42 +00:00
mattf
c075b93037
Added agent_stats_export function to the non-agent-api
...
git-svn-id: svn://192.168.202.10@1798 3d104415-ff17-0410-8863-d5cf3c621b8a
2012-03-26 20:15:24 +00:00
mattf
82caf252d0
Removed single-quotes and backslashes in custom field data where it had not previously been filtered
...
Fixed DIALABLE counts for Completed statuses
git-svn-id: svn://192.168.202.10@1797 3d104415-ff17-0410-8863-d5cf3c621b8a
2012-03-16 16:14:43 +00:00
mattf
cce03d663f
Added campaign option to check the hopper for duplicate vendor_lead_code
...
Added remote-agent daily stats
Added option to log non-agent-API queries from non-admin.php queries
git-svn-id: svn://192.168.202.10@1784 3d104415-ff17-0410-8863-d5cf3c621b8a
2012-02-13 22:29:27 +00:00
mattf
8a22753af3
Documentation updates
...
fixed small bug in non-agent API with custom fields
git-svn-id: svn://192.168.202.10@1780 3d104415-ff17-0410-8863-d5cf3c621b8a
2012-01-27 18:42:38 +00:00
mattf
bf0e8fe243
Added ability to block customer information and hide portions of customer phone numbers within the admin interface on a per admin-user basis.
...
Many fixes for user group restrictions in admin pages
git-svn-id: svn://192.168.202.10@1753 3d104415-ff17-0410-8863-d5cf3c621b8a
2011-11-06 16:25:10 +00:00
mattf
cb560ecc9d
Added ability to set scheduled callbacks through the non-agent-api in the add_lead and update_lead functions.
...
git-svn-id: svn://192.168.202.10@1730 3d104415-ff17-0410-8863-d5cf3c621b8a
2011-09-29 01:27:48 +00:00
mattf
aafbf4ad12
Added update_phone, add_phone_alias, update_phone_alias functions to the non-agent API
...
several small bug fixes
git-svn-id: svn://192.168.202.10@1713 3d104415-ff17-0410-8863-d5cf3c621b8a
2011-08-22 03:25:54 +00:00
mattf
be1c7a2050
Added Outbound Campaign Test Call feature to allow you to place a call from the Campaign Detail screen that will go out as if it were an auto-dial call. Must be enabled in System Settings.
...
Added ability to check for USA and Canada valid prefix and areacodes when loading leads into the web/cli/api lead loaders
git-svn-id: svn://192.168.202.10@1687 3d104415-ff17-0410-8863-d5cf3c621b8a
2011-07-06 12:26:41 +00:00
mattf
da2834f3d6
Added reset_lead option to the non-agent-api update_lead function
...
Fixed a minor bug related to 2-hour manual dial calls
git-svn-id: svn://192.168.202.10@1674 3d104415-ff17-0410-8863-d5cf3c621b8a
2011-06-14 11:33:59 +00:00
mattf
2b7782e1c9
Added time zone information output to version function of non-agent-api
...
git-svn-id: svn://192.168.202.10@1668 3d104415-ff17-0410-8863-d5cf3c621b8a
2011-05-29 16:57:05 +00:00
mattf
6a05de023e
Added option to use the owner field to define a time zone abbreviation code when loading leads
...
Bug fixes
Updated the phone codes table and loading code
git-svn-id: svn://192.168.202.10@1643 3d104415-ff17-0410-8863-d5cf3c621b8a
2011-04-24 13:55:06 +00:00
mattf
8a078adb0f
added run time logging to the api functions
...
git-svn-id: svn://192.168.202.10@1637 3d104415-ff17-0410-8863-d5cf3c621b8a
2011-04-09 12:29:29 +00:00
mattf
1f665b15e2
Added uniqueid search parameter to recording_lookup function in the non-agent-api
...
git-svn-id: svn://192.168.202.10@1633 3d104415-ff17-0410-8863-d5cf3c621b8a
2011-04-04 18:14:50 +00:00
mattf
83e750ceb0
Small doc change to non-agent-api
...
git-svn-id: svn://192.168.202.10@1627 3d104415-ff17-0410-8863-d5cf3c621b8a
2011-03-17 11:28:27 +00:00
mattf
0541b54287
Added reset_time to add_list and update_list API functions
...
Added NAMEPHONE duplicate check options to add_lead
Fixed DST error in manual dial last_local_call_time
git-svn-id: svn://192.168.202.10@1623 3d104415-ff17-0410-8863-d5cf3c621b8a
2011-03-17 01:12:25 +00:00
mattf
3206159d95
Added add_list and update_list functions to the Non-Agent API, allowing you to add, modify and delete lists, as well as reset leads in a list, change a list to active or inactive, change the campaign of a list and delete the leads inside of a list.
...
git-svn-id: svn://192.168.202.10@1614 3d104415-ff17-0410-8863-d5cf3c621b8a
2011-03-06 15:52:54 +00:00
mattf
c631aaf556
Added on-hook phone agent features for inbound calls
...
Added ring_all Next-Agent-Call feature for inbound calls
see UPGRADE doc for more details
git-svn-id: svn://192.168.202.10@1611 3d104415-ff17-0410-8863-d5cf3c621b8a
2011-03-04 15:36:10 +00:00
mattf
be9e4fbc1c
Added add_user and add_phone non-agent API functions
...
git-svn-id: svn://192.168.202.10@1596 3d104415-ff17-0410-8863-d5cf3c621b8a
2011-01-28 03:49:08 +00:00