[asterisk-users] Voicemail

Anselm Martin Hoffmeister anselm at hoffmeister-online.de
Mon Aug 18 03:08:53 CDT 2008


Am Dienstag, den 19.08.2008, 02:53 +0000 schrieb Miguel Otamendi:
> Please, I need help.
> 
> I have problem witch voicemail.
> 

>     -- Executing [s at Incoming:3] VoiceMail("Zap/4-1", "s") in new stack
> [Aug 17 21:33:46] WARNING[11864]: app_voicemail.c:3061
> leave_voicemail: No entry in voicemail config file for 's'
>     -- Executing [s at Incoming:4] Hangup("Zap/4-1", "") in new stack
>   == Spawn extension (Incoming, s, 4) exited non-zero on 'Zap/4-1'
>     -- Hungup 'Zap/4-1'

Hi Miguel,

please see 
http://www.voip-info.org/tiki-index.php?page=Asterisk+cmd+VoiceMail
for details about the VoiceMail command.

What seems to happen in your setup is that the call runs into the "s"
extension, and then VoiceMail() is called. As you do not specify a
voicemail box number, "s" is taken as a box number, which is probably
not what you want.

Check extensions.conf and alter the VoiceMail command like
VoiceMail(1) instead of VoiceMail(), and define a mailbox number 1 in
voicemail.conf (or any number you like, of course).

You possibly can also define a mailbox number "s" in voicemail.conf, but
that will run you into trouble if you want to listen to messages from
abroad, as "s" is hard to enter by DTMF touchpad ;-) Not sure if that
box "s" works at all though. The safe bet is to use numeric voicemail
box numbers.

Regards

Anselm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3949 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20080818/87ea4bf2/attachment.bin 


More information about the asterisk-users mailing list