Hi, I have a problem with Voicemail. Asterisk 1.0.1 patched with ast_data connected to a mysql-server, mailboxes are in a mysql database. When I call to VoicemailMain to hear my messages it don't tell me the time the message was left. Only "Message 1" and then the message. For testing I defined a mailbox in voicemail.conf. Hearing messages from this account in VoicemailMain tells me the time the message was left. For example "Message one, received thuesday ....." and then the message. There are no special options I set. Can anybody give me a hint? Gunnar
Gunnar, Add the voicemail options you want to use for that mailbox to the "users" table as text with multiple option=value pairs separated by a '|' (pipe) character just as it was in the voicemail.conf file. I believe the envelope=yes option is what you want to set. Karl Putz Forte Communications -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of Gunnar Schaller Sent: Thursday, October 21, 2004 10:41 AM To: Asterisk Users Mailing List Subject: [Asterisk-Users] Voicemail and ast_data Hi, I have a problem with Voicemail. Asterisk 1.0.1 patched with ast_data connected to a mysql-server, mailboxes are in a mysql database. When I call to VoicemailMain to hear my messages it don't tell me the time the message was left. Only "Message 1" and then the message. For testing I defined a mailbox in voicemail.conf. Hearing messages from this account in VoicemailMain tells me the time the message was left. For example "Message one, received thuesday ....." and then the message. There are no special options I set. Can anybody give me a hint? Gunnar _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Gunnar Schaller wrote:> Hi, > I have a problem with Voicemail. Asterisk 1.0.1 patched with ast_data > connected to a mysql-server, mailboxes are in a mysql database. When I > call to VoicemailMain to hear my messages it don't tell me the time > the message was left. Only "Message 1" and then the message. > For testing I defined a mailbox in voicemail.conf. Hearing messages > from this account in VoicemailMain tells me the time the message was > left. For example "Message one, received thuesday ....." and then the > message. > There are no special options I set. Can anybody give me a hint? > > Gunnar > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >The audio files in the mail spool directory do not have the time/date embedded in the audio (".gsm" or ".wav"). The time/date is in the ".txt" file that accompanies the message. When * plays the message, it gets the date/time from the ".txt" file and speaks it before playing the audio file. Stephen R. Besch