[Home]

Summary:ASTERISK-07163: [patch] Using italian language, voicemailmain suddenly exits when pressing a key on the phone
Reporter:Giorgio Incantalupo (gincantalupo)Labels:
Date Opened:2006-06-14 06:51:05Date Closed:2008-09-12 11:28:27
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Setting language=it inside sip.conf causes voicemailmain to stop and exit if a user presses a key phone while the first or second gsm messages are played (for eample vm-no.gsm or vm-message.gsm).
Tested with a sip phone on Asterisk 1.2.1 and Asterisk 1.2.9.1.
Comments:By: Giorgio Incantalupo (gincantalupo) 2006-06-14 07:55:30

It seems that changing last line of vm_intro_it from return res ? -1 : 0; to return res; like for all the other languages, fixes the problem.

By: Serge Vecher (serge-v) 2006-06-14 08:45:23

gincantalupo: please upload this change as a patch file and fax a disclaimer to Digium. Thanks.

By: Tilghman Lesher (tilghman) 2006-06-15 07:42:17

Patch is too minor to need a disclaimer.  Committed to 1.2, merged to trunk.  Thank you for the report.

By: Giorgio Incantalupo (gincantalupo) 2008-09-12 10:55:15

It seems that the fix has not been applied to Asterisk 1.4.x

By: Digium Subversion (svnbot) 2008-09-12 11:28:25

Repository: asterisk
Revision: 142744

U   branches/1.4/apps/app_voicemail.c

------------------------------------------------------------------------
r142744 | tilghman | 2008-09-12 11:28:25 -0500 (Fri, 12 Sep 2008) | 4 lines

Missing merge from 1.2 fixes errant exit on DTMF, only when language is Italian
(cf commit 34242)
(Closes issue ASTERISK-7163)

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

http://svn.digium.com/view/asterisk?view=rev&revision=142744