Added new agent_monitor.agi script to replace the agi-phone_monitor script for agent monitoring. Please read the AGENT_MONITOR.txt document for more information on the dialplan changes necessary to use this script.

git-svn-id: svn://192.168.202.10@2001 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2013-07-16 18:44:34 +00:00
parent 778daa7b5b
commit 9c7a7ae4e7
8 changed files with 898 additions and 1 deletions
+2
View File
@@ -30,6 +30,7 @@
# 121215-2059 - Added keepalive option E for email process
# 130108-1853 - Added Asterisk 1.8 option with default conf files copy
# 130705-1805 - Added bp.pl script to the agc web dir
# 130716-1025 - Added mtemp sounds directory for sox concatenated temp audio
#
############################################
@@ -2493,6 +2494,7 @@ if ($WEBONLY < 1)
print "Creating sound tts directories...\n";
if (!-e "$PATHsounds/tts/") {`mkdir -p $PATHsounds/tts/`;}
if (!-e "$PATHsounds/tts_static/") {`mkdir -p $PATHsounds/tts_static/`;}
if (!-e "$PATHsounds/mtemp/") {`mkdir -p $PATHsounds/mtemp/`;}
print "Copying ip_relay scripts to $PATHhome...\n";
`cp -fR ./extras/ip_relay $PATHhome/`;