admin.php - Added without-filter output to test filter function, added server option to test call

admin_search_lead.php - Added owner field search option
vicidial.php - Do not allow AGENTDIRECT transfers without a user defined
ALL_inbound AGI - If AGENTDIRECT and no agent defined, set drop call seconds to 1

git-svn-id: svn://192.168.202.10@1867 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2012-10-26 05:52:56 +00:00
parent 2fa9b3e870
commit 98dfef5eab
6 changed files with 419 additions and 365 deletions
+1 -1
View File
@@ -1191,7 +1191,7 @@ $sthA->finish();
if ( ($active_voicemail_server =~ /$server_ip/) && ((length($active_voicemail_server)) eq (length($server_ip))) )
{
$THISserver_voicemail=1;
if ($DB) {print " voicemail server configuration\n";}
if ($DB) {print " voicemail server configuration: $SSallow_voicemail_greeting|$sounds_update\n";}
if ( !-e ('/etc/asterisk/voicemail.conf'))
{`echo -e \"; END OF FILE\n\" > /etc/asterisk/voicemail.conf`;}