fixed small dialplan generation bug in ADMIN_keepalive_ALL.pl

git-svn-id: svn://192.168.202.10@1302 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2010-01-11 19:38:40 +00:00
parent 6839770854
commit b0855b600c
+1 -1
View File
@@ -922,7 +922,7 @@ if ( ($active_asterisk_server =~ /Y/) && ($generate_vicidial_conf =~ /Y/) && ($r
if ($asterisk_version =~ /^1.2/)
{$Vext .= "exten => 8501,1,VoicemailMain(s\${CALLERIDNUM})\n";}
else
{$Vext .= "exten => 8501,1,VoicemailMain(s\${{CALLERID(num)}(num)})\n";}
{$Vext .= "exten => 8501,1,VoicemailMain(s\${CALLERID(num)})\n";}
$Vext .= "exten => 8501,2,Hangup\n";
$Vext .= "\n";
$Vext .= "; Prompt Extensions:\n";