[Help] cgi-bin/vmail.cgi Problems

Greetings:

I have been playing around with vmail.cgi and am able to log into and listen to my message with no problem. I added the correct context to vmail.cgi so I don’t have to enter the mailbox + context.

However, when I try and delete a message or move to a different mailbox I get the following:

Software error:

Invalid Context<BR>

Running * v1.0.8

Any help would be appreciated

So here was the problem.

in /var/www/cgi-bin/vmail.cgi the line read

$context="from-sip";

Well from some reason this was being passed when I logged into the app, but when I wanted to move or delete a message, it wasn’t. I changed the line to read:

$context="default";

and then changed all my entries in voicemail.conf and sip.conf to reflect my change and all seems to be working now.

Hope this helps someone.