[Asterisk-Users] RE: No Files Seen via vmail.cgi
Sean Cook
scook at kinex.net
Thu Dec 2 14:32:14 MST 2004
Actually, put this at the end of the file...
foreach $key (keys %ENV){
print qq{$key = $ENV{$key}<br>\n};
}
this is dumping the environment variable from the cgi environment. You
should see 'changefolder' with some value set (look at the
QUERY_STRING).
Sean
On Thu, 2004-12-02 at 16:28 -0500, Keith O'Brien wrote:
> I am actually able to see the drop down list without a problem. BTW,
> vmail.cgi is:
>
>
>
> http://www.voip-info.org/wiki-Asterisk+gui+vmail.cgi
>
>
>
>
>
> Should I submit a bug request??
>
>
>
> Keith
>
>
>
>
>
> Message: 10
>
> Date: Thu, 02 Dec 2004 16:08:30 -0500
>
> From: Sean Cook <scook at kinex.net>
>
> Subject: Re: [Asterisk-Users] RE: No Files Seen via vmail.cgi
>
> To: Asterisk Users Mailing List - Non-Commercial Discussion
>
> <asterisk-users at lists.digium.com>
>
> Message-ID: <1102021710.4776.20.camel at sean.benchmark-systems.com>
>
> Content-Type: text/plain; charset=utf-8
>
>
>
> Looks like the script is building a select box (drop down menu)...
> That
>
> value is the one that is not being set... should build a list like:
>
>
>
> "INBOX", "Old", "Work", "Family", "Friends", "Cust1", "Cust2",
> "Cust3",
>
> "Cust4", "Cust5"
>
>
>
>
>
> This for some reason in your setup is not getting passed to the script
>
> in the specific state that you are in....
>
>
>
> Sean
>
>
>
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list