bug fix for transfer and closer agi scripts. fixes voicemail-at-drop problems

git-svn-id: svn://192.168.202.10@433 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2006-12-12 16:52:39 +00:00
parent 7e084b8c51
commit 87eeaea23f
19 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -523,7 +523,7 @@ if ($drop_seconds < 1)
{
$drop_seconds = $DROP_TIME;
if ($drop_message=='Y')
if ($drop_message =~ /Y/)
{
$DROPexten = "$drop_exten";
}
@@ -573,7 +573,7 @@ if ($drop_seconds < 1)
{
$drop_seconds = $DROP_TIME;
if ($drop_message=='Y')
if ($drop_message =~ /Y/)
{
$DROPexten = "$drop_exten";
}
@@ -572,7 +572,7 @@ if ($drop_seconds < 1)
{
$drop_seconds = $DROP_TIME;
if ($drop_message=='Y')
if ($drop_message =~ /Y/)
{
$DROPexten = "$drop_exten";
}
+1 -1
View File
@@ -490,7 +490,7 @@ if ($drop_seconds < 1)
{
$drop_seconds = $DROP_TIME;
if ($safe_harbor_message=='Y')
if ($safe_harbor_message =~ /Y/)
{
$DROPexten = "$safe_harbor_exten";
}
+1 -1
View File
@@ -612,7 +612,7 @@ if ($drop_seconds < 1)
{
$drop_seconds = $DROP_TIME;
if ($drop_message=='Y')
if ($drop_message =~ /Y/)
{
$DROPexten = "$drop_exten";
}
@@ -665,7 +665,7 @@ if ($drop_seconds < 1)
{
$drop_seconds = $DROP_TIME;
if ($drop_message=='Y')
if ($drop_message =~ /Y/)
{
$DROPexten = "$drop_exten";
}
+1 -1
View File
@@ -568,7 +568,7 @@ if ($drop_seconds < 1)
{
$drop_seconds = $DROP_TIME;
if ($safe_harbor_message=='Y')
if ($safe_harbor_message =~ /Y/)
{
$DROPexten = "$safe_harbor_exten";
}
+1 -1
View File
@@ -504,7 +504,7 @@ if ($drop_seconds < 1)
{
$drop_seconds = $DROP_TIME;
if ($drop_message=='Y')
if ($drop_message =~ /Y/)
{
$DROPexten = "$drop_exten";
}
+1 -1
View File
@@ -548,7 +548,7 @@ if ($drop_seconds < 1)
{
$drop_seconds = $DROP_TIME;
if ($drop_message=='Y')
if ($drop_message =~ /Y/)
{
$DROPexten = "$drop_exten";
}
+1 -1
View File
@@ -558,7 +558,7 @@ if ($drop_seconds < 1)
{
$drop_seconds = $DROP_TIME;
if ($drop_message=='Y')
if ($drop_message =~ /Y/)
{
$DROPexten = "$drop_exten";
}
@@ -543,7 +543,7 @@ if ($drop_seconds < 1)
{
$drop_seconds = $DROP_TIME;
if ($drop_message=='Y')
if ($drop_message =~ /Y/)
{
$DROPexten = "$drop_exten";
}
@@ -559,7 +559,7 @@ if ($drop_seconds < 1)
{
$drop_seconds = $DROP_TIME;
if ($drop_message=='Y')
if ($drop_message =~ /Y/)
{
$DROPexten = "$drop_exten";
}
@@ -580,7 +580,7 @@ if ($drop_seconds < 1)
{
$drop_seconds = $DROP_TIME;
if ($drop_message=='Y')
if ($drop_message =~ /Y/)
{
$DROPexten = "$drop_exten";
}
@@ -556,7 +556,7 @@ if ($drop_seconds < 1)
{
$drop_seconds = $DROP_TIME;
if ($drop_message=='Y')
if ($drop_message =~ /Y/)
{
$DROPexten = "$drop_exten";
}
@@ -555,7 +555,7 @@ if ($drop_seconds < 1)
{
$drop_seconds = $DROP_TIME;
if ($drop_message=='Y')
if ($drop_message =~ /Y/)
{
$DROPexten = "$drop_exten";
}
+1 -1
View File
@@ -466,7 +466,7 @@ if ($drop_seconds < 1)
{
$drop_seconds = $DROP_TIME;
if ($safe_harbor_message=='Y')
if ($safe_harbor_message =~ /Y/)
{
$DROPexten = "$safe_harbor_exten";
}
@@ -472,7 +472,7 @@ if ($drop_seconds < 1)
{
$drop_seconds = $DROP_TIME;
if ($safe_harbor_message=='Y')
if ($safe_harbor_message =~ /Y/)
{
$DROPexten = "$safe_harbor_exten";
}
+1 -1
View File
@@ -521,7 +521,7 @@ if ($drop_seconds < 1)
{
$drop_seconds = $DROP_TIME;
if ($safe_harbor_message=='Y')
if ($safe_harbor_message =~ /Y/)
{
$DROPexten = "$safe_harbor_exten";
}
+1 -1
View File
@@ -472,7 +472,7 @@ if ($drop_seconds < 1)
{
$drop_seconds = $DROP_TIME;
if ($safe_harbor_message=='Y')
if ($safe_harbor_message =~ /Y/)
{
$DROPexten = "$safe_harbor_exten";
}