[Home]

Summary:ASTERISK-00520: app_voicemail2 continues to play instructions when recording greetings if # pressed.
Reporter:Brian West (bkw918)Labels:
Date Opened:2003-11-12 12:12:31.000-0600Date Closed:2004-09-25 02:21:15
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:    -- Playing 'vm-youhave' (language 'en')
   -- Playing 'vm-no' (language 'en')
   -- Playing 'vm-messages' (language 'en')
   -- Playing 'vm-options' (language 'en')
   -- Playing 'vm-rec-unv' (language 'en')
   -- x=0, open writing:  voicemail/default/10/unavail format: wav49, 0x80d8870
   -- x=1, open writing:  voicemail/default/10/unavail format: gsm, 0x8132450
   -- x=2, open writing:  voicemail/default/10/unavail format: wav, 0x80d8e28
   -- User hung up




****** ADDITIONAL INFORMATION ******

Recreate by calling voicemail(also watch console) Press 0, then Press 1 to record your unavail message.  While allsion is talking press #.  You will notice it will start recording but Allison will still be giving instructions.  I have yet to find a way to fix this.
Comments:By: Brian West (bkw918) 2003-11-12 12:13:51.000-0600

Should have said login via voicemailmain2 and press 0 to record your greetings.

By: Leif Madsen (lmadsen) 2003-11-12 12:19:31.000-0600

-- Playing 'vm-messages' (language 'en')
   -- Playing 'vm-onefor' (language 'en')
   -- Playing 'vm-options' (language 'en')
   -- Playing 'vm-rec-unv' (language 'en')
   -- x=0, open writing:  voicemail/default/18924/unavail format: gsm, 0x80fe080
   -- x=1, open writing:  voicemail/default/18924/unavail format: wav49, 0x80db1b8
   -- x=2, open writing:  voicemail/default/18924/unavail format: wav, 0x819da70
   -- User hung up

I confirm this behavior on CVS build 11/10/03.

By: Brian West (bkw918) 2003-11-12 12:30:50.000-0600

You can confirm that allison is still talking when it opens the files for writing?

By: Leif Madsen (lmadsen) 2003-11-12 12:51:11.000-0600

Yes.  Allison still talks while the file starts to write.  The x=0,x=1,x=2 lines start as soon as I press #, but the vm-rec-unv file continues to play.  I would guess it needs something to check if # has been pressed, then to break the stream?

By: Brian West (bkw918) 2003-11-13 00:48:28.000-0600

This has been fixed in CVS