[Home]

Summary:ASTERISK-10858: [patch] Don't try say number after hungup (new style)
Reporter:Igor Goncharovsky (igorg)Labels:
Date Opened:2007-11-22 02:04:26.000-0600Date Closed:2007-11-26 17:08:58.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_playback
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) debug.txt
( 1) sayhangup-89521-v1.patch
Description:I am using new style of SayNumber and found that after hangup it tries to playback sounds. This patch fix it.

This should be committed also to 1.4 branch.
Comments:By: Digium Subversion (svnbot) 2007-11-26 17:08:18.000-0600

Repository: asterisk
Revision: 89618

U   branches/1.4/apps/app_playback.c

------------------------------------------------------------------------
r89618 | mmichelson | 2007-11-26 17:08:17 -0600 (Mon, 26 Nov 2007) | 7 lines

After issuing a "say load new", if a caller hangs up during the middle of playback of a number,
app_playback will continue to try to play the remaining files. With this change, no more files will
be played back upon hangup.

(closes issue ASTERISK-10858, reported and patched by IgorG)


------------------------------------------------------------------------

By: Digium Subversion (svnbot) 2007-11-26 17:08:58.000-0600

Repository: asterisk
Revision: 89619

_U  trunk/
U   trunk/apps/app_playback.c

------------------------------------------------------------------------
r89619 | mmichelson | 2007-11-26 17:08:58 -0600 (Mon, 26 Nov 2007) | 15 lines

Merged revisions 89618 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r89618 | mmichelson | 2007-11-26 17:10:49 -0600 (Mon, 26 Nov 2007) | 7 lines

After issuing a "say load new", if a caller hangs up during the middle of playback of a number,
app_playback will continue to try to play the remaining files. With this change, no more files will
be played back upon hangup.

(closes issue ASTERISK-10858, reported and patched by IgorG)


........

------------------------------------------------------------------------