[asterisk-bugs] [Asterisk 0017312]: [patch] Busy/hangup tone detection on Voicemail recording

Asterisk Bug Tracker noreply at bugs.digium.com
Mon May 10 11:44:49 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17312 
====================================================================== 
Reported By:                sberney
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   17312
Category:                   Applications/app_voicemail/NewFeature
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     feedback
Asterisk Version:           1.6.2.7 
JIRA:                       SWP-1437 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-05-10 05:06 CDT
Last Modified:              2010-05-10 11:44 CDT
====================================================================== 
Summary:                    [patch] Busy/hangup tone detection on Voicemail
recording
Description: 
Enable the busy tone detection (ie. when hangup) during voicemail recording
message.
====================================================================== 

---------------------------------------------------------------------- 
 (0121671) klaus3000 (reporter) - 2010-05-10 11:44
 https://issues.asterisk.org/view.php?id=17312#c121671 
---------------------------------------------------------------------- 
either make it a static configuration (voicemail.conf) or make it an option
to the Voicemail() application - re-thinking about it, it prefer the latter
option. 

Just take a look at the code of existing options. For example search
app_voicemail.c for OPT_BUSY_GREETING. Create a new option character, e.g.
'h'. Add it to the XML-based documentation of Voicemail() on top of the
file. Add a OPT_BUSY_DETECT option and add it to the options parser
(copy-past the OPT_BUSY_GREETING code).

Finally use
  if (ast_test_flag(options, OPT_BUSY_DETECT))
before activation of the DSP. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-05-10 11:44 klaus3000      Note Added: 0121671                          
======================================================================




More information about the asterisk-bugs mailing list