Displaying 2 results from an estimated 2 matches for "hasvoicemail_exec".
2004 Sep 02
1
Problem with HasNewVoicemail()
...see details of anybody else with this
problem....
With the following line:
exten => s,1,HasNewVoicemail(201)
I am getting the following error:
-- Executing HasNewVoicemail("SIP/201-2f1e", "201") in new stack
Sep 2 12:41:09 NOTICE[819221]: app_hasnewvoicemail.c:104
hasvoicemail_exec: Voice mailbox 201 at
/var/spool/asterisk/voicemail/default/201/(null) does not exist
Sep 2 12:41:09 WARNING[819221]: ast_expr.y:474 ast_yyerror:
ast_yyerror(): syntax error: parse error; Input:
0 +
^
^
And if I add the optional variable name to put the new count into:
exten => s,1,HasN...
2004 Dec 03
1
HasNewVoicemail does not find voicemailbox, but files exist
Hi,
the app HasNewVoiceMail can't find my voicemail. This is the errormessage:
Dec 3 14:24:01 NOTICE[12222481]: app_hasnewvoicemail.c:104
hasvoicemail_exec: Voice mailbox 25 at
/var/spool/asterisk/voicemail/default/25/(null) does not exist
however this is the output of lspbx:~# ls -l
/var/spool/asterisk/voicemail/default/25/
total 316
-rwx------ 1 root root 11814 2003-11-22 18:18 busy.gsm
-rwx------ 1 root root 114604 2003-11-22 18:18 busy.wav
-...