fixed bug in ADMIN keepalive script

git-svn-id: svn://192.168.202.10@2133 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2014-06-20 14:51:15 +00:00
parent 6722ae7d05
commit c253a7157b
+1 -1
View File
@@ -1622,7 +1622,7 @@ if ( ($active_asterisk_server =~ /Y/) && ($generate_vicidial_conf =~ /Y/) && ($r
$Lext .= "exten => _$VARremDIALstr*.,2,Hangup()\n";
$Lext .= "exten => _**$VARremDIALstr*.,1,Goto(default,\${EXTEN:18},1)\n";
$Lext .= "exten => _**$VARremDIALstr*.,2,Hangup()\n";
$Lext = "\n";
$Lext .= "\n";
%ast_ver_str = parse_asterisk_version($asterisk_version);
if (( $ast_ver_str{major} = 1 ) && ($ast_ver_str{minor} < 6))
{