[asterisk-bugs] [Asterisk 0010468]: voicemail prompts can be truncated

noreply at bugs.digium.com noreply at bugs.digium.com
Thu Aug 16 16:56:02 CDT 2007


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=10468 
====================================================================== 
Reported By:                dswartz
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   10468
Category:                   Applications/app_voicemail
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Asterisk Version:           1.4.10.1  
SVN Branch (only for SVN checkouts, not tarball releases): N/A  
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             08-16-2007 07:51 CDT
Last Modified:              08-16-2007 16:56 CDT
====================================================================== 
Summary:                    voicemail prompts can be truncated
Description: 

depending on how you connect to the voicemail, you may or may not repro
this.  e.g. if I call from a cordless phone on an IAXy, it happens, from my
SNOM300, it does not.  The first few seconds of the prompt are missing. 
Doesn't matter if you record your own or use Allison's default greeting.  I
believe this is the same behavior people on dslreports.com are complaining
about with the Viatalk voicemail (VOIP provider).  This has been present
since 1.2.x (don't know when exactly.)  My workaround is a patch I found
via google.

http://www.trixbox.org/forums/trixbox-forums/trixbox-endpoints/resolved-truncated-voicemail-prompt

I have no idea why this causes it, but I don't seem to need the adsi
functionality and a garbled prompt was driving people nuts in my house -
unfortunately, every time I install a new update, I have to reapply the
patch...
====================================================================== 

---------------------------------------------------------------------- 
 dswartz - 08-16-07 16:56  
---------------------------------------------------------------------- 
[root at sphinx res]# diff -u res_adsi.c~ res_adsi.c
--- res_adsi.c~ 2007-02-09 18:51:41.000000000 -0500
+++ res_adsi.c  2007-08-15 10:19:33.000000000 -0400
@@ -977,6 +977,8 @@
        int res;
        char resp[2];

+       return (-1);
+
        memset(dsp, 0, sizeof(dsp));

        /* Connect to session */ 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
08-16-07 16:56  dswartz        Note Added: 0068960                          
======================================================================




More information about the asterisk-bugs mailing list