Hi All,
I have some errors that I can’t track down and also voicemail has stopped working - it just hangs up.
I’ve gone through the forum and checked everything I can reasonable find about voicemail issues. The problem I am now faced with…
I upgraded to Asterisk 1.4.6 and FreePBX 2.3. I changed the voice prompts to a UK english version. It plays my prompts ok but then just hangsup when it would normally store the voicemail.
– Goto (macro-vm,s-NOANSWER,1)
– Executing [[email protected]:1] Macro(“SIP/1000-09f07b78”, “get-vmcontext|1000”) in new stack
– Executing [[email protected]:1] Set(“SIP/1000-09f07b78”, “VMCONTEXT=default”) in new stack
– Executing [[email protected]:2] GotoIf(“SIP/1000-09f07b78”, “0?200:300”) in new stack
– Goto (macro-get-vmcontext,s,300)
– Executing [[email protected]:300] NoOp(“SIP/1000-09f07b78”, “”) in new stack
– Executing [[email protected]:2] VoiceMail(“SIP/1000-09f07b78”, “[email protected]|u”) in new stack
– <SIP/1000-09f07b78> Playing ‘/var/spool/asterisk/voicemail/default/1000/temp’ (language ‘en’)
== Spawn extension (macro-vm, s-NOANSWER, 2) exited non-zero on ‘SIP/1000-09f07b78’ in macro ‘vm’
== Spawn extension (macro-vm, s-NOANSWER, 2) exited non-zero on ‘SIP/1000-09f07b78’
It plays the messages fine but then no further prompts are placed and as you can see from the bottom it exits with a no answer.
I’ve checked the directories and they look fine. I’ve tried changing from gsm to wav, no joy. Deleted and recreated the extension, no joy. Replaced the sound prompts with the originals, no joy.
Within FreePBX, when I tried to add voicemail options to the newly created extension I did get an error at the top:
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/admin/modules/miscapps/functions.inc.php:133) in /var/www/html/admin/functions.inc.php on line 3132
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/admin/modules/miscapps/functions.inc.php:133) in /var/www/html/admin/functions.inc.php on line 3132
I’m stuck. I’ve tried re-installing FreePBX today forcing to 2.2.2 as well as just installing normally. I think it is FreePBX related but I can’t see where.
Any ideas?