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:
@@ -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";
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
|
||||
@@ -504,7 +504,7 @@ if ($drop_seconds < 1)
|
||||
{
|
||||
$drop_seconds = $DROP_TIME;
|
||||
|
||||
if ($drop_message=='Y')
|
||||
if ($drop_message =~ /Y/)
|
||||
{
|
||||
$DROPexten = "$drop_exten";
|
||||
}
|
||||
|
||||
@@ -548,7 +548,7 @@ if ($drop_seconds < 1)
|
||||
{
|
||||
$drop_seconds = $DROP_TIME;
|
||||
|
||||
if ($drop_message=='Y')
|
||||
if ($drop_message =~ /Y/)
|
||||
{
|
||||
$DROPexten = "$drop_exten";
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user