in agi-VDAD_ALL_inbound script moved welcome message after the business hours check
git-svn-id: svn://192.168.202.10@729 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -391,11 +391,6 @@ if ( ($ct_day_start > 0) || ($ct_day_stop > 0) )
|
||||
|
||||
$AGI->stream_file('beep');
|
||||
|
||||
if ($welcome_message_filename !~ /---NONE---/)
|
||||
{
|
||||
$AGI->stream_file("$welcome_message_filename");
|
||||
}
|
||||
|
||||
if ($call_handle_method =~ /DIGITID$/)
|
||||
{
|
||||
&enter_pin_number;
|
||||
@@ -560,6 +555,13 @@ if ( ($hm < $ct_default_start) || ($hm > $ct_default_stop) )
|
||||
|
||||
|
||||
|
||||
##### PLAY WELCOME MESSAGE #####
|
||||
if ($welcome_message_filename !~ /---NONE---/)
|
||||
{
|
||||
$AGI->stream_file("$welcome_message_filename");
|
||||
}
|
||||
|
||||
|
||||
|
||||
$vci=0;
|
||||
$INBOUNDcampsSQL='';
|
||||
|
||||
Reference in New Issue
Block a user