Re: [Asterisk-Users] webvmail

2006-03-07 Thread Kris Seraphine
I compiled the newest version of * from cvs about a week ago on Fedora. I think all I had to do after issuing the make webvmail was install the perl and perl-suidperl packages. I got that information (and anything else I might have done but forgotten) by searching for 
webvmail.cgi at voip-info.org. On 3/7/06, Jordan Novak [EMAIL PROTECTED]
 wrote:



















My question is about webvmail, not nwebvmail. I have never
used AMP (seems like cheating). My question is in regards to plain jane
Asterisk install. Just like making samples after you compile asterisk you are
able to make webvmail. Basically it is a interface into the voicemail system
fro the web. I have apache installed on Fedora and am able to bring up the
localhost test page. When I try to open vmail.cgi from the browser nothing
happens. As I stated earlier I don't know whether this is even what I am
looking for. I believe the app compiled correctly as I got no errors. Can
anyone point me in the right direction?



Jordan Novak

Communications Technician

Logistics Health Inc.

1319 Saint Andrews Street 

La Crosse WI 54603










___--Bandwidth and Colocation provided by Easynews.com --
Asterisk-Users mailing listTo UNSUBSCRIBE or update options visit:  
http://lists.digium.com/mailman/listinfo/asterisk-users-- kris seraphine
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] webvmail debian package

2005-06-21 Thread Tzafrir Cohen
Hi

On Mon, Jun 20, 2005 at 09:25:13AM +0200, sylvain garcia wrote:
 Hi,
 
 I wouldlike use webvmail on my asterisk, I use debain Sarge with
 asterisk 1.0.7 package.
 I have installed package asterisk-web-vmail but when i go to
 http://MyAsteriskBOx, i have a page of presentation of Apache.

The list of files in the package:

http://packages.debian.org/cgi-bin/search_contents.pl?searchmode=filelistword=asterisk-web-vmailversion=stablearch=all

/usr/lib/cgi-bin is Debian's /cgi-bin . Thus the script is by-default at
http://hostname/cgi-bin/asterisk/vmail.cgi

Also note that you need to allow the script to read/write
/etc/asterisk/voicemail.conf and /var/spool/asterisk/voicemail/ .
This can basically be done in two ways:

1. add the user www-data (apache) to the group asterisk 
   - Every apache script has full access to asterisk
   - and if you still run asterisk as root, this is a potential root
 exploit

2. This is a separate cgi script: use suexec to run it as the asterisk
   user. However I must admit I found no straight-forward way of doing
   it for that script alone.

However in Rapid the vmail script is currently disabled: I wanted to try
to adapt it to our slightly different voicemail configuration and
noticed that the script has quite a bit of sphagetty in it. . I didn't
want to start modifying perl code that does not use strict and didn't
find the time to rewrite it to use strict.

-- 
Tzafrir Cohen | [EMAIL PROTECTED] | VIM is
http://tzafrir.org.il |   | a Mutt's  
[EMAIL PROTECTED] |   |  best
ICQ# 16849755 |   | friend
___
Asterisk-Users mailing list
Asterisk-Users@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


Re: [Asterisk-Users] webvmail debian package

2005-06-20 Thread Scott Kamp
remove the default index.html from /var/www/htdocs and/or be sure the
apache default DocumentRoot is pointing to the web space and not the
default debian pages


On Mon, 2005-06-20 at 09:25 +0200, sylvain garcia wrote:
 Hi,
 
 I wouldlike use webvmail on my asterisk, I use debain Sarge with
 asterisk 1.0.7 package.
 I have installed package asterisk-web-vmail but when i go to
 http://MyAsteriskBOx, i have a page of presentation of Apache.
 
 Could you help me please?
 
 Thanks
 
 
 ___
 Asterisk-Users mailing list
 Asterisk-Users@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

___
Asterisk-Users mailing list
Asterisk-Users@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


Re: [Asterisk-Users] webvmail debian package

2005-06-20 Thread sylvain garcia




ok but i don't know where is the web space with cgi scripts.
the package "asterisk-web-mail" don't install cgi script, i think

Scott Kamp a crit:

  remove the default index.html from /var/www/htdocs and/or be sure the
apache default DocumentRoot is pointing to the web space and not the
default debian pages


On Mon, 2005-06-20 at 09:25 +0200, sylvain garcia wrote:
  
  
Hi,

I wouldlike use webvmail on my asterisk, I use debain Sarge with
asterisk 1.0.7 package.
I have installed package "asterisk-web-vmail" but when i go to
http://MyAsteriskBOx, i have a page of presentation of Apache.

Could you help me please?

Thanks


___
Asterisk-Users mailing list
Asterisk-Users@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

  
  
___
Asterisk-Users mailing list
Asterisk-Users@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
  




___
Asterisk-Users mailing list
Asterisk-Users@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

RE: [Asterisk-Users] WebVMail Woirks but No Audio

2005-02-25 Thread Assaf Benharoosh
 I had this issue- it's security on the files. I put a cron job that do 
/bin/chmod 777 /var/spool/asterisk/voicemail/default -R 
evey 1 minute, but there may be a cleaner solution.


Assaf Benharoosh
MCP, MCSA, MCSE
[EMAIL PROTECTED]


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Richard J.
Sears
Sent: Friday, February 25, 2005 11:20 AM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] WebVMail Woirks but No Audio

Hi Everyone - 

I have webvmail up and running, I can see the messages, forward them,
pretty much everything but listen to them.

Here is what I see in my logs:

192.168.0.1 - - [25/Feb/2005:08:15:40 -0800] GET
/vmail/vmail.cgi?action=audiofolder=INBOXmailbox=2377context=default
password=12msgid=format=gsmdontcasheme=4624.gsm HTTP/1.1
200 9438 - contype


But the box at the bottom shows up as a broken link.

Any ideas...?


Thanks


**
Richard J. Sears
Vice President 
American Internet Services  

[EMAIL PROTECTED]
http://www.adnc.com

858.576.4272 - Phone
858.427.2401 - Fax
INOC-DBA - 6130


I fly because it releases my mind
from the tyranny of petty things . . 


Work like you don't need the money, love like you've
never been hurt and dance like you do when nobody's
watching.

___
Asterisk-Users mailing list
Asterisk-Users@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


___
Asterisk-Users mailing list
Asterisk-Users@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


Re: [Asterisk-Users] WebVMail Woirks but No Audio

2005-02-25 Thread Richard J. Sears
Hi Assaf - 

Already did that  - the audio app location shows as a broken link on the
page and plays nothing.


On Fri, 25 Feb 2005 14:06:41 -0500
Assaf Benharoosh [EMAIL PROTECTED] wrote:

  I had this issue- it's security on the files. I put a cron job that do 
 /bin/chmod 777 /var/spool/asterisk/voicemail/default -R 
 evey 1 minute, but there may be a cleaner solution.
 
 
 Assaf Benharoosh
 MCP, MCSA, MCSE
 [EMAIL PROTECTED]
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Richard J.
 Sears
 Sent: Friday, February 25, 2005 11:20 AM
 To: asterisk-users@lists.digium.com
 Subject: [Asterisk-Users] WebVMail Woirks but No Audio
 
 Hi Everyone - 
 
 I have webvmail up and running, I can see the messages, forward them,
 pretty much everything but listen to them.
 
 Here is what I see in my logs:
 
 192.168.0.1 - - [25/Feb/2005:08:15:40 -0800] GET
 /vmail/vmail.cgi?action=audiofolder=INBOXmailbox=2377context=default
 password=12msgid=format=gsmdontcasheme=4624.gsm HTTP/1.1
 200 9438 - contype
 
 
 But the box at the bottom shows up as a broken link.
 
 Any ideas...?
 
 
 Thanks
 
 
 **
 Richard J. Sears
 Vice President 
 American Internet Services  
 
 [EMAIL PROTECTED]
 http://www.adnc.com
 
 858.576.4272 - Phone
 858.427.2401 - Fax
 INOC-DBA - 6130
 
 
 I fly because it releases my mind
 from the tyranny of petty things . . 
 
 
 Work like you don't need the money, love like you've
 never been hurt and dance like you do when nobody's
 watching.
 
 ___
 Asterisk-Users mailing list
 Asterisk-Users@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
 
 
 ___
 Asterisk-Users mailing list
 Asterisk-Users@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


**
Richard J. Sears
Vice President 
American Internet Services  

[EMAIL PROTECTED]
http://www.adnc.com

858.576.4272 - Phone
858.427.2401 - Fax
INOC-DBA - 6130


I fly because it releases my mind 
from the tyranny of petty things . . 


Work like you don't need the money, love like you've
never been hurt and dance like you do when nobody's
watching.

___
Asterisk-Users mailing list
Asterisk-Users@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


RE: [Asterisk-Users] Webvmail

2004-04-21 Thread CW_ASN
make webvmail

from your source directory. Then, point your browser to:
http://your_ip/cgi-bin/vmail.cgi

Regards,

Gus

-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] nombre de Kurt
Enviado el: Miercoles, 21 de Abril de 2004 12:36 p.m.
Para: [EMAIL PROTECTED]
Asunto: [Asterisk-Users] Webvmail


I am having trouble locating webvmail on my * server.
Is this a seprate porgram or does it come with *.  I
am running version

asterick*CLI show version
Asterisk CVS-03/26/04-17:08:20 built by
[EMAIL PROTECTED] on a i686 running Linux
asterick*CLI


Thanks

Kurt




__
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25
http://photos.yahoo.com/ph/print_splash
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users