diff --git a/agc_2-X/branches/agc_2.0.4/agi/agi-VDAD_ALL_inbound.agi b/agc_2-X/branches/agc_2.0.4/agi/agi-VDAD_ALL_inbound.agi index 3299ec00..a06ed428 100644 --- a/agc_2-X/branches/agc_2.0.4/agi/agi-VDAD_ALL_inbound.agi +++ b/agc_2-X/branches/agc_2.0.4/agi/agi-VDAD_ALL_inbound.agi @@ -55,6 +55,7 @@ # 71116-1045 - added fewest_calls_campaign agent call routing option # 71128-1758 - added CIDLOOKUPRC method to search all lists within a campaign # 80402-0142 - added code for manual dial transfer duplicate check +# 80821-0133 - fixed non-play issue with hold message # $script = 'agi-VDAD_ALL_inbound.agi'; @@ -1153,6 +1154,7 @@ if ($agent_search_method =~ /^LO|^LB/) if ($hold_message_counter > $prompt_interval) { $AGI->stream_file('sip-silence'); # stop music-on-hold process + $AGI->stream_file('sip-silence'); # stop music-on-hold process $AGI->stream_file("$onhold_prompt_filename"); # this prompt must be less than 10 seconds long $hold_message_counter = 0; $start_moh=1;