mattf
4629b799db
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
388a291658
Fix for Cross-Cluster phones where phone_type has "trunk" in it
...
Added user_call_log archiving when over 1000000 records
Added new options to Fronter/Closer report
git-svn-id: svn://192.168.202.10@2801 3d104415-ff17-0410-8863-d5cf3c621b8a
2017-08-10 01:52:06 +00:00
mattf
b8ec8cd2bc
Fix for stats calculation in AST_update.pl
...
git-svn-id: svn://192.168.202.10@2724 3d104415-ff17-0410-8863-d5cf3c621b8a
2017-04-06 23:56:03 +00:00
mattf
064746c2bb
Fixed translation phrases in callbacks list in admin.php, issue #1006
...
Updated system load stats collection in AST_update.pl for Linux kernel 2.6+
git-svn-id: svn://192.168.202.10@2718 3d104415-ff17-0410-8863-d5cf3c621b8a
2017-03-30 14:12:52 +00:00
mattf
6a3d4267df
Added compatability in the Vicidial code for Asterisk 11
...
Added database and logfile logging of DTMF events. Works with Asterisk versions 1.8 and higher
git-svn-id: svn://192.168.202.10@2347 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-07-13 03:05:49 +00:00
mattf
68bb26ee60
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
66d7598dac
Fixed Fhour variable bug in several perl scripts
...
git-svn-id: svn://192.168.202.10@2204 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-11-25 04:17:19 +00:00
mattf
afe1f21e19
Added concurrency checks to several of the keepalive spawned scripts
...
Changed ASTVDautoFILL screen label to ASTVDadFILL
Added admin_test variable for vicidial.php to test dialers set to agent active=N
git-svn-id: svn://192.168.202.10@2185 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-11-13 21:44:47 +00:00
mattf
333614861f
git-svn-id: svn://192.168.202.10@2116 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-05-10 05:51:39 +00:00
mattf
cdbb425922
Added servers option to auto-restart Asterisk, turned off by default
...
Fixed several missing DB finish functions on perl scripts
git-svn-id: svn://192.168.202.10@2043 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-11-22 22:48:40 +00:00
mattf
c53fbb88f9
Fix for issue #664 , formatting fixes and added --quiet flag in AST_update.pl script
...
git-svn-id: svn://192.168.202.10@1958 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-04-14 02:09:29 +00:00
mattf
666a583b24
Added BETA support for Asterisk 1.8 with vicidial. To download a version of Asterisk 1.8, go to:
...
http://downloads.vicidial.com/beta-apps/
git-svn-id: svn://192.168.202.10@1917 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-01-20 17:41:26 +00:00
mattf
4fe81d44ed
Changed the PARK CUSTOMER option in campaigns to use a true Music-on-Hold context
...
Added new IVR PARK CUSTOMER feature to campaigns allowing an agent to park a customer to an IVR, collect data, then go back to the agent
git-svn-id: svn://192.168.202.10@1533 3d104415-ff17-0410-8863-d5cf3c621b8a
2010-10-04 20:32:13 +00:00
mattf
b0429123c3
Added code to deal with Asterisk Manager API logoff timeout changes in several scripts.
...
git-svn-id: svn://192.168.202.10@1460 3d104415-ff17-0410-8863-d5cf3c621b8a
2010-06-25 19:41:54 +00:00
mattf
faba9cdec9
Added DAHDI channel compatibility
...
Added carrier hangup_cause and dialstatus logging for outbound list dialing calls
git-svn-id: svn://192.168.202.10@1144 3d104415-ff17-0410-8863-d5cf3c621b8a
2009-06-05 07:13:55 +00:00
mattf
19d31fe064
Added shift enforcement for agent logins
...
Added vital statistics display(CPU/load/disk) to reports and server modification screens
Added configurable max calls per second to servers and system settings
git-svn-id: svn://192.168.202.10@1068 3d104415-ff17-0410-8863-d5cf3c621b8a
2009-03-08 12:42:54 +00:00
mattf
7e11962fc1
Changed license to AGPLv2
...
Added VICIDIAL_fix_lead_statuses.pl script
git-svn-id: svn://192.168.202.10@788 3d104415-ff17-0410-8863-d5cf3c621b8a
2008-03-10 08:02:30 +00:00
mikec
a4ab9796b4
Changed all instances of waitfor('/0\n$/') to waitfor('/[01]\n$/') in all perl scripts that login to the Asterisk manager interface. This allows the scripts to connect to the 1.1 manager interface in Asterisk 1.6.
...
git-svn-id: svn://192.168.202.10@781 3d104415-ff17-0410-8863-d5cf3c621b8a
2008-02-20 18:57:36 +00:00
mattf
e162f35586
fix for server_updater table for AST_update.pl
...
addition of db_schema_version and display in admin.php
git-svn-id: svn://192.168.202.10@776 3d104415-ff17-0410-8863-d5cf3c621b8a
2008-02-12 05:06:04 +00:00
mattf
14c7eefd1e
Minor bug fixed when dealign with parked calls within AST_update.pl
...
git-svn-id: svn://192.168.202.10@584 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-04-10 18:27:11 +00:00
mattf
acebcd4515
fix to make AST_update.pl compatible with Asterisk 1.4 "core show channels concise"
...
git-svn-id: svn://192.168.202.10@448 3d104415-ff17-0410-8863-d5cf3c621b8a
2006-12-27 22:02:25 +00:00
mattf
c1d6972703
change default show_channels_12_format to 1 for AST_update.pl script
...
git-svn-id: svn://192.168.202.10@425 3d104415-ff17-0410-8863-d5cf3c621b8a
2006-11-30 15:33:55 +00:00
mattf
045126f71c
change AST_update.pl to check for bin util locations for performance stat gathering
...
git-svn-id: svn://192.168.202.10@299 3d104415-ff17-0410-8863-d5cf3c621b8a
2006-09-26 20:06:38 +00:00
mattf
37b6d192e6
small fix for server_updater in AST_update.pl
...
git-svn-id: svn://192.168.202.10@200 3d104415-ff17-0410-8863-d5cf3c621b8a
2006-08-22 14:04:48 +00:00
mattf
6a5b20dee2
added ability to start and stop system performance logging from astguiclient/admin.php page in the servers section. changes take one minute to go into effect
...
git-svn-id: svn://192.168.202.10@169 3d104415-ff17-0410-8863-d5cf3c621b8a
2006-08-14 20:02:21 +00:00
mattf
3340b3a280
more changes to add procedure for consultative transfers in vicidial
...
git-svn-id: svn://192.168.202.10@139 3d104415-ff17-0410-8863-d5cf3c621b8a
2006-08-08 19:20:52 +00:00
mattf
c2906bacf7
changed AST_update.pl to use /etc/astguiclient.conf for settings
...
git-svn-id: svn://192.168.202.10@133 3d104415-ff17-0410-8863-d5cf3c621b8a
2006-08-08 14:28:26 +00:00
mattf
c2df53b075
changed AST_update.pl to DBI
...
git-svn-id: svn://192.168.202.10@131 3d104415-ff17-0410-8863-d5cf3c621b8a
2006-08-07 20:47:04 +00:00
mattf
fba5777836
moving of executables into bin directory
...
git-svn-id: svn://192.168.202.10@26 3d104415-ff17-0410-8863-d5cf3c621b8a
2006-07-08 00:13:19 +00:00