[Asterisk-Users] Voicemail Problem

brett at websmyths.com brett at websmyths.com
Thu Feb 9 23:08:45 MST 2006


Hack hack hack....  8-)  Now - comments inline...

>	Here's the log of verbose level 3
>	
>	Asterisk*CLI>
>	    -- Playing 'vm-youhave' (language 'en')
>	    -- Playing 'vm-no' (language 'en')
>	    -- Playing 'vm-messages' (language 'en')
>	    -- Playing 'vm-opts' (language 'en')
>	    -- Playing 'vm-goodbye' (language 'en')

Here Asterisk says 'Goodbye'....

>	    -- Executing Playback("SIP/210.23.1.139-081ee3d8",
>"Goodbye") in new stack

Oh! Looky Not Playing but Playback!!!
And it's looking for 'Goodbye' - not vm-goodbye not goodbye

>	Feb  9 15:05:06 WARNING[23242]: file.c:509
>ast_openstream_full: File Goodbye does not exist in any format
>	Feb  9 15:05:06 WARNING[23242]: file.c:821
>ast_streamfile: Unable to open Goodbye (format alaw): No such file or
>dire
>	ctory
>	Feb  9 15:05:06 WARNING[23242]: app_playback.c:132
>playback_exec: ast_streamfile failed on SIP/203.125.68.66-081ee3d8
>	for Goodbye
>	    -- Executing Hangup("SIP/203.125.68.66-081ee3d8",
>"") in new stack
>	  == Spawn extension (default, 400, 3) exited non-zero
>on 'SIP/203.125.68.66-081ee3d8'
>	Asterisk*CLI>

So apparently you have a 'h' extension and call 'Goodbye'

like:

exten => 'h',1,Playback(Goodbye);

which it ain't gonna find....

Brett



More information about the asterisk-users mailing list