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

>     -- Executing [EMAIL PROTECTED]: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 [EMAIL PROTECTED]: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

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to