[asterisk-users] Voicemail

Philipp Kempgen philipp.kempgen at amooma.de
Mon Aug 18 02:56:20 CDT 2008


Miguel Otamendi schrieb:
> Please, I need help.
> 
> I have problem witch voicemail.
> 
> 
>     -- Starting simple switch on 'Zap/4-1'
> [Aug 17 21:33:24] NOTICE[11864]: chan_zap.c:7093 ss_thread: Got event 18
> (Ring Begin)...
> [Aug 17 21:33:25] NOTICE[11864]: chan_zap.c:7093 ss_thread: Got event 2
> (Ring/Answered)...
>     -- Executing [s at Incoming:1] Answer("Zap/4-1", "") in new stack
>     -- Executing [s at Incoming:2] Dial("Zap/4-1", "SIP/2002,20,tr") in new
> stack
>   == Using SIP RTP CoS mark 5
>     -- Called 2002
>     -- SIP/2002-08238d28 is ringing
>     -- Nobody picked up in 20000 ms
>     -- 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'

Try
	VoiceMail(2002);
instead of
	VoiceMail(${EXTEN});

As you can see you are at extension "s".

Grüße,
Philipp Kempgen
-- 
http://www.das-asterisk-buch.de  -  http://www.the-asterisk-book.com
Amooma GmbH - Bachstr. 126 - 56566 Neuwied  ->  http://www.amooma.de
Geschäftsführer: Stefan Wintermeyer, Handelsregister: Neuwied B14998



More information about the asterisk-users mailing list