Re: [asterisk-users] asterisk-gui-2.1.0-rc1

2013-05-26 Thread aristidis tsitras

Hi.


simply i followed the instructions on 
http://www.asteriskguru.com/tutorials/asterisk_gui.html and it works.

up to now i have it working in the following OS's:
-debian squeeze
-ubuntu server 12.04
-centos 5.9

all of them work fine.







:

Hi Alec,

I followed that both instructions . It was not success. got the same 
issue. I'm not sure the reason is the OS. I am Using CentOS 6.4.


However, following method was helped me to resolve the problem.

http://www.digip.org/jansson/releases/jansson-2.4.tar.gz
tar -zxf jansson-2.4.tar.gz
cd jansson-2.4/
./configure --prefix=/usr/  make clean  make  make install

Regards
Luke


*From:* Alec Davis siva...@paradise.net.nz
*To:* 'luke devon' luke_de...@yahoo.com; 'Asterisk Users Mailing 
List - Non-Commercial Discussion' asterisk-users@lists.digium.com

*Sent:* Saturday, 25 May 2013, 18:14
*Subject:* RE: [asterisk-users] asterisk-gui-2.1.0-rc1

snip
 installed it from SVN.
 When I try to execute ./configure , got the following message ,


 configure: error: *** JSON support not found (this typically
 means the libjansson development package is missing)


 After that I tried to install certain packages by,


 yum groupinstall 'Development Tools'



 and


 yum install php-devel php-pear php-common yum install json.so

 but , no luck . still i am getting above message.

 Thanks in advance
 Luke



Prerequisites: I feel your pain.
Try
http://svn.asterisk.org/svn/asterisk/trunk/contrib/scripts/install_prereq

Or
http://www.asterisk.org/sites/asterisk/files/mce_files/documents/asterisk_qu
ick_start_guide.pdf

Alec





--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

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


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] asterisk-gui-2.1.0-rc1

2013-05-26 Thread Matthew Jordan
On 05/25/2013 11:42 AM, luke devon wrote:
 Hi Alec, 
 
 I followed that both instructions . It was not success. got the same
 issue. I'm not sure the reason is the OS. I am Using CentOS 6.4.
 
 However, following method was helped me to resolve the problem.
 
 http://www.digip.org/jansson/releases/jansson-2.4.tar.gz
 tar -zxf jansson-2.4.tar.gz
 cd jansson-2.4/
 ./configure --prefix=/usr/  make clean  make  make install
 

If you needed libjansson, you're running trunk. Trunk is not a stable
release branch.

This is all fine and good if you're okay with operating on the bleeding
edge, but you should know that you aren't running a stable version of
Asterisk and to expect some volatility. You should keep up to date with
the projects being done in trunk [1], as they'll help you know the areas
that are under the most change. You'll also want to watch the
asterisk-dev mailing list [2].

If you don't feel comfortable with this, you may be better off basing
your work on an LTS release [3], such as Asterisk 1.8 or 11.

[1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+12+Projects
[3] http://lists.digium.com/mailman/listinfo/asterisk-dev
[4] https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions

Matt

-- 
Matthew Jordan
Digium, Inc. | Engineering Manager
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
Check us out at: http://digium.com  http://asterisk.org



--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


Re: [asterisk-users] asterisk-gui-2.1.0-rc1

2013-05-25 Thread Alec Davis
snip
 installed it from SVN.
 When I try to execute ./configure , got the following message , 
 
 
 configure: error: *** JSON support not found (this typically 
 means the libjansson development package is missing)
 
 
 After that I tried to install certain packages by, 
 
 
 yum groupinstall 'Development Tools'
 
 
 
 and 
 
 
 yum install php-devel php-pear php-common yum install json.so
 
 but , no luck . still i am getting above message. 
 
 Thanks in advance
 Luke
 
 

Prerequisites: I feel your pain.
Try
http://svn.asterisk.org/svn/asterisk/trunk/contrib/scripts/install_prereq

Or
http://www.asterisk.org/sites/asterisk/files/mce_files/documents/asterisk_qu
ick_start_guide.pdf

Alec


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


Re: [asterisk-users] asterisk-gui-2.1.0-rc1

2013-05-25 Thread luke devon
Hi Alec, 

I followed that both instructions . It was not success. got the same issue. I'm 
not sure the reason is the OS. I am Using CentOS 6.4.

However, following method was helped me to resolve the problem.

http://www.digip.org/jansson/releases/jansson-2.4.tar.gz
tar -zxf jansson-2.4.tar.gz
cd jansson-2.4/
./configure --prefix=/usr/  make clean  make  make install

Regards
Luke



 From: Alec Davis siva...@paradise.net.nz
To: 'luke devon' luke_de...@yahoo.com; 'Asterisk Users Mailing List - 
Non-Commercial Discussion' asterisk-users@lists.digium.com 
Sent: Saturday, 25 May 2013, 18:14
Subject: RE: [asterisk-users] asterisk-gui-2.1.0-rc1
 

snip
 installed it from SVN.
 When I try to execute ./configure , got the following message , 
 
 
 configure: error: *** JSON support not found (this typically 
 means the libjansson development package is missing)
 
 
 After that I tried to install certain packages by, 
 
 
 yum groupinstall 'Development Tools'
 
 
 
 and 
 
 
 yum install php-devel php-pear php-common yum install json.so
 
 but , no luck . still i am getting above message. 
 
 Thanks in advance
 Luke
 
 

Prerequisites: I feel your pain.
Try
http://svn.asterisk.org/svn/asterisk/trunk/contrib/scripts/install_prereq

Or
http://www.asterisk.org/sites/asterisk/files/mce_files/documents/asterisk_qu
ick_start_guide.pdf

Alec--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] asterisk-gui-2.1.0-rc1

2013-05-24 Thread aristidis tsitras

Hi, how did you installed it?
if it is svn, thry to install it again.
if it is through source then delete it and try through svn


Hi


I have installed asterisk-gui-2.1.0-rc1 . After I logged in to the GUI 
, it was continuously refreshing the web browser and trying to load 
the configurations.


Can I know where is gone wrong ?

Thanks in advance
Luke


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

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


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] asterisk-gui-2.1.0-rc1

2013-05-24 Thread asterisk asterisk
Try to use firefox instead of IE. Besides, you may check if there is any
problem in the extensions.conf. My recent experiment of installing gui into
asterisk 11.x is that there is problem in some of the macro script within
extensions.conf.

I delete the sample macro scripts in extensions.conf and use the attached
for my asterisk.


On Sat, May 25, 2013 at 2:31 AM, aristidis tsitras tsit...@linuxmail.orgwrote:

  Hi, how did you installed it?
 if it is svn, thry to install it again.
 if it is through source then delete it and try through svn


 Hi


  I have installed asterisk-gui-2.1.0-rc1 . After I logged in to the GUI ,
 it was continuously refreshing the web browser and trying to load the
 configurations.

  Can I know where is gone wrong ?

  Thanks in advance
 Luke


 --
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

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



 --
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

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



extensions_macro.conf
Description: Binary data
--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] asterisk-gui-2.1.0-rc1

2013-05-24 Thread luke devon
Hi 

Yes , I installed it from the source. As you suggested, I re installed it from 
SVN.
When I try to execute ./configure , got the following message , 

configure: error: *** JSON support not found (this typically means the 
libjansson development package is missing)

After that I tried to install certain packages by, 

yum groupinstall 'Development Tools'


and 

yum install php-devel php-pear php-common
yum install json.so

but , no luck . still i am getting above message. 

Thanks in advance
Luke




 From: aristidis tsitras tsit...@linuxmail.org
To: asterisk-users@lists.digium.com 
Sent: Saturday, 25 May 2013, 2:31
Subject: Re: [asterisk-users] asterisk-gui-2.1.0-rc1
 


Hi, how did you installed it?
if it is svn, thry to install it again.
if it is through source then delete it and try through svn


Hi 


I have installed asterisk-gui-2.1.0-rc1 . After I logged in to the GUI , it 
was continuously refreshing the web browser and trying to load the 
configurations. 


Can I know where is gone wrong ?


Thanks in advance
Luke 


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs: 
http://www.asterisk.org/hello asterisk-users mailing list
To UNSUBSCRIBE or update options visit: 
http://lists.digium.com/mailman/listinfo/asterisk-users

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
              http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] Asterisk GUI - the one from Diguim/Asterisk - issues on Asterisk 1.6x

2011-06-06 Thread Mark Deneen
On Mon, Jun 6, 2011 at 11:55 AM, Silver Thorne szilvertho...@gmail.com wrote:
 Hello Folks;

 Perhaps I am chasing my tail here.
 Before I go any further, is this compatible/supported in Asterisk 1.6x? If
 so, I would be willing to post any manager.conf or http.conf snippets
 needed.

 When I attempt to open the Asterisk Web GUI, I get a 'page not found'.

 I am sure this is something really minor - something silly that I missed.

 Any words of wisdom?

 Glen

I would get used to using the command line interface or use PBX In a
Flash, FreePBX or something like that if you want / need what they
offer.

-M

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


Re: [asterisk-users] asterisk-GUI

2009-07-06 Thread Tzafrir Cohen
On Mon, Jul 06, 2009 at 11:19:49AM +0900, Tseveendorj wrote:
 Hello,
 
 I've installed Asterisk 1.4.21.2 with Asterisk-GUI on Ubuntu 9.04 but 
 Asterisk.
 
 I couldn't see asterisk-GUI web interface when I accessed to 
 http://IPADDRESS:8088/asterisk/static/config/index.html.
 But after created symbolic link /var/lib/asterisk/static-http folder to 
 /usr/share/asterisk/ and /var/lib/asterisk/scripts to 
 /usr/share/asterisk/ web interface appeared.
 
 Why doesn't asterisk read static-http from /var/lib/asterisk/ ?

https://issues.asterisk.org/view.php?id=15119

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] asterisk-gui: http://id_address:8088/asterisk/static/config/cfgadvanced.html

2009-06-19 Thread Tzafrir Cohen
On Fri, Jun 19, 2009 at 10:28:28AM -0700, bilal ghayyad wrote:
 
 Hi Danny;
 
 I found cfgbasic.html under the /var/lib/asterisk/static-http/config
 and did not find cfgadvanced.html, any advise?

cfgbasic.html is now merely a redirection to index.html .
cfgadvanced.html is now gone - the advanced mode of editing sip.conf,
iax.conf etc. directly has been removed in ver. 2 of the GUI.

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] asterisk-gui: http://id_address:8088/asterisk/static/config/cfgadvanced.html

2009-06-19 Thread Tzafrir Cohen
On Fri, Jun 19, 2009 at 10:28:28AM -0700, bilal ghayyad wrote:

 About the root directory: do u mean that I have to set my root 
 directoty to be /var/lib/asterisk/ at the httpd server? Because by 
 default the httpd server has another root directory than this, or you 
 are talking about another root directory? Please advise.
 
 By the way: what about the port 8088, from where I can set it (in case
 I need to change that port to be another port)?

As it is served by the Asterisk httpd, you may change it in
/etc/asterisk/http.conf . That said, I generally prefer to proxy the
file serving through apache (or lightttpd, or whatever)

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] asterisk-gui: http://id_address:8088/asterisk/static/config/cfgadvanced.html

2009-06-19 Thread Philipp Kempgen
bilal ghayyad schrieb:

 what about the port 8088, from where I can set it (in case I need to change 
 that port to be another port)?

That would be the bindport parameter in /etc/asterisk/http.conf
I guess.


Philipp Kempgen
-- 
AMOOMA GmbH - Bachstr. 126 - 56566 Neuwied  -  http://www.amooma.de
Geschäftsführer: Stefan Wintermeyer, Handelsregister: Neuwied B14998
Asterisk: http://the-asterisk-book.com - http://das-asterisk-buch.de
Videos of the AMOOCON VoIP conference 2009 -  http://www.amoocon.de
-- 

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] asterisk-gui: read/write in the conf files or db?

2009-06-18 Thread Tzafrir Cohen
On Wed, Jun 17, 2009 at 03:35:56PM -0700, bilal ghayyad wrote:
 
 Hi All;
 
 asterisk-gui read/write from the conf files or database?

Asterisk-gui's database is the config files ;-)

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] asterisk-gui: read/write in the conf files or db?

2009-06-18 Thread Danny Nicholas
It depends on how you are configured.  The gui interfaces using Asterisk
Manager, so you get the Same IO from the gui that you would get from a
native manager session.

-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of bilal ghayyad
Sent: Wednesday, June 17, 2009 5:36 PM
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] asterisk-gui: read/write in the conf files or db?


Hi All;

asterisk-gui read/write from the conf files or database?

Any advise?
Regards
Bilal


  

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] asterisk-gui: read/write in the conf files or db

2009-06-18 Thread Steve Totaro
Why not connect to the AMI via telnet?

On Thu, Jun 18, 2009 at 2:27 PM, bilal ghayyad bilmar...@yahoo.com wrote:


 Hi Danny;

 Really I did not understand how I can determine if the IO will be DB or
 conf files? Is it from the Asterisk manager?

 Regards
 Bilal

 -

 It depends on how you are configured.  The gui interfaces using Asterisk
 Manager, so you get the Same IO from the gui that you would get from a
 native manager session.

 -Original Message-
 From: asterisk-users-boun...@lists.digium.com
 [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of bilal
 ghayyad
 Sent: Wednesday, June 17, 2009 5:36 PM
 To: asterisk-users@lists.digium.com
 Subject: [asterisk-users] asterisk-gui: read/write in the conf files or db?


 Hi All;

 asterisk-gui read/write from the conf files or database?

 Any advise?
 Regards
 Bilal







 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

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




-- 
Thanks,
Steve Totaro
+18887771888 (Toll Free)
+12409381212 (Cell)
+12024369784 (Skype)
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Re: [asterisk-users] asterisk-gui: read/write in the conf files or db

2009-06-18 Thread bilal ghayyad

Hi Danny;

Really I did not understand how I can determine if the IO will be DB or conf 
files? Is it from the Asterisk manager?

Regards
Bilal

-

It depends on how you are configured.  The gui interfaces using Asterisk
Manager, so you get the Same IO from the gui that you would get from a
native manager session.

-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of bilal ghayyad
Sent: Wednesday, June 17, 2009 5:36 PM
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] asterisk-gui: read/write in the conf files or db?


Hi All;

asterisk-gui read/write from the conf files or database?

Any advise?
Regards
Bilal




  


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] asterisk-gui: read/write in the conf files or db

2009-06-18 Thread bilal ghayyad

I am not able to understand the relation between the AMI and the GUI? And 
really I am not able to know where to determine if my Asterisk will read/write 
with DB or with config files?

Regards
Bilal

---

Why not connect to the AMI via telnet?

On Thu, Jun 18, 2009 at 2:27 PM, bilal ghayyad bilmar...@yahoo.com wrote:


 Hi Danny;

 Really I did not understand how I can determine if the IO will be DB or
 conf files? Is it from the Asterisk manager?

 Regards
 Bilal

 -

 It depends on how you are configured.  The gui interfaces using Asterisk
 Manager, so you get the Same IO from the gui that you would get from a
 native manager session.

 -Original Message-
 From: asterisk-users-boun...@lists.digium.com
 [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of bilal
 ghayyad
 Sent: Wednesday, June 17, 2009 5:36 PM
 To: asterisk-users@lists.digium.com
 Subject: [asterisk-users] asterisk-gui: read/write in the conf files or db?


 Hi All;

 asterisk-gui read/write from the conf files or database?

 Any advise?
 Regards
 Bilal



  


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] asterisk-gui: read/write in the conf files ordb

2009-06-18 Thread Danny Nicholas
Here's the .05 tour as I know it:
Every Asterisk installation reads /etc/asterisk/asterisk.conf and
/etc/extconfig.conf at startup.  Once these files are parsed, the remaining
IO is done based off of how these two files point.

When you run the GUI, it does a series of AMI calls to get it's information
and do it's under the covers work.  What is does is exactly what would
happen if you issued the AMI commands from telnet or any other source.

So in so many words, Asterisk will (hopefully) do what you tell it in the
.conf files and any supporting database tables.

-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of bilal ghayyad
Sent: Thursday, June 18, 2009 3:48 PM
To: asterisk-users@lists.digium.com
Subject: Re: [asterisk-users] asterisk-gui: read/write in the conf files
ordb


I am not able to understand the relation between the AMI and the GUI? And
really I am not able to know where to determine if my Asterisk will
read/write with DB or with config files?

Regards
Bilal

---

Why not connect to the AMI via telnet?

On Thu, Jun 18, 2009 at 2:27 PM, bilal ghayyad bilmar...@yahoo.com wrote:


 Hi Danny;

 Really I did not understand how I can determine if the IO will be DB or
 conf files? Is it from the Asterisk manager?

 Regards
 Bilal

 -

 It depends on how you are configured.  The gui interfaces using Asterisk
 Manager, so you get the Same IO from the gui that you would get from a
 native manager session.

 -Original Message-
 From: asterisk-users-boun...@lists.digium.com
 [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of bilal
 ghayyad
 Sent: Wednesday, June 17, 2009 5:36 PM
 To: asterisk-users@lists.digium.com
 Subject: [asterisk-users] asterisk-gui: read/write in the conf files or
db?


 Hi All;

 asterisk-gui read/write from the conf files or database?

 Any advise?
 Regards
 Bilal



  


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] asterisk-gui: read/write in the conf files or db

2009-06-18 Thread Tzafrir Cohen
On Thu, Jun 18, 2009 at 11:27:18AM -0700, bilal ghayyad wrote:
 
 Hi Danny;
 
 Really I did not understand how I can determine if the IO will be DB or 
 conf files? Is it from the Asterisk manager?

Again, unless you make some pretty major changes in the way the
asterisk-gui[1] works, it will use Asterisk configuration files as its
database. E.g. users.conf to store extensions and trunks.

[1] http://svn.asterisk.org/svn/asterisk-gui , and not the generic
concept of A GUI for Asterisk, of course.

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] Asterisk GUI and SIP registration

2008-11-15 Thread Brandon Kruse

This would be better on the Asterisk-gui list, but it's because it's written in 
users.conf

registersip=yes 

-bk

- Original Message -
From: Joseph L. Casale [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com
Sent: Saturday, November 15, 2008 4:18:25 PM GMT -06:00 Central America
Subject: [asterisk-users] Asterisk GUI and SIP registration

I was playing with 1.6.0.1 and the latest gui and wondered how my sip
did was registered after creating it? How does this take place, normally
I made a register = command in sip.conf but don't see this in any files?

Thanks!
jlc

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] asterisk-gui installation hangs

2008-02-04 Thread Mojo with Horan Company, LLC
A COMPLETE shot in the dark, but:

Tomasz Zieleniewski wrote:
 [Feb  4 09:33:09]   == Parsing 
 '/home/asterisk/asterisk/1.4/pbx/etc/asterisk/manager.conf': [Feb  4 
 09:33:09] Found
If this is where you've got everything installed, i.e. with a base of 
/home/asterisk/asterisk/1.4/pbx/, maybe:
 [Feb  4 09:33:15] WARNING[3304]: app_system.c:107 system_exec_helper: 
 Unable to execute '/sbin/zapscan.bin'
Should be /home/asterisk/asterisk/1.4/pbx/sbin/zapscan.bin
?
Just a thought.  A soft link may help you, or find what is trying to 
spawn that zapscan program and fix it.

Moj


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] [asterisk-gui] Asterisk GUI - Call Waiting

2007-12-19 Thread Will Tatam
bkruse wrote:
 Is this with the latest version of the gui?
 
 (branches/asterisknow)
 (http://asteriskNOW.org/install-related)
 
 Tell me what revision, and paste the context of the user entry thats 
 having a problem.
 
 -bk
 
 
 Will Tatam wrote:
 Has anyone tested disabling call waiting for a SIP extension via the GUI ?

 I have deselected call waiting for a user with a SNOM 360 and applied my
 changes but they still get calls waiting and are reporting that 80% of
 the time when they get the bleeping in their ear when the new call comes
 in and that it kills the current call before they get chance to respond
 in any way

 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--

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



 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--

 asterisk-gui mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-gui
   
 
 
 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--
 
 asterisk-gui mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-gui

This is using asgterisk now beta 6

  [8018]
  callwaiting=no
  cid_number=02380988018
  context=numberplan-custom-1
  [EMAIL PROTECTED]
  fullname=Andrew Cartlidge
  group=
  hasagent=no
  hasdirectory=yes
  hasiax=no
  hasmanager=no
  hassip=yes
  hasvoicemail=yes
  host=dynamic
  mailbox=8018
  secret=14731473
  threewaycalling=yes
  zapchan=
  registeriax=no
  registersip=yes
  canreinvite=yes
  nat=no
  dtmfmode=rfc2833
  vmsecret=1473

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Asterisk-gui

2007-10-12 Thread FaberK
Hi Steve,
you are totally right, but my question is because a saw that gui into SVN
and not yet released, but at the same time used into AsteriskNOW.
Was just a question...
;o)

Thanks

2007/10/12, Steve Totaro [EMAIL PROTECTED]:

 FaberK wrote:
  Hi to all,
  I've just started to see that Asterisk-gui from Digium.
  Does anybody know, when the first official-realese will be released?
 
  Thanks to all
 
  --
  .:FaberK:.
 

 I may be totally wrong but at Astricon, during the What's New at
 Digium (SwitchVox purchase) I asked the question of what would happen
 to AsteriskNow to one of the Adtran/Digium guys.

 There was not a real direct answer, I will try to quote as best I can
 from memory.  He simply said It will remain opensource.

 I take that to mean that they will not be developing it anymore and it
 is up to the community to further the project.  Why would Digium
 continue to develop a GUI for free that would compete with SwitchVox (or
 whatever they change the name to).

 Maybe I am wrong.

 Thanks,
 Steve


 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--

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




-- 
.:FaberK:.
___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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

Re: [asterisk-users] Asterisk-gui

2007-10-12 Thread Steve Totaro
If you read between my lines, my guess is it won't be released unless 
the community takes it out of Digium's hands and forks it.

Thanks,
Steve

FaberK wrote:
 Hi Steve,
 you are totally right, but my question is because a saw that gui into 
 SVN and not yet released, but at the same time used into AsteriskNOW.
 Was just a question...
 ;o)

 Thanks

 2007/10/12, Steve Totaro [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED]:

 FaberK wrote:
  Hi to all,
  I've just started to see that Asterisk-gui from Digium.
  Does anybody know, when the first official-realese will be released?
 
  Thanks to all
 
  --
  .:FaberK:.
 

 I may be totally wrong but at Astricon, during the What's New at
 Digium (SwitchVox purchase) I asked the question of what would happen
 to AsteriskNow to one of the Adtran/Digium guys.

 There was not a real direct answer, I will try to quote as best I can
 from memory.  He simply said It will remain opensource.

 I take that to mean that they will not be developing it anymore
 and it
 is up to the community to further the project.  Why would Digium
 continue to develop a GUI for free that would compete with
 SwitchVox (or
 whatever they change the name to).

 Maybe I am wrong.

 Thanks,
 Steve


 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--

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




 -- 
 .:FaberK:.
 

 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--

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


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Asterisk-gui

2007-10-12 Thread Tilghman Lesher
On Friday 12 October 2007 10:45:52 Steve Totaro wrote:
 FaberK wrote:
  I've just started to see that Asterisk-gui from Digium.
  Does anybody know, when the first official-realese will be released?

 I may be totally wrong but at Astricon, during the What's New at
 Digium (SwitchVox purchase) I asked the question of what would happen
 to AsteriskNow to one of the Adtran/Digium guys.

 There was not a real direct answer, I will try to quote as best I can
 from memory.  He simply said It will remain opensource.

 I take that to mean that they will not be developing it anymore and it
 is up to the community to further the project.  Why would Digium
 continue to develop a GUI for free that would compete with SwitchVox (or
 whatever they change the name to).

 Maybe I am wrong.

I don't think a decision has been made yet either way, although I am not a
party to those discussions.  Contributions are always welcomed, no matter
where the main development of asterisk-gui is occurring, though.  So if
the community wants asterisk-gui to remain alive and there's someone willing
to devote development resources, then it will remain an active project for
some time to come.

-- 
Tilghman

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Asterisk-gui

2007-10-12 Thread Steve Totaro
FaberK wrote:
 Hi to all,
 I've just started to see that Asterisk-gui from Digium.
 Does anybody know, when the first official-realese will be released?
 
 Thanks to all
 
 -- 
 .:FaberK:.
 

I may be totally wrong but at Astricon, during the What's New at 
Digium (SwitchVox purchase) I asked the question of what would happen 
to AsteriskNow to one of the Adtran/Digium guys.

There was not a real direct answer, I will try to quote as best I can 
from memory.  He simply said It will remain opensource.

I take that to mean that they will not be developing it anymore and it 
is up to the community to further the project.  Why would Digium 
continue to develop a GUI for free that would compete with SwitchVox (or 
whatever they change the name to).

Maybe I am wrong.

Thanks,
Steve


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Asterisk GUI

2007-06-26 Thread Paul Hales

 In Paul's defense, it looked to me like his original post was simply  
 a joke that was misunderstood. (I thought it was funny, anyway)
 

I have written a few jokes for this list over the years - it's nice to
know that some people find them funny.

PaulH



___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Asterisk GUI

2007-06-22 Thread Dave Bour
So I'll ask the question. What's wrong with top posting.  I use a blackberry to 
read most of my email, and bottom posting means excessive scrolling, often 
waiting to download additional content resulting in higher usage fees and rsi 
on my thumb for scrolling
90% of messages including all general email conversations are too posted yet 
discussion groups want bottom posting.  Why?

Dave Bour
Desktop Solution Center
905.381.0077
[EMAIL PROTECTED]

For those who just want it to work...
Giving you complete IT peace of mind. 

(Sent via Blackberry - hence message may be shorter than my usual verbose 
responses)
PIN 4cc364db (as of March 24, 2007)  

- Original Message -
From: [EMAIL PROTECTED] [EMAIL PROTECTED]
To: asterisk-users@lists.digium.com asterisk-users@lists.digium.com
Sent: Thu Jun 21 12:48:45 2007
Subject: Re: [asterisk-users] Asterisk GUI

On Jun 20, 2007, at 5:04 PM, Troy Ayers wrote:

 I would have been convinced if you had not top-posted!  heh


 Rob Schall wrote:
 Tom,

 I disagree with your argument for a number of reasons. Each of these
 reasons should be more than enough to convince you I'm correct and  
 you
 should do it my way and only my way.

 And for the record, VI and CLI.

 Rob

OK, Now I'm confused... I was prepared to accept Rob's argument due  
its beautiful, flawless logic. But Troy has a valid point: Rob did  
top-post, invalidating his point. But so did Troy, invalidating his  
point, so now I'm stuck. Whatever shall I do?

I think I'll just stick with my own opinion, seeing as both Rob and  
Troy are obviously idiots. (duh!)

;-)

Tom

___
--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
___
--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] Asterisk GUI

2007-06-22 Thread Steve Kennedy
On Fri, Jun 22, 2007 at 08:06:39AM -0400, Dave Bour wrote:

So I'll ask the question. What's wrong with top posting.  I use a
blackberry to read most of my email, and bottom posting means excessive
scrolling, often waiting to download additional content resulting in
higher usage fees and rsi on my thumb for scrolling
90% of messages including all general email conversations are too
posted yet discussion groups want bottom posting.  Why?

I dont know

 What's the answer?

Steve

-- 
NetTek Ltd  UK mob +44-(0)7775 755503
UK +44-(0)20 79932612 / US +1-(310)8577715 / Fax +44-(0)20 7483 2455
Skype/GoogleTalk/AIM/Gizmo/Mac stevekennedyuk / MSN [EMAIL PROTECTED]
Euro Tech News Blog http://eurotechnews.blogspot.com

___
--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] Asterisk GUI

2007-06-22 Thread Tzafrir Cohen
Let's look at your message:

On Fri, Jun 22, 2007 at 08:06:39AM -0400, Dave Bour wrote:

The problem with top-posting is that answer comes before the question.
And hence you don't really know what the question was.

 So I'll ask the question. What's wrong with top posting.  

(The above answer should have been here, if I used proper quoting. I
avoided it for the sole instructive porpose of demostrating the problem
with top-posting)

 I use a  
 blackberry to read most of my email, and bottom posting means excessive 
 scrolling, often waiting to download additional content resulting in 
 higher usage fees and rsi on my thumb for scrolling
 90% of messages including all general email conversations are too posted 
 yet discussion groups want bottom posting.  Why?

This is a different argument here.
The problem is that all to often people quote irrelevant text.
Now, if someone had just read my original top reply he could have
concluded that you have no idea why top-posting is about and need to be
tought the basics. This is because I have replied to your message
outside of context.

What else have you quoted:

[ Snip 11 lines of signature ]

 
 - Original Message -
 From: [EMAIL PROTECTED] [EMAIL PROTECTED]
 To: asterisk-users@lists.digium.com asterisk-users@lists.digium.com
 Sent: Thu Jun 21 12:48:45 2007
 Subject: Re: [asterisk-users] Asterisk GUI

Four lines of headers (the bad headers quoting style) that actually
leave out the name of the poster.

 
 On Jun 20, 2007, at 5:04 PM, Troy Ayers wrote:
 
  I would have been convinced if you had not top-posted!  heh

The actual text you replied to.

24 lines of unrelated text from the original message Tom left in for
instructive purposes and you have not bothered trimming:

 
 
  Rob Schall wrote:
  Tom,
 
  I disagree with your argument for a number of reasons. Each of these
  reasons should be more than enough to convince you I'm correct and  
  you
  should do it my way and only my way.
 
  And for the record, VI and CLI.
 
  Rob
 
 OK, Now I'm confused... I was prepared to accept Rob's argument due  
 its beautiful, flawless logic. But Troy has a valid point: Rob did  
 top-post, invalidating his point. But so did Troy, invalidating his  
 point, so now I'm stuck. Whatever shall I do?
 
 I think I'll just stick with my own opinion, seeing as both Rob and  
 Troy are obviously idiots. (duh!)
 
 ;-)
 
 Tom

7 lines of of mailing list footer. Tom has trimmed the unnecessary ones
there (and I have removed the extra one added by the mailing list
manager to your message when it got to the list.

 
 ___
 --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

So instead of complaining about others who force you to scroll, trim the
useless stuff.

-- 
   Tzafrir Cohen   
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir

___
--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] Asterisk GUI

2007-06-22 Thread John Novack


Dave Bour wrote:

 So I'll ask the question. What's wrong with top posting.

WOW! Is this a mine field, or what?
You have stumbled into one of the hot religious arguments on just about 
all lists.
There will NEVER be an agreement on which is acceptable.
Many anchored in the past hotly content that one be drawn and quartered, 
or at the least banished to Gitmo for top posting. Some of these same 
people don't ever bother to trim the tag lines found on every posting, 
so one has to wade through several tag lines to even find if someone 
posted or simply had a twitchy finger.
I am sure it HAS to be even worse on a Blackberry.
The good news with Blackberries is that you won't have the French ( 
government ) folks clogging up the works.

Incurable Top Poster.


___
--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] Asterisk GUI

2007-06-22 Thread Anthony Francis
John Novack wrote:
 Dave Bour wrote:
   
 So I'll ask the question. What's wrong with top posting.

 
 WOW! Is this a mine field, or what?
 You have stumbled into one of the hot religious arguments on just about 
 all lists.
 There will NEVER be an agreement on which is acceptable.
 Many anchored in the past hotly content that one be drawn and quartered, 
 or at the least banished to Gitmo for top posting. Some of these same 
 people don't ever bother to trim the tag lines found on every posting, 
 so one has to wade through several tag lines to even find if someone 
 posted or simply had a twitchy finger.
 I am sure it HAS to be even worse on a Blackberry.
 The good news with Blackberries is that you won't have the French ( 
 government ) folks clogging up the works.

 Incurable Top Poster.


 ___
 --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
   
Hi all! Late pointless post type o' troll here to say wow has this gone 
way off OOT.

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Asterisk GUI

2007-06-21 Thread Senad Jordanovic



 
 For example, a user could post a message to the list asking I'm new
 to Linux and Asterisk. Should edit my dialplan by hand, use FreePBX,
 or buy a commercial solution? Imagine the response as you tried to
 convince them to buy PBXWare, FreePBX users try to convince them that
 they should start out using FreePBX, and others go on about how hand
 coding a dialplan is the one-true-wayR to learn Asterisk. Generally,
 the original poster is just looking to get everyone stirred up over
 nothing.   
 
 In other words, Paul's original post of GUI bad! CLI good! was just
 the sort of post that is going to get folks fired up re-re-restarting
 the age-old discussion of which is better: CLI or GUI. Basically, it
 could be like posting any of the following:   
 
 - Which is better: emacs or vi?
 - Which linux distribution is the best?
 - Which is better: Macs or Windows?
 
 All of these questions share the following:
 
 1.) They have no right answer (macs are better for some, Windows for
 others, and linux for others still, not to mention OS/2, BSD, etc) 
 2.) People on the various sides of the debate have extremely strong
 feelings on the matter 
 3.) Nobody is likely to be convinced that the other side is right and
 that they are wrong. 
 4.) They have all been discussed thousands of times before, and
 nothing new is likely to be said on the matter. 
 5.) The only purpose served by the discussion, due to the reasons
 above, is to clutter up the mailing list. 
 6.) Any discussion thread regarding these sorts of topics is best
 avoided. 
 
 For a more thorough description of an internet troll, see the
 following wikipedia article:http://en.wikipedia.org/wiki/Troll_%
 28internet%29 
 
 In other words, if you see a post that is just going to result in a
 re-rehashing of the last rehash of a specific subject, just hit the
 delete key instead of clogging up the mailing list with yet another
 thread on whether a GUI or a CLI is better. (for example).   
 
 In Paul's defense, it looked to me like his original post was simply
 a joke that was misunderstood. (I thought it was funny, anyway) 
 
 I suppose I should take my own advice on this one, but sometimes I
 guess we all just can't resist. grin 
 
 Tom

Tom  Thanks for your prompt and excellent response...

Regards,

Senad



___
--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] Asterisk GUI

2007-06-21 Thread Senad Jordanovic
Troy Ayers wrote:
 I would have been convinced if you had not top-posted!  heh
 
 
 Rob Schall wrote:
 Tom,
 
 I disagree with your argument for a number of reasons. Each of these
 reasons should be more than enough to convince you I'm correct and
 you should do it my way and only my way.
 
 And for the record, VI and CLI.
 
 Rob
 


Ability to listen is a gift. 

People who have it apply data received into prosperity and greater good
personally and collectively.



Senad




___
--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] Asterisk GUI

2007-06-21 Thread Tom Rymes
On Jun 20, 2007, at 5:04 PM, Troy Ayers wrote:

 I would have been convinced if you had not top-posted!  heh


 Rob Schall wrote:
 Tom,

 I disagree with your argument for a number of reasons. Each of these
 reasons should be more than enough to convince you I'm correct and  
 you
 should do it my way and only my way.

 And for the record, VI and CLI.

 Rob

OK, Now I'm confused... I was prepared to accept Rob's argument due  
its beautiful, flawless logic. But Troy has a valid point: Rob did  
top-post, invalidating his point. But so did Troy, invalidating his  
point, so now I'm stuck. Whatever shall I do?

I think I'll just stick with my own opinion, seeing as both Rob and  
Troy are obviously idiots. (duh!)

;-)

Tom

___
--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] Asterisk GUI

2007-06-20 Thread bilal ghayyad
Hi List;

My Question was:

From where I can download the Asterisk GUI, a lot of
replies we received but I did not receive from where I
download it and how I compile it.

Regards
Bilal


   

Get the Yahoo! toolbar and be alerted to new email wherever you're surfing.
http://new.toolbar.yahoo.com/toolbar/features/mail/index.php

___
--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] Asterisk GUI

2007-06-20 Thread Andrew Latham
http://www.tuxtone.com/index.php/VOIP:Asterisk_Install_Script



On 6/20/07, bilal ghayyad [EMAIL PROTECTED] wrote:
 Hi List;

 My Question was:

 From where I can download the Asterisk GUI, a lot of
 replies we received but I did not receive from where I
 download it and how I compile it.

 Regards
 Bilal



 
 Get the Yahoo! toolbar and be alerted to new email wherever you're surfing.
 http://new.toolbar.yahoo.com/toolbar/features/mail/index.php

 ___
 --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



-- 
/*
 Andrew Latham
 LATHAMA (lay-th-ham-eh)
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
*/

___
--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] Asterisk GUI

2007-06-20 Thread Tzafrir Cohen
On Wed, Jun 20, 2007 at 04:25:44AM -0700, bilal ghayyad wrote:
 Hi List;
 
 My Question was:
 
 From where I can download the Asterisk GUI, a lot of
 replies we received but I did not receive from where I
 download it and how I compile it.

svn co http://svn.digium.com/svn/asterisk-gui/trunk asterisk-gui

-- 
   Tzafrir Cohen   
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir

___
--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] Asterisk GUI

2007-06-20 Thread Tom Rymes
On Jun 19, 2007, at 12:37 PM, Senad Jordanovic wrote:

 Tom Rymes wrote:

[snip]


 How many times does it have to be said? Don't feed the trolls!

 Tom


 Tom...Who in your opinion is a troll?


 Senad

Well, technically, I was calling the original post a troll, not the  
original poster. More specifically, the usage of troll I am referring  
to resembles the fishing technique more than the mythological  
creature. Basically, a troll in this context is a post that someone  
makes simply for the purpose of starting a heated discussion on a  
very touchy subject. In other words, the original poster is  
trolling for people who will get all bent out of shape about their  
post and fire back a heated response.

For example, a user could post a message to the list asking I'm new  
to Linux and Asterisk. Should edit my dialplan by hand, use FreePBX,  
or buy a commercial solution? Imagine the response as you tried to  
convince them to buy PBXWare, FreePBX users try to convince them that  
they should start out using FreePBX, and others go on about how hand  
coding a dialplan is the one-true-way® to learn Asterisk. Generally,  
the original poster is just looking to get everyone stirred up over  
nothing.

In other words, Paul's original post of GUI bad! CLI good! was just  
the sort of post that is going to get folks fired up re-re-restarting  
the age-old discussion of which is better: CLI or GUI. Basically, it  
could be like posting any of the following:

- Which is better: emacs or vi?
- Which linux distribution is the best?
- Which is better: Macs or Windows?

All of these questions share the following:

1.) They have no right answer (macs are better for some, Windows for  
others, and linux for others still, not to mention OS/2, BSD, etc)
2.) People on the various sides of the debate have extremely strong  
feelings on the matter
3.) Nobody is likely to be convinced that the other side is right and  
that they are wrong.
4.) They have all been discussed thousands of times before, and  
nothing new is likely to be said on the matter.
5.) The only purpose served by the discussion, due to the reasons  
above, is to clutter up the mailing list.
6.) Any discussion thread regarding these sorts of topics is best  
avoided.

For a more thorough description of an internet troll, see the  
following wikipedia article:http://en.wikipedia.org/wiki/Troll_% 
28internet%29

In other words, if you see a post that is just going to result in a  
re-rehashing of the last rehash of a specific subject, just hit the  
delete key instead of clogging up the mailing list with yet another  
thread on whether a GUI or a CLI is better. (for example).

In Paul's defense, it looked to me like his original post was simply  
a joke that was misunderstood. (I thought it was funny, anyway)

I suppose I should take my own advice on this one, but sometimes I  
guess we all just can't resist. grin

Tom
___
--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] Asterisk GUI

2007-06-20 Thread Rob Schall
Tom,

I disagree with your argument for a number of reasons. Each of these
reasons should be more than enough to convince you I'm correct and you
should do it my way and only my way.

And for the record, VI and CLI.

Rob

Tom Rymes wrote:
 On Jun 19, 2007, at 12:37 PM, Senad Jordanovic wrote:

   
 Tom Rymes wrote:
 

 [snip]

   
 How many times does it have to be said? Don't feed the trolls!

 Tom

   
 Tom...Who in your opinion is a troll?


 Senad
 

 Well, technically, I was calling the original post a troll, not the  
 original poster. More specifically, the usage of troll I am referring  
 to resembles the fishing technique more than the mythological  
 creature. Basically, a troll in this context is a post that someone  
 makes simply for the purpose of starting a heated discussion on a  
 very touchy subject. In other words, the original poster is  
 trolling for people who will get all bent out of shape about their  
 post and fire back a heated response.

 For example, a user could post a message to the list asking I'm new  
 to Linux and Asterisk. Should edit my dialplan by hand, use FreePBX,  
 or buy a commercial solution? Imagine the response as you tried to  
 convince them to buy PBXWare, FreePBX users try to convince them that  
 they should start out using FreePBX, and others go on about how hand  
 coding a dialplan is the one-true-way® to learn Asterisk. Generally,  
 the original poster is just looking to get everyone stirred up over  
 nothing.

 In other words, Paul's original post of GUI bad! CLI good! was just  
 the sort of post that is going to get folks fired up re-re-restarting  
 the age-old discussion of which is better: CLI or GUI. Basically, it  
 could be like posting any of the following:

 - Which is better: emacs or vi?
 - Which linux distribution is the best?
 - Which is better: Macs or Windows?

 All of these questions share the following:

 1.) They have no right answer (macs are better for some, Windows for  
 others, and linux for others still, not to mention OS/2, BSD, etc)
 2.) People on the various sides of the debate have extremely strong  
 feelings on the matter
 3.) Nobody is likely to be convinced that the other side is right and  
 that they are wrong.
 4.) They have all been discussed thousands of times before, and  
 nothing new is likely to be said on the matter.
 5.) The only purpose served by the discussion, due to the reasons  
 above, is to clutter up the mailing list.
 6.) Any discussion thread regarding these sorts of topics is best  
 avoided.

 For a more thorough description of an internet troll, see the  
 following wikipedia article:http://en.wikipedia.org/wiki/Troll_% 
 28internet%29

 In other words, if you see a post that is just going to result in a  
 re-rehashing of the last rehash of a specific subject, just hit the  
 delete key instead of clogging up the mailing list with yet another  
 thread on whether a GUI or a CLI is better. (for example).

 In Paul's defense, it looked to me like his original post was simply  
 a joke that was misunderstood. (I thought it was funny, anyway)

 I suppose I should take my own advice on this one, but sometimes I  
 guess we all just can't resist. grin

 Tom
 ___
 --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
   

___
--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] Asterisk GUI

2007-06-20 Thread Troy Ayers
I would have been convinced if you had not top-posted!  heh


Rob Schall wrote:
 Tom,

 I disagree with your argument for a number of reasons. Each of these 
 reasons should be more than enough to convince you I'm correct and you 
 should do it my way and only my way.

 And for the record, VI and CLI.

 Rob

 Tom Rymes wrote:
 On Jun 19, 2007, at 12:37 PM, Senad Jordanovic wrote:

   
 Tom Rymes wrote:
 

 [snip]

   
 How many times does it have to be said? Don't feed the trolls!

 Tom

   
 Tom...Who in your opinion is a troll?


 Senad
 

 Well, technically, I was calling the original post a troll, not the  
 original poster. More specifically, the usage of troll I am referring  
 to resembles the fishing technique more than the mythological  
 creature. Basically, a troll in this context is a post that someone  
 makes simply for the purpose of starting a heated discussion on a  
 very touchy subject. In other words, the original poster is  
 trolling for people who will get all bent out of shape about their  
 post and fire back a heated response.

 For example, a user could post a message to the list asking I'm new  
 to Linux and Asterisk. Should edit my dialplan by hand, use FreePBX,  
 or buy a commercial solution? Imagine the response as you tried to  
 convince them to buy PBXWare, FreePBX users try to convince them that  
 they should start out using FreePBX, and others go on about how hand  
 coding a dialplan is the one-true-way® to learn Asterisk. Generally,  
 the original poster is just looking to get everyone stirred up over  
 nothing.

 In other words, Paul's original post of GUI bad! CLI good! was just  
 the sort of post that is going to get folks fired up re-re-restarting  
 the age-old discussion of which is better: CLI or GUI. Basically, it  
 could be like posting any of the following:

 - Which is better: emacs or vi?
 - Which linux distribution is the best?
 - Which is better: Macs or Windows?

 All of these questions share the following:

 1.) They have no right answer (macs are better for some, Windows for  
 others, and linux for others still, not to mention OS/2, BSD, etc)
 2.) People on the various sides of the debate have extremely strong  
 feelings on the matter
 3.) Nobody is likely to be convinced that the other side is right and  
 that they are wrong.
 4.) They have all been discussed thousands of times before, and  
 nothing new is likely to be said on the matter.
 5.) The only purpose served by the discussion, due to the reasons  
 above, is to clutter up the mailing list.
 6.) Any discussion thread regarding these sorts of topics is best  
 avoided.

 For a more thorough description of an internet troll, see the  
 following wikipedia article:http://en.wikipedia.org/wiki/Troll_% 
 28internet%29

 In other words, if you see a post that is just going to result in a  
 re-rehashing of the last rehash of a specific subject, just hit the  
 delete key instead of clogging up the mailing list with yet another  
 thread on whether a GUI or a CLI is better. (for example).

 In Paul's defense, it looked to me like his original post was simply  
 a joke that was misunderstood. (I thought it was funny, anyway)

 I suppose I should take my own advice on this one, but sometimes I  
 guess we all just can't resist. grin

 Tom
 ___
 --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
   

 

 ___
 --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


___
--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] Asterisk GUI

2007-06-19 Thread Tom Rymes

On Jun 16, 2007, at 4:37 PM, Tzafrir Cohen wrote:

 On Sat, Jun 16, 2007 at 08:55:24PM +0100, Senad Jordanovic wrote:
 Brett Crapser wrote:
 On Saturday 16 June 2007 02:24 am, Senad Jordanovic wrote:
 Paul Hales wrote:
 GUI bad! CLI good!

 PaulH

 Really...?

 So explain why every major PBX manufacturer has GUI of some sort?
 Surely they would have had CLI only if GUI is bad!!!


 Senad

 Senad - it is really to cover the inability of 'average' people to
 understand CLI.

 CLI is useful for small/simple dial tone installations. Anything  
 above
 that even very competent administrator will make syntax/logical  
 errors.

 Hence automation is required. Automation does not imply GUI.
 Bad GUIs get in the way of automation.

How many times does it have to be said? Don't feed the trolls!

Tom

___
--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] Asterisk GUI

2007-06-19 Thread Senad Jordanovic
Tom Rymes wrote:
 On Jun 16, 2007, at 4:37 PM, Tzafrir Cohen wrote:
 
 On Sat, Jun 16, 2007 at 08:55:24PM +0100, Senad Jordanovic wrote:
 Brett Crapser wrote:
 On Saturday 16 June 2007 02:24 am, Senad Jordanovic wrote:
 Paul Hales wrote:
 GUI bad! CLI good!
 
 PaulH
 
 Really...?
 
 So explain why every major PBX manufacturer has GUI of some sort?
 Surely they would have had CLI only if GUI is bad!!!
 
 
 Senad
 
 Senad - it is really to cover the inability of 'average' people to
 understand CLI.
 
 CLI is useful for small/simple dial tone installations. Anything
 above that even very competent administrator will make
 syntax/logical errors.
 
 Hence automation is required. Automation does not imply GUI.
 Bad GUIs get in the way of automation.
 
 How many times does it have to be said? Don't feed the trolls!
 
 Tom
 

Tom...Who in your opinion is a troll?


Senad


___
--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] Asterisk GUI

2007-06-17 Thread Senad Jordanovic
Tzafrir Cohen wrote:
 On Sat, Jun 16, 2007 at 08:55:24PM +0100, Senad Jordanovic wrote:
 Brett Crapser wrote:
 On Saturday 16 June 2007 02:24 am, Senad Jordanovic wrote:
 Paul Hales wrote:
 GUI bad! CLI good!
 
 PaulH
 
 Really...?
 
 So explain why every major PBX manufacturer has GUI of some sort?
 Surely they would have had CLI only if GUI is bad!!!
 
 
 Senad
 
 Senad - it is really to cover the inability of 'average' people to
 understand CLI.
 
 CLI is useful for small/simple dial tone installations. Anything
 above that even very competent administrator will make
 syntax/logical errors. 
 
 Hence automation is required. Automation does not imply GUI.
 Bad GUIs get in the way of automation.

Automation is another subject/scope. However, GUI is collection of knowledge
and experience. If applied correctly it can only improve the company
offerings.

I have personally spent years learning CLI in order to apply it to initial
design of our GUI- PBXware.
Thousands installation after, I have no full knowledge of CLI any more and I
do not need to. It is embedded into PBXware and our team has collective
knowledge of the whole solution. That is something CLI can NOT offer since
detailed knowledge/training is required individually from the vary basics.
That translates into:

GUI - team/company knowledge, less training, faster time to market
CLI - knowledge of individual / unnecessary dependency/training /longer time
to market



Senad


___
--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] Asterisk GUI

2007-06-17 Thread Tzafrir Cohen
On Sun, Jun 17, 2007 at 08:22:23AM +0100, Senad Jordanovic wrote:
 Tzafrir Cohen wrote:
  On Sat, Jun 16, 2007 at 08:55:24PM +0100, Senad Jordanovic wrote:
  Brett Crapser wrote:
  On Saturday 16 June 2007 02:24 am, Senad Jordanovic wrote:
  Paul Hales wrote:
  GUI bad! CLI good!
  
  PaulH
  
  Really...?
  
  So explain why every major PBX manufacturer has GUI of some sort?
  Surely they would have had CLI only if GUI is bad!!!
  
  
  Senad
  
  Senad - it is really to cover the inability of 'average' people to
  understand CLI.
  
  CLI is useful for small/simple dial tone installations. Anything
  above that even very competent administrator will make
  syntax/logical errors. 
  
  Hence automation is required. Automation does not imply GUI.
  Bad GUIs get in the way of automation.

Indeed incorrect phrasing. The GUI is not directly related to that.
A bad system may include a GUI that is very convinient for a small
number of objects, but get in the way of applying unexpected types of
changes.

Another typical situation is that a system is built with a certain flow
in mind, and that flow is not good enough for all the cases. And often
makes many simple tasks complicated.

 
 Automation is another subject/scope. However, GUI is collection of knowledge
 and experience. If applied correctly it can only improve the company
 offerings.
 
 I have personally spent years learning CLI in order to apply it to initial
 design of our GUI- PBXware.
 Thousands installation after, I have no full knowledge of CLI any more and I
 do not need to. It is embedded into PBXware and our team has collective
 knowledge of the whole solution. That is something CLI can NOT offer since
 detailed knowledge/training is required individually from the vary basics.
 That translates into:
 
 GUI - team/company knowledge, less training, faster time to market
 CLI - knowledge of individual / unnecessary dependency/training /longer time
 to market

Actually, you need specific training of the specific system, as well as
ability to debug generic Asterisk problems. 

Not to mention the poor souls who need to support a varity of systems.
For them those systems just add complexity.

-- 
   Tzafrir Cohen   
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir

___
--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] Asterisk GUI

2007-06-17 Thread Paul Hales
On Sat, 2007-06-16 at 17:10 -0400, Dean Collins wrote:
 Brett,
 
 The demand for asterisk GUI's could be that the world primarily consists
 of four year olds (as you put it - I call them customers) and not
 geeks with pocket protectors and Vi skills to tame all tasks.
 
 When you realize that IP Telephony/Asterisk was restricted to such a
 small band of users when it was pure coding with Vi and .conf files and
 now with GUI's like Trixbox you have a much wider base of users
 experimenting and implementing.
 
 Of course that's not to say that Trixbox is the be-all and
 end-all..personally I think that there is a hell of a lot missing
 (/wrong) with the Trixbox/Fonality product and a lot that could
 be/should be done differently/better.
 
 but that's for another email.
 

I would have to agree with you - it's not that GUI's are bad as such,
the main issue I have is that people ask me ho to do this and that, and
I gowell, we are going to have to remove your GUI

PaulH


___
--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] Asterisk GUI

2007-06-16 Thread Paul Hales

GUI bad! CLI good!

PaulH

On Thu, 2007-06-14 at 11:40 -0700, bilal ghayyad wrote:
 Hi List;
 
 Where I can download Asterisk GUI and what I can have
 benifit from it?
 
 Regards
 Bilal
 
 

 
 Be a better Globetrotter. Get better travel answers from someone who knows. 
 Yahoo! Answers - Check it out.
 http://answers.yahoo.com/dir/?link=listsid=396545469
 ___
 --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


___
--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] Asterisk GUI

2007-06-16 Thread Senad Jordanovic
Paul Hales wrote:
 GUI bad! CLI good!
 
 PaulH

Really...?

So explain why every major PBX manufacturer has GUI of some sort?
Surely they would have had CLI only if GUI is bad!!!


Senad

www.bicomsystems.com





___
--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] Asterisk GUI

2007-06-16 Thread Brett Crapser
On Saturday 16 June 2007 02:24 am, Senad Jordanovic wrote:
 Paul Hales wrote:
  GUI bad! CLI good!
 
  PaulH

 Really...?

 So explain why every major PBX manufacturer has GUI of some sort?
 Surely they would have had CLI only if GUI is bad!!!


 Senad

Senad - it is really to cover the inability of 'average' people to understand
CLI. Any 4 year old can run a GUI and that is why the skill level of people
programming phone systems has gone down hill so much.  It really is a profit
driven decision by management to get cheaper employees and make more money.

Brett

___
--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] Asterisk GUI

2007-06-16 Thread Senad Jordanovic
Brett Crapser wrote:
 On Saturday 16 June 2007 02:24 am, Senad Jordanovic wrote:
 Paul Hales wrote:
 GUI bad! CLI good!
 
 PaulH
 
 Really...?
 
 So explain why every major PBX manufacturer has GUI of some sort?
 Surely they would have had CLI only if GUI is bad!!!
 
 
 Senad
 
 Senad - it is really to cover the inability of 'average' people to
 understand CLI.

CLI is useful for small/simple dial tone installations. Anything above
that even very competent administrator will make syntax/logical errors. GUIs
do not make such mistakes and in addition do allow TRAINED average person
to make changes by them selves.


 Any 4 year old can run a GUI and that is why the
 skill level of people programming phone systems has gone down hill so
 much. 

I have never heard of 4 year old been allowed to play with any companies
phone systems !!! Remember no dial tone, no customers. As for skill level,
I agree a lot training and patience needs to be invested into end
users/resellers using GUI administration let alone CLI.


Senad


___
--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] Asterisk GUI

2007-06-16 Thread Tzafrir Cohen
On Sat, Jun 16, 2007 at 08:55:24PM +0100, Senad Jordanovic wrote:
 Brett Crapser wrote:
  On Saturday 16 June 2007 02:24 am, Senad Jordanovic wrote:
  Paul Hales wrote:
  GUI bad! CLI good!
  
  PaulH
  
  Really...?
  
  So explain why every major PBX manufacturer has GUI of some sort?
  Surely they would have had CLI only if GUI is bad!!!
  
  
  Senad
  
  Senad - it is really to cover the inability of 'average' people to
  understand CLI.
 
 CLI is useful for small/simple dial tone installations. Anything above
 that even very competent administrator will make syntax/logical errors. 

Hence automation is required. Automation does not imply GUI.
Bad GUIs get in the way of automation.

-- 
   Tzafrir Cohen   
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir

___
--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] Asterisk GUI

2007-06-16 Thread Dean Collins
Brett,

The demand for asterisk GUI's could be that the world primarily consists
of four year olds (as you put it - I call them customers) and not
geeks with pocket protectors and Vi skills to tame all tasks.

When you realize that IP Telephony/Asterisk was restricted to such a
small band of users when it was pure coding with Vi and .conf files and
now with GUI's like Trixbox you have a much wider base of users
experimenting and implementing.

Of course that's not to say that Trixbox is the be-all and
end-all..personally I think that there is a hell of a lot missing
(/wrong) with the Trixbox/Fonality product and a lot that could
be/should be done differently/better.

but that's for another email.



 

Regards,

Dean Collins
Cognation Pty Ltd
[EMAIL PROTECTED]
+1-212-203-4357 Ph
+61-2-9016-5642 (Sydney in-dial).

 


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:asterisk-users-
 [EMAIL PROTECTED] On Behalf Of Brett Crapser
 Sent: Saturday, 16 June 2007 11:07 AM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: Re: [asterisk-users] Asterisk GUI
 
 On Saturday 16 June 2007 02:24 am, Senad Jordanovic wrote:
  Paul Hales wrote:
   GUI bad! CLI good!
  
   PaulH
 
  Really...?
 
  So explain why every major PBX manufacturer has GUI of some sort?
  Surely they would have had CLI only if GUI is bad!!!
 
 
  Senad
 
 Senad - it is really to cover the inability of 'average' people to
understand
 CLI. Any 4 year old can run a GUI and that is why the skill level of
people
 programming phone systems has gone down hill so much.  It really is a
profit
 driven decision by management to get cheaper employees and make more
money.
 
 Brett
 
 ___
 --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

___
--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] Asterisk GUI

2007-06-14 Thread Erik Anderson

On 6/14/07, bilal ghayyad [EMAIL PROTECTED] wrote:

Hi List;

Where I can download Asterisk GUI and what I can have
benifit from it?


Whaddya know - there's a whole page on the wiki dedicated to such things:

http://www.voip-info.org/wiki-Asterisk+GUI

;-)

I'm a CLI-only guy myself, so I can't comment on the quality (or lack
therof) of any of the offerrings.  I believe FreePBX is the most
popular by far, though, so you may want to check that out first.

-erik
___
--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] Asterisk GUI

2007-06-14 Thread Rob Schall
Voip-info has some different links to packages out there for a gui based
asterisk. In my experience, I've found it much easier to tweak a
dialplan and user accounts by hand. We are using realtime/mysql for all
our voicemail/sip/extensions, and I have a small gui I made that creates
those initial entries, but afterwards, I do the alterations by hand as
it gives me more control and you don't have to rely on apache going down.

I also use asterisk cdr, which is a great gui if you are storing your
cdr records in mysql as well. It generates some decent graphs and break
downs on usage and has a decent search tool.

bilal ghayyad wrote:
 Hi List;

 Where I can download Asterisk GUI and what I can have
 benifit from it?

 Regards
 Bilal



 
 Be a better Globetrotter. Get better travel answers from someone who knows. 
 Yahoo! Answers - Check it out.
 http://answers.yahoo.com/dir/?link=listsid=396545469
 ___
 --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
   

___
--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] asterisk gui sans live cd

2006-10-06 Thread Arnd Vehling

Patrick Aljord wrote:


is there a good and free asterisk gui that is not tight to a live cd?
I like [EMAIL PROTECTED] but it looks like I need to install the livecd. I
just want to run asterisk on my debian install. Is there a way to run
[EMAIL PROTECTED] on debian? or anything similar?


You can install freepbx ([EMAIL PROTECTED]) on any linux box. Wheres
the prob?!

___
--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] Asterisk GUI tool needed

2006-08-11 Thread Tijl Van den Broeck

Check out Flash Operator Panel, gives a pretty interface for watching
parked calls, agents, etc...

On 8/11/06, Rizwan Hisham [EMAIL PROTECTED] wrote:

Hi guys,
 i need to know if there is any gui application out there for asterisk which
provides a live report of calls, channels, agents, conferences etc?

--
Regards
Rizwan Hisham
Software Engineer
___
--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




___
--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] asterisk gui

2006-08-01 Thread Rajeev Natarajan
try www.trixbox.orgasterisk source does not come with any GUIOn 8/1/06, 
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
Hello friends, does anyone know if there is a gui for asterisk provided with the asterisk source or has to downloaded from somewhere else.With warm regards.Vivek J. Joshi.
[EMAIL PROTECTED]Trikon electronics Pvt. Ltd.All science is either physics or stamp collecting.-- Ernest Rutherford___
--Bandwidth and Colocation provided by Easynews.com --asterisk-users mailing listTo UNSUBSCRIBE or update options visit: 
http://lists.digium.com/mailman/listinfo/asterisk-users
___
--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] asterisk gui

2006-08-01 Thread Alex Robar
Trixbox is not a GUI, it's a package that includes the OS, Asterisk, a GUI, etc. FreePBX is the GUI included in Trixbox.AlexOn 8/1/06, Rajeev Natarajan
 [EMAIL PROTECTED] wrote:
try www.trixbox.orgasterisk source does not come with any GUI
On 8/1/06, 
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Hello friends, does anyone know if there is a gui for asterisk provided with the asterisk source or has to downloaded from somewhere else.With warm regards.Vivek J. Joshi.

[EMAIL PROTECTED]Trikon electronics Pvt. Ltd.All science is either physics or stamp collecting.-- Ernest Rutherford___
--Bandwidth and Colocation provided by Easynews.com --asterisk-users mailing listTo UNSUBSCRIBE or update options visit:
 
http://lists.digium.com/mailman/listinfo/asterisk-users

___--Bandwidth and Colocation provided by Easynews.com --
asterisk-users mailing listTo UNSUBSCRIBE or update options visit:  
http://lists.digium.com/mailman/listinfo/asterisk-users-- Alex Robar[EMAIL PROTECTED]
___
--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] asterisk gui

2006-08-01 Thread Rajeev Natarajan
true - i was meaning to say that it has a gui 'bundled' with it... (not to mention phpmyadmin, AGI to connect to high-level
application development tools such as PHP and Perl, integrated voicemail and fax-to-email support, contact
management, calling card billing and management software. autoconfiguration for Digium
and Cisco phone hardware, an integrated
text-to-speech system) :)mea culparajeevOn 8/1/06, Alex Robar [EMAIL PROTECTED] wrote:
Trixbox is not a GUI, it's a package that includes the OS, Asterisk, a GUI, etc. 
FreePBX is the GUI included in Trixbox.AlexOn 8/1/06, Rajeev Natarajan
 [EMAIL PROTECTED] wrote:

try www.trixbox.orgasterisk source does not come with any GUI
On 8/1/06, 
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


Hello friends, does anyone know if there is a gui for asterisk provided with the asterisk source or has to downloaded from somewhere else.With warm regards.Vivek J. Joshi.


[EMAIL PROTECTED]Trikon electronics Pvt. Ltd.All science is either physics or stamp collecting.-- Ernest Rutherford___
--Bandwidth and Colocation provided by Easynews.com --asterisk-users mailing listTo UNSUBSCRIBE or update options visit:
 
http://lists.digium.com/mailman/listinfo/asterisk-users

___--Bandwidth and Colocation provided by 
Easynews.com --
asterisk-users mailing listTo UNSUBSCRIBE or update options visit:  

http://lists.digium.com/mailman/listinfo/asterisk-users-- Alex Robar
[EMAIL PROTECTED]

___--Bandwidth and Colocation provided by Easynews.com
 --asterisk-users mailing listTo UNSUBSCRIBE or update options visit:  
http://lists.digium.com/mailman/listinfo/asterisk-users
___
--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] asterisk gui

2006-08-01 Thread Alex Robar
Well that made it sound like a much better system than I did ;-)AlexOn 8/1/06, Rajeev Natarajan [EMAIL PROTECTED]
 wrote:true - i was meaning to say that it has a gui 'bundled' with it... (not to mention phpmyadmin, AGI to connect to high-level
application development tools such as PHP and Perl, integrated voicemail and fax-to-email support, contact
management, calling card billing and management software. autoconfiguration for Digium
and Cisco phone hardware, an integrated
text-to-speech system) :)mea culparajeevOn 8/1/06, 
Alex Robar [EMAIL PROTECTED] wrote:

Trixbox is not a GUI, it's a package that includes the OS, Asterisk, a GUI, etc. 
FreePBX is the GUI included in Trixbox.AlexOn 8/1/06, Rajeev Natarajan
 [EMAIL PROTECTED] wrote:


try www.trixbox.orgasterisk source does not come with any GUI
On 8/1/06, 
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote:



Hello friends, does anyone know if there is a gui for asterisk provided with the asterisk source or has to downloaded from somewhere else.With warm regards.Vivek J. Joshi.



[EMAIL PROTECTED]Trikon electronics Pvt. Ltd.All science is either physics or stamp collecting.-- Ernest Rutherford___
--Bandwidth and Colocation provided by Easynews.com --asterisk-users mailing listTo UNSUBSCRIBE or update options visit:
 
http://lists.digium.com/mailman/listinfo/asterisk-users

___--Bandwidth and Colocation provided by 

Easynews.com --
asterisk-users mailing listTo UNSUBSCRIBE or update options visit:  


http://lists.digium.com/mailman/listinfo/asterisk-users-- Alex Robar

[EMAIL PROTECTED]

___--Bandwidth and Colocation provided by 
Easynews.com
 --asterisk-users mailing listTo UNSUBSCRIBE or update options visit:  

http://lists.digium.com/mailman/listinfo/asterisk-users

___--Bandwidth and Colocation provided by Easynews.com --
asterisk-users mailing listTo UNSUBSCRIBE or update options visit:  
http://lists.digium.com/mailman/listinfo/asterisk-users-- Alex Robar[EMAIL PROTECTED]
___
--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] Asterisk GUI/web interfaces that don'tchangeconfig files

2005-11-03 Thread Tomislav Parcina
Please, inform us when you finish your script.

Tomislav
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Sherwood McGowan
 Sent: 28. listopad 2005 12:32
 To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
 Subject: RE: [Asterisk-Users] Asterisk GUI/web interfaces 
 that don'tchangeconfig files
 
 As part of my overall project, I'm working on some PHP 
 scripts that will do just that.  
___
--Bandwidth and Colocation sponsored by Easynews.com --

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] Asterisk GUI/web interfaces that don't changeconfig files

2005-10-28 Thread Sherwood McGowan
As part of my overall project, I'm working on some PHP scripts that will do
just that.  

--Original Message-
-From: [EMAIL PROTECTED] 
-[mailto:[EMAIL PROTECTED] On Behalf Of 
-Chris Bagnall
-Sent: Friday, October 28, 2005 6:08 AM
-To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
-Subject: [Asterisk-Users] Asterisk GUI/web interfaces that 
-don't changeconfig files
-
-Hello all,
-
-I'm trying to find an Asterisk web interface (or windows gui 
-interface) to asterisk that won't allow users to go making 
-changes to config files. I've trawled through the very 
-extensive list in the wiki, but there doesn't seem to be a 
-clear defining line between applications that are purely 
-status viewers and ones that will allow config changes.
-
-I'm looking for the user to be able to do fairly simple 
-things like see the last few people who called them, find out 
-if other extensions are busy, add entries to the CLID 
-directory and so on. 
-
-Thanks in advance folks.
-
-Regards,
-
-Chris
---
-C.M. Bagnall, Director, Minotaur I.T. Limited This email is 
-made from 100% recycled electrons
-
-
-___
---Bandwidth and Colocation sponsored by Easynews.com --
-
-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
-


___
--Bandwidth and Colocation sponsored by Easynews.com --

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] Asterisk GUI/web interfaces that don't change config files

2005-10-28 Thread Dustin Wildes
Stay tuned for PhoneCALL's 2.7-RC1 release scheduled soon. We're adding 
a new Security Manager that allows you to set the levels of editing for 
your users/admins.



Chris Bagnall wrote:


Hello all,

I'm trying to find an Asterisk web interface (or windows gui interface) to
asterisk that won't allow users to go making changes to config files. I've
trawled through the very extensive list in the wiki, but there doesn't seem
to be a clear defining line between applications that are purely status
viewers and ones that will allow config changes.

I'm looking for the user to be able to do fairly simple things like see the
last few people who called them, find out if other extensions are busy, add
entries to the CLID directory and so on. 


Thanks in advance folks.

Regards,

Chris
 



___
--Bandwidth and Colocation sponsored by Easynews.com --

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] Asterisk GUI/web interfaces that don't change config files

2005-10-28 Thread Dan Littlejohn
On 10/28/05, Dustin Wildes [EMAIL PROTECTED] wrote:
 Stay tuned for PhoneCALL's 2.7-RC1 release scheduled soon. We're adding
 a new Security Manager that allows you to set the levels of editing for
 your users/admins.


 Chris Bagnall wrote:

 Hello all,
 
 I'm trying to find an Asterisk web interface (or windows gui interface) to
 asterisk that won't allow users to go making changes to config files. I've
 trawled through the very extensive list in the wiki, but there doesn't seem
 to be a clear defining line between applications that are purely status
 viewers and ones that will allow config changes.
 
 I'm looking for the user to be able to do fairly simple things like see the
 last few people who called them, find out if other extensions are busy, add
 entries to the CLID directory and so on.
 
 Thanks in advance folks.
 
 Regards,
 
 Chris
 
 

 ___
 --Bandwidth and Colocation sponsored by Easynews.com --

 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


ARI allows for a user level experience.
  http://www.littlejohnconsulting.com/?q=node/11

Dan Littlejohn
[EMAIL PROTECTED]
www.littlejohnconsulting.com
___
--Bandwidth and Colocation sponsored by Easynews.com --

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] Asterisk Gui?

2005-07-15 Thread Michael D Schelin
search for [EMAIL PROTECTED]  It works well and is very easy to install for 
beginners like me.



Michael Felder wrote:


Can anybody recommend an Asterisk GUI to help a newbie confg ?

Kind regards

Michael Felder
IT Medic Australia Pty. Ltd.
P: 03 9557 2213
F: 03 9557 2214
M: 0419 568 217 
E: [EMAIL PROTECTED]

http://www.ITMedic.com.au

Keeping your computer systems healthy.
ure Asterisk?

___
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] Asterisk Gui?

2005-07-15 Thread Michael Felder
Is [EMAIL PROTECTED] as functional as full blow Asterisk.
I am using this for my business.

Mike 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ariel
Batista
Sent: Friday, 15 July 2005 11:04 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Asterisk Gui?

Michael Felder wrote:
 Can anybody recommend an Asterisk GUI to help a newbie confg ?

Try [EMAIL PROTECTED] it's a complete ISO with everything you need to start
with.

If you already have the OS installed then check out AMP which is by the
way included in [EMAIL PROTECTED]

 Kind regards

 Michael Felder
 IT Medic Australia Pty. Ltd.
 P: 03 9557 2213
 F: 03 9557 2214
 M: 0419 568 217
 E: [EMAIL PROTECTED]
 http://www.ITMedic.com.au

 Keeping your computer systems healthy.
 ure Asterisk?

 ___
 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] Asterisk Gui?

2005-07-15 Thread Ariel Batista

Michael Felder wrote:

Is [EMAIL PROTECTED] as functional as full blow Asterisk.
I am using this for my business.


Yes I feel that the actually name should be [EMAIL PROTECTED] or SOHO.

I have a few clients running there business on it.



Mike

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ariel
Batista
Sent: Friday, 15 July 2005 11:04 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Asterisk Gui?

Michael Felder wrote:

Can anybody recommend an Asterisk GUI to help a newbie confg ?


Try [EMAIL PROTECTED] it's a complete ISO with everything you need to
start with.

If you already have the OS installed then check out AMP which is by
the way included in [EMAIL PROTECTED]


Kind regards

Michael Felder
IT Medic Australia Pty. Ltd.
P: 03 9557 2213
F: 03 9557 2214
M: 0419 568 217
E: [EMAIL PROTECTED]
http://www.ITMedic.com.au

Keeping your computer systems healthy.
ure Asterisk?

___
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

___
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] Asterisk Gui?

2005-07-15 Thread Tzafrir Cohen
On Fri, Jul 15, 2005 at 10:14:39AM -0400, Ariel Batista wrote:
 Michael Felder wrote:
 Is [EMAIL PROTECTED] as functional as full blow Asterisk.
 I am using this for my business.
 
 Yes I feel that the actually name should be [EMAIL PROTECTED] or SOHO.

Originally it was intended to integrate Asterisk with X10 home
automation. Hench the name @Home .

One general comment: a good GUI for Asterisk won't let you realise it's
full potential. This is because Asterisk is very potent, and the GUI
must limit itself to only a (small?) subset of those capabilities.

BTW: I have some reservasions with AMP's mode of operation, and thus I'd
like to point out http://www.voip-info.org/wiki-Asterisk+GUI+DeStar
as well.

-- 
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] Asterisk Gui?

2005-07-14 Thread Ariel Batista

Michael Felder wrote:

Can anybody recommend an Asterisk GUI to help a newbie confg ?


Try [EMAIL PROTECTED] it's a complete ISO with everything you need to start 
with.


If you already have the OS installed then check out AMP which is by the way 
included in [EMAIL PROTECTED]



Kind regards

Michael Felder
IT Medic Australia Pty. Ltd.
P: 03 9557 2213
F: 03 9557 2214
M: 0419 568 217
E: [EMAIL PROTECTED]
http://www.ITMedic.com.au

Keeping your computer systems healthy.
ure Asterisk?

___
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] Asterisk Gui?

2005-07-14 Thread Time Bandit
 Can anybody recommend an Asterisk GUI to help a newbie confg ?
If you really need a GUI that makes it simple, try [EMAIL PROTECTED] :
comes with AMP.
See http://asteriskathome.sourceforge.net/

If you only want a web-base GUI to help you edit config files, follow
instructions on this page :
http://www.voip-info.org/tiki-index.php?page=Asterisk+gui+phpconfig

hth
___
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] Asterisk Gui?

2005-07-14 Thread Bruce Ferrell

This looks to be another posibility

http://www.contentmanagementsoftware.info/zope/asterisk-zTrix

Ariel Batista wrote:

Michael Felder wrote:


Can anybody recommend an Asterisk GUI to help a newbie confg ?



Try [EMAIL PROTECTED] it's a complete ISO with everything you need to start 
with.


If you already have the OS installed then check out AMP which is by the 
way included in [EMAIL PROTECTED]



Kind regards

Michael Felder
IT Medic Australia Pty. Ltd.
P: 03 9557 2213
F: 03 9557 2214
M: 0419 568 217
E: [EMAIL PROTECTED]
http://www.ITMedic.com.au

Keeping your computer systems healthy.
ure Asterisk?

___
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] Asterisk GUI

2005-05-03 Thread Wiley Siler



Command line as headless Linux.
W


From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of 
pinchienSent: Tuesday, May 03, 2005 12:25 PMTo: 
asterisk-users@lists.digium.comSubject: [Asterisk-Users] Asterisk 
GUI

What is Asterisk GUI architecture acturally? I could not get 
it...
___
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] Asterisk GUI

2005-05-03 Thread Tomasz Chmielewski
pinchien wrote:
 What is Asterisk GUI architecture acturally? I could not get it...
 
hmm?
check [EMAIL PROTECTED] - it contains AMP - http://asteriskathome.sf.net


Tomek

--
Startuj z INTERIA.PL!  http://link.interia.pl/f186c 

___
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] asterisk gui?

2004-11-30 Thread Fran Boon
Jim Van Meggelen wrote:
Perhaps rather than a GUI we should be wanting an IDE (as in Integrated
Development Environment, not Intelligent Drive Electronics . . . bloody
overlapping acronyms . . . but I digress . . . ).
Even some basic syntax highlighting would improve the readability of
extensions.conf immensely. Anyone know how to make THAT work in vim?
I've hacked one together for UltraEdit that works reasonably well, but
that's a Windows editor.
I use UltraEdit - could you share your syntax?
F
___
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


Re: [Asterisk-Users] asterisk gui?

2004-11-24 Thread Oliver Stone
I had to give up after attempt to install AMP.. It's got very nice
user interface, that is, AFTER you have sucessfully installed it.. I
see it's got great potential, but current release is very difficult to
install, even with the newbie guide.
 If you have fewer than 10 extensions to configure, it's probably not
worth your effort to going thru all the trouble to install AMP.,
hoping you didn't screw up anything during the install process. .

Just wondering how difficult it would be for AMP devs to develop a
install wizard or a batch file that  can automatically execute the
install and download necessary dependencies... until then, I guess
I'll be continuing to manually config my asteisk files


On Mon, 22 Nov 2004 23:12:00 -0700, Brian [EMAIL PROTECTED] wrote:
  Perhaps rather than a GUI we should be wanting an IDE (as in Integrated
  Development Environment, not Intelligent Drive Electronics . . . bloody
  overlapping acronyms . . . but I digress . . . ).
 
  Even some basic syntax highlighting would improve the readability of
  extensions.conf immensely. Anyone know how to make THAT work in vim?
  I've hacked one together for UltraEdit that works reasonably well, but
  that's a Windows editor.
 
 Jim,
 Several months ago I was working on a VIM Asterisk syntax highlighting file,
 but stopped working on it due to lack of interest. I might try to add some
 stuff to it again if I have some spare time later this week.
 
 What I had done can be found at http://snurl.com/asterisk_syntax_vim .
 Contributions are welcome; just hit the edit button on the wiki :)
 
 -Brian
 
 
 
 
 ___
 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


Re: [Asterisk-Users] asterisk gui?

2004-11-24 Thread Gregory Junker
Just wondering how difficult it would be for AMP devs to develop a
install wizard or a batch file that  can automatically execute the
install and download necessary dependencies... until then, I guess
I'll be continuing to manually config my asteisk files
This requirement is part of the project we are developing.
Greg
___
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


RE: [Asterisk-Users] asterisk gui?

2004-11-24 Thread Michael Levenson
I agree it was nice once it was configured but it did blow up my install of
*.  Since it was on a test server I went and nuked it all, but will just
keep my eye on it as it evolves over time.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Oliver Stone
Sent: Wednesday, November 24, 2004 7:20 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] asterisk gui?

I had to give up after attempt to install AMP.. It's got very nice
user interface, that is, AFTER you have sucessfully installed it.. I
see it's got great potential, but current release is very difficult to
install, even with the newbie guide.
 If you have fewer than 10 extensions to configure, it's probably not
worth your effort to going thru all the trouble to install AMP.,
hoping you didn't screw up anything during the install process. .

Just wondering how difficult it would be for AMP devs to develop a
install wizard or a batch file that  can automatically execute the
install and download necessary dependencies... until then, I guess
I'll be continuing to manually config my asteisk files


On Mon, 22 Nov 2004 23:12:00 -0700, Brian [EMAIL PROTECTED]
wrote:
  Perhaps rather than a GUI we should be wanting an IDE (as in Integrated
  Development Environment, not Intelligent Drive Electronics . . . bloody
  overlapping acronyms . . . but I digress . . . ).
 
  Even some basic syntax highlighting would improve the readability of
  extensions.conf immensely. Anyone know how to make THAT work in vim?
  I've hacked one together for UltraEdit that works reasonably well, but
  that's a Windows editor.
 
 Jim,
 Several months ago I was working on a VIM Asterisk syntax highlighting
file,
 but stopped working on it due to lack of interest. I might try to add some
 stuff to it again if I have some spare time later this week.
 
 What I had done can be found at http://snurl.com/asterisk_syntax_vim .
 Contributions are welcome; just hit the edit button on the wiki :)
 
 -Brian
 
 
 
 
 ___
 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

___
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


RE: [Asterisk-Users] asterisk gui?

2004-11-24 Thread dean collins
Oliver, I've offered a bounty for someone to document a newbies 'how to'
guide. (you're welcome to kick in if you like so far it is at $220)

This guide is about half finished and has helped a number of people
immensely.

The Voxbox guys have done a great job getting the product up and running
but are flat out servicing commercial customers so this was a nice way
to help out.

Check back on the wikki in about 1 weeks time for the final document.


Cheers,
Dean


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Oliver
Stone
Sent: Wednesday, November 24, 2004 10:20 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] asterisk gui?

I had to give up after attempt to install AMP.. It's got very nice
user interface, that is, AFTER you have sucessfully installed it.. I
see it's got great potential, but current release is very difficult to
install, even with the newbie guide.
 If you have fewer than 10 extensions to configure, it's probably not
worth your effort to going thru all the trouble to install AMP.,
hoping you didn't screw up anything during the install process. .

Just wondering how difficult it would be for AMP devs to develop a
install wizard or a batch file that  can automatically execute the
install and download necessary dependencies... until then, I guess
I'll be continuing to manually config my asteisk files


On Mon, 22 Nov 2004 23:12:00 -0700, Brian [EMAIL PROTECTED]
wrote:
  Perhaps rather than a GUI we should be wanting an IDE (as in
Integrated
  Development Environment, not Intelligent Drive Electronics . . .
bloody
  overlapping acronyms . . . but I digress . . . ).
 
  Even some basic syntax highlighting would improve the readability of
  extensions.conf immensely. Anyone know how to make THAT work in vim?
  I've hacked one together for UltraEdit that works reasonably well,
but
  that's a Windows editor.
 
 Jim,
 Several months ago I was working on a VIM Asterisk syntax highlighting
file,
 but stopped working on it due to lack of interest. I might try to add
some
 stuff to it again if I have some spare time later this week.
 
 What I had done can be found at http://snurl.com/asterisk_syntax_vim .
 Contributions are welcome; just hit the edit button on the wiki :)
 
 -Brian
 
 
 
 
 ___
 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

___
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


Re: [Asterisk-Users] asterisk gui?

2004-11-24 Thread Roger Hanson
- Original Message - 
rom: dean collins [EMAIL PROTECTED]
To: Oliver Stone [EMAIL PROTECTED]; Asterisk Users Mailing List - 
Non-Commercial Discussion [EMAIL PROTECTED]
Sent: Wednesday, November 24, 2004 9:39 AM
Subject: RE: [Asterisk-Users] asterisk gui?


Oliver, I've offered a bounty for someone to document a newbies 'how 
to'
guide. (you're welcome to kick in if you like so far it is at $220)

This guide is about half finished and has helped a number of people
immensely.
The Voxbox guys have done a great job getting the product up and 
running
but are flat out servicing commercial customers so this was a nice way
to help out.

Check back on the wikki in about 1 weeks time for the final document.
Cheers,
Dean
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Oliver
Stone
Sent: Wednesday, November 24, 2004 10:20 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] asterisk gui?
I had to give up after attempt to install AMP.. It's got very nice
user interface, that is, AFTER you have sucessfully installed it.. I
see it's got great potential, but current release is very difficult to
install, even with the newbie guide.
If you have fewer than 10 extensions to configure, it's probably not
worth your effort to going thru all the trouble to install AMP.,
hoping you didn't screw up anything during the install process. .
Just wondering how difficult it would be for AMP devs to develop a
install wizard or a batch file that  can automatically execute the
install and download necessary dependencies... until then, I guess
I'll be continuing to manually config my asteisk files
On Mon, 22 Nov 2004 23:12:00 -0700, Brian [EMAIL PROTECTED]
wrote:
 Perhaps rather than a GUI we should be wanting an IDE (as in
Integrated
 Development Environment, not Intelligent Drive Electronics . . .
bloody
 overlapping acronyms . . . but I digress . . . ).

 Even some basic syntax highlighting would improve the readability of
 extensions.conf immensely. Anyone know how to make THAT work in vim?
 I've hacked one together for UltraEdit that works reasonably well,
but
 that's a Windows editor.
Jim,
Several months ago I was working on a VIM Asterisk syntax highlighting
file,
but stopped working on it due to lack of interest. I might try to add
some
stuff to it again if I have some spare time later this week.
What I had done can be found at http://snurl.com/asterisk_syntax_vim .
Contributions are welcome; just hit the edit button on the wiki :)

I'm not sure the new newbie how-to is necessary anymore.  Yes, I did 
offer a contribution for it's production.

The new newbie install guide the voxbox folks made works perfectly.
http://amp.voxbox.ca/docs/AMP_Installation_Guide_v1.0.1.pdf
All you have to do is follow the directions step-by-step.  If you get 
errors, post a message on their forum or mailing list.  They've been 
very friendly and helpful to me and other questions I've seen posted.

I've been able to follow the instructions and successfully install 
AMP/Asterisk as shown in their guide multiple times.  There was just 1 
work-around I needed to perform when installing mpg123 (but I would have 
run into that using the asterisk install guides as well).

I agree that a microsoft-ish install wizard would be easy, but then you 
don't learn anything other than: Click next to continue.  But then 
there's all the learning that has to be done with AMP/Asterisk.

___
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


Re: [Asterisk-Users] asterisk gui?

2004-11-24 Thread Jason Becker
dean collins wrote:
The Voxbox guys have done a great job getting the product up and running
but are flat out servicing commercial customers so this was a nice way
to help out.
We have been very responsive to questions posted to the amportal 
mailing list and forums. Furthermore, the newbie installation guide was 
provided a few _days_ after your request for better documentation. Roger 
has indicated in this thread that he was able to install AMP by 
following the guide.

Regards,
Jason
Check back on the wikki in about 1 weeks time for the final document.
Cheers,
Dean
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Oliver
Stone
Sent: Wednesday, November 24, 2004 10:20 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] asterisk gui?
I had to give up after attempt to install AMP.. It's got very nice
user interface, that is, AFTER you have sucessfully installed it.. I
see it's got great potential, but current release is very difficult to
install, even with the newbie guide.
 If you have fewer than 10 extensions to configure, it's probably not
worth your effort to going thru all the trouble to install AMP.,
hoping you didn't screw up anything during the install process. .
Just wondering how difficult it would be for AMP devs to develop a
install wizard or a batch file that  can automatically execute the
install and download necessary dependencies... until then, I guess
I'll be continuing to manually config my asteisk files
On Mon, 22 Nov 2004 23:12:00 -0700, Brian [EMAIL PROTECTED]
wrote:
Perhaps rather than a GUI we should be wanting an IDE (as in
Integrated
Development Environment, not Intelligent Drive Electronics . . .
bloody
overlapping acronyms . . . but I digress . . . ).
Even some basic syntax highlighting would improve the readability of
extensions.conf immensely. Anyone know how to make THAT work in vim?
I've hacked one together for UltraEdit that works reasonably well,
but
that's a Windows editor.
Jim,
Several months ago I was working on a VIM Asterisk syntax highlighting
file,
but stopped working on it due to lack of interest. I might try to add
some
stuff to it again if I have some spare time later this week.
What I had done can be found at http://snurl.com/asterisk_syntax_vim .
Contributions are welcome; just hit the edit button on the wiki :)
-Brian

___
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
___
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

--
Jason Becker
Director  CEO
Coalescent Systems Inc.
403.244.8089
www.coalescentsystems.ca
___
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


Re: [Asterisk-Users] asterisk gui?

2004-11-24 Thread Dennis Boylan
On Wed, Nov 24, 2004 at 10:39:23AM -0500, dean collins wrote:
 Oliver, I've offered a bounty for someone to document a newbies 'how to'
 guide. (you're welcome to kick in if you like so far it is at $220)
 
 This guide is about half finished and has helped a number of people
 immensely.

Well, I have to say that after I got it up (read major task under SuSe 9.2),
it is nice.  I've toyed with creating a spec file to generate RPMs for it.
But, after the task of installing it, there are too many broken packages
under 9.2 to even consider it.

- Dennis
 
 The Voxbox guys have done a great job getting the product up and running
 but are flat out servicing commercial customers so this was a nice way
 to help out.
 
 Check back on the wikki in about 1 weeks time for the final document.
 
 
 Cheers,
 Dean
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Oliver
 Stone
 Sent: Wednesday, November 24, 2004 10:20 AM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: Re: [Asterisk-Users] asterisk gui?
 
 I had to give up after attempt to install AMP.. It's got very nice
 user interface, that is, AFTER you have sucessfully installed it.. I
 see it's got great potential, but current release is very difficult to
 install, even with the newbie guide.
  If you have fewer than 10 extensions to configure, it's probably not
 worth your effort to going thru all the trouble to install AMP.,
 hoping you didn't screw up anything during the install process. .
 
 Just wondering how difficult it would be for AMP devs to develop a
 install wizard or a batch file that  can automatically execute the
 install and download necessary dependencies... until then, I guess
 I'll be continuing to manually config my asteisk files
 
 
 On Mon, 22 Nov 2004 23:12:00 -0700, Brian [EMAIL PROTECTED]
 wrote:
   Perhaps rather than a GUI we should be wanting an IDE (as in
 Integrated
   Development Environment, not Intelligent Drive Electronics . . .
 bloody
   overlapping acronyms . . . but I digress . . . ).
  
   Even some basic syntax highlighting would improve the readability of
   extensions.conf immensely. Anyone know how to make THAT work in vim?
   I've hacked one together for UltraEdit that works reasonably well,
 but
   that's a Windows editor.
  
  Jim,
  Several months ago I was working on a VIM Asterisk syntax highlighting
 file,
  but stopped working on it due to lack of interest. I might try to add
 some
  stuff to it again if I have some spare time later this week.
  
  What I had done can be found at http://snurl.com/asterisk_syntax_vim .
  Contributions are welcome; just hit the edit button on the wiki :)
  
  -Brian
  
  
  
  
  ___
  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
 
 ___
 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


RE: [Asterisk-Users] asterisk gui?

2004-11-24 Thread Colin Anderson

 Just wondering how difficult it would be for AMP devs to develop a
 install wizard or a batch file that  can automatically execute the
 install and download necessary dependencies... until then, I guess
 I'll be continuing to manually config my asteisk files

IMO the brutal part was resolving the dependencies. Once that was done, just
follow all the instructions on the guide (even the old one) and you
shouldn't have problems, even for a noob. I suck at Linux admin and I got it
to go just fine. 

You have to give Coalescent a break on this, there's no business model in it
for them to make good docs or an install script to make AMP work perfect
every time. They have a payroll to make, and a $220 bounty probably isn't
going to cut it for them. 

This, on Slashdot yesterday, was interesting and worth a look:

http://linux.slashdot.org/article.pl?sid=04/11/23/1835258tid=190tid=185ti
d=106

The Holy Grail of a unified (truly - unified) package manager??
___
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


RE: [Asterisk-Users] asterisk gui?

2004-11-24 Thread dean collins
No I totally agree with you, you get revenue by selling installations
into corporates who need rock solid backup and support.

I think they've got a great product and a bright future.

Cheers,
Dean


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Colin
Anderson
Sent: Wednesday, November 24, 2004 12:50 PM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: RE: [Asterisk-Users] asterisk gui?


 Just wondering how difficult it would be for AMP devs to develop a
 install wizard or a batch file that  can automatically execute the
 install and download necessary dependencies... until then, I guess
 I'll be continuing to manually config my asteisk files

IMO the brutal part was resolving the dependencies. Once that was done,
just
follow all the instructions on the guide (even the old one) and you
shouldn't have problems, even for a noob. I suck at Linux admin and I
got it
to go just fine. 

You have to give Coalescent a break on this, there's no business model
in it
for them to make good docs or an install script to make AMP work perfect
every time. They have a payroll to make, and a $220 bounty probably
isn't
going to cut it for them. 

This, on Slashdot yesterday, was interesting and worth a look:

http://linux.slashdot.org/article.pl?sid=04/11/23/1835258tid=190tid=18
5ti
d=106

The Holy Grail of a unified (truly - unified) package manager??
___
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


RE: [Asterisk-Users] asterisk gui?

2004-11-22 Thread Colin Anderson



Short 
answer: No. 

Long 
answer: There are GUI's that allows for *most* basic configurations but they are 
usually incomplete in their implementation so at some point or another, you 
*will* have to edit a .conf file. 

The 
closest I have seen, and the one I use for day-to-day is AMP at http://amp.voxbox.cawhich is actually 
several different projects glommed into 1 project. It works. 


There 
are some people working on this, so stay tuned. In the meanwhile, best you 
figure out extensions.conf. It is your friend. 



  hello is there a gui that would 
  allow me to configure everything from phones, to extentions, to voice mail 
  tobasicly everything that asterisk 
  can do?
  I did go to 
  www.voip-info.org
  and none of the guis I saw there 
  do the trick and the ones that come close aren't downloadable just 
  wantedto see status on 
  this
  thanks
  hank
___
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

Re: [Asterisk-Users] asterisk gui?

2004-11-22 Thread Chris TenHarmsel
It kind of depends.
There's AMP, but it's set-up is non-trivial.
That's the only one I've tried.

-Chris


On Mon, 22 Nov 2004 12:57:22 -0800, hank [EMAIL PROTECTED] wrote:
  
 hello is there a gui that would allow me to configure everything from
 phones, to extentions, to voice mail to basicly everything that asterisk can
 do? 
 I did go to 
 www.voip-info.org 
 and none of the guis I saw there do the trick and the ones that come close
 aren't downloadable just wanted to see status on this 
 thanks 
 hank 
 
 My Inbox is protected by SPAMfighter
 893 spam mails have been blocked so far.
 Download free SPAMfighter today!
  
 ___
 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


Re: [Asterisk-Users] asterisk gui?

2004-11-22 Thread Gregory Junker
We are currently working on a WBEM-based management system for Asterisk. 
 If you are familiar with  Novell ZenWorks or Microsoft's MMC or the 
like, you know what I mean.

Greg
Jim Van Meggelen wrote:
-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of hank
Sent: November 22, 2004 3:57 PM
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] asterisk gui?

hello is there a gui that would allow me to configure everything from
phones, to extentions, to voice mail to basicly everything that 
asterisk can do?

THAT, my friend, is a tall order. Asterisk is in many ways more like a
scripting language than a PBX; certainly in terms of its flexibility.
What I mean by this is that the possibilities with Asterisk are so
varied that even the most adaptable GUI will on some level have to
impose a limitation on it.
Perhaps rather than a GUI we should be wanting an IDE (as in Integrated
Development Environment, not Intelligent Drive Electronics . . . bloody
overlapping acronyms . . . but I digress . . . ).
Even some basic syntax highlighting would improve the readability of
extensions.conf immensely. Anyone know how to make THAT work in vim?
I've hacked one together for UltraEdit that works reasonably well, but
that's a Windows editor.

I did go to
www.voip-info.org
and none of the guis I saw there do the trick and the ones that come
close 

aren't downloadable just wanted to see status on this

The GUIs that are out there consist of pre-defined interfaces to
functions the designers deemed useful. None of them come close to
harnessing the true potential of Asterisk (yet). Nevertheless, many of
them are extremely interesting and show great promise. In the future,
these GUIs may evolve in a manner similar to GNOME or KDE, where the
most popular functions have been addressed in a manner acceptable to
most users. But even the most comprehensive GUI couldn't hope to keep up
with the rapid evolution of Asterisk.
The folks at voxbox.ca very generously released their GUI creation to
the community. It is known as AMP (Asterisk Management Portal) and is
currently the one to watch. Give it six months to a year to build a
solid developer community. The AMP list on Sourceforge is VERY active.
The folks at Bicom Systems have done some very interesting stuff as
well, but it's all closed up. Hard to even tell it's Asterisk.
Regardless, for the time being the sage advice is to learn the conf
files. There's no better way to properly grasp the staggering potential
of Asterisk.
Cheers,
Jim.
___
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


RE: [Asterisk-Users] asterisk gui?

2004-11-22 Thread Brian
 Perhaps rather than a GUI we should be wanting an IDE (as in Integrated
 Development Environment, not Intelligent Drive Electronics . . . bloody
 overlapping acronyms . . . but I digress . . . ).
 
 Even some basic syntax highlighting would improve the readability of
 extensions.conf immensely. Anyone know how to make THAT work in vim?
 I've hacked one together for UltraEdit that works reasonably well, but
 that's a Windows editor.

Jim,
Several months ago I was working on a VIM Asterisk syntax highlighting file,
but stopped working on it due to lack of interest. I might try to add some
stuff to it again if I have some spare time later this week.

What I had done can be found at http://snurl.com/asterisk_syntax_vim .
Contributions are welcome; just hit the edit button on the wiki :)

-Brian


___
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


Re: [Asterisk-Users] Asterisk Gui client

2004-07-21 Thread Holger Schurig
 The source code found heere  http://www.holgerschurig.de/destar.html 
 is in an unsupported TAR format.

It isn't. It's tarred and bzip2'd. If your tar can't do this, then you can 
resort to this:

bzip2 -d *.tar.bz2 | tar xv



But tar nowaday has the j option for bzip2 and the z option to gzip.

___
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


Re: [Asterisk-Users] Asterisk Gui client

2004-07-20 Thread Holger Schurig
Beware: I might be biased!


 http://67.109.153.236/*web/
 It edits extensions.conf after some customization.However unable to
 update sip.conf.

I guess you made yourself lot's of work.

However, there is already a PHP based web editor that works on this low 
level of editing *.conf directly.

I personally don't see the benefit of this. To edit Asterisk on the *.conf 
level, you have to know how that works, e.g. all the subleties of the 
extension logic, of the options for the Dial command and so on. So you 
need training (or self-training by reading the Wiki) to be able to edit 
at this level.

And if you know all of this, then you probably also know vi, emacs or 
joe. And then a web interface is suddenly too clumsy.

Your mileage may, of course, vary. :-)



 http://67.109.153.236/asterisk-stat/cdr.php
 Link to the CDR Tool.

Seems to be the one that I know already :-)



 http://67.109.153.236/cgi-bin/am/am-main.pl
 The perl based Asterisk GUI Management system.
 Help is available online in same panel. This code is a bit
 cumbersome and I am not going to attempt developing this.
 PHP is much more preferrable.

This GUI has a non-describing structure. When I clicked Edit profile and 
did not enter a name, but pressed enter, I was presented with a web form. 
But I was not sure what I was editing. I felt like staying in limbo.

Also the web interface looks a little boring.



 Once the code reaches some useful level, I am going to post
 the source code back here, through a download link.

Which one is yours?

Would you mind looking at http://www.holgerschurig.de/destar.html and 
install it?  Sorry, I can't give you an link for an online presentation 
because I don't have access to some server where I can install it.

Please look critically at the program and give me back any feedback.

The program starts being usable, but generally I find every day some bugs 
and add every second day some features. My goal is to use this program in 
production in about one month's time.

It's not PHP, it's Python. But when you look at some cfg_*.py file, you 
see that it is actually easy to add or modify stuff, even for PHP, Perl 
etc programmers. Im using very Pythonic techniques only in other files 
:-)

This program is aimed to be a hand-holding program. Currently, you 
cannot edit *.conf files directly. Instead, you edit high level objects. 
E.g. a SIP phone, a CAPI line, test applications like echo etc. When you 
save, it will re-create all needed *.conf files for you.

The program can display a description of what you edit and even hints for 
the lines (althought I didn't used this). There's infrastructore to 
translated all displayed text into any language.

Later I'll add user stuff (like personal phone book, last N received 
calls, last N dialled calls), admin stuff (office phone book, CDR display 
analysis). Also I need more infrastructure, e.g. User Identities with 
logon. But most of the infrastructure is now there.

Greetings, Holger

-- 
MN Solutions GmbH   http://www.mn-solutions.de
Holger Schurig
Dieselstr. 18
61191 Rosbach v.d.Höhe
Tel: (+49) 6003 9141 0   Fax: (+49) 6003 9141 49

___
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


Re: [Asterisk-Users] Asterisk Gui client

2004-07-20 Thread Steve
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 20 July 2004 03:33 am, Holger Schurig wrote:
 Would you mind looking at http://www.holgerschurig.de/destar.html and
 install it?  Sorry, I can't give you an link for an online presentation
 because I don't have access to some server where I can install it.

 Please look critically at the program and give me back any feedback.

 The program starts being usable, but generally I find every day some bugs
 and add every second day some features. My goal is to use this program in
 production in about one month's time.

A program that can hold you hand as you go along is very nice. What you could 
also do is add help screens that gives more in depth descriptions. But I'm 
looking forward to see your product as it grows!

- -- 
Steve

They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
Benjamin Franklin

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFA/R+sljK16xgETzkRAsG9AKCAsl3fEWSmzjom9Ick+yJboGPdugCgs4WV
41FmmNZeYv9imQjbPqkiP/A=
=x1l7
-END PGP SIGNATURE-
___
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


Re: [Asterisk-Users] Asterisk Gui client

2004-07-20 Thread Holger Schurig
 A program that can hold you hand as you go along is very nice. What you
 could also do is add help screens that gives more in depth
 descriptions. But I'm looking forward to see your product as it grows!

Yeah, help screens could be good. Or, when you enter the config, it can 
say

* You should add at least one phone.
* Having a telco line could be useful.

... and so on. So that a newbie knows what to do.


For help: in the configlegs, where the VarType(...) definitions are, you 
can add a hint, e.g. you change

   VarType(ext,
   title=_(Extension),
   optional=True)

into

   VarType(ext,
   title=_(Extension),
   hint=_(If you define an extension, then you can call the
   phone with this number. A phone without an extension can still
   be used as a target for direct dialin or calling groups.),
   optional=True)

This text will then show up to the right of the web form. Later, I'd like 
to make this a popup window.

___
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


RE: [Asterisk-Users] Asterisk Gui client

2004-07-20 Thread Kanuri, Seshu
The source code found heere  http://www.holgerschurig.de/destar.html  is in an 
unsupported TAR format.

Seshu Kanuri

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Steve
Sent: Tuesday, July 20, 2004 9:36 AM
To: [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] Asterisk Gui client


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 20 July 2004 03:33 am, Holger Schurig wrote:
 Would you mind looking at http://www.holgerschurig.de/destar.html and
 install it?  Sorry, I can't give you an link for an online presentation
 because I don't have access to some server where I can install it.

 Please look critically at the program and give me back any feedback.

 The program starts being usable, but generally I find every day some bugs
 and add every second day some features. My goal is to use this program in
 production in about one month's time.

A program that can hold you hand as you go along is very nice. What you could 
also do is add help screens that gives more in depth descriptions. But I'm 
looking forward to see your product as it grows!

- -- 
Steve

They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
Benjamin Franklin

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFA/R+sljK16xgETzkRAsG9AKCAsl3fEWSmzjom9Ick+yJboGPdugCgs4WV
41FmmNZeYv9imQjbPqkiP/A=
=x1l7
-END PGP SIGNATURE-
___
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


RE: [Asterisk-Users] Asterisk Gui client

2004-07-20 Thread Dave Cotton
On Tue, 2004-07-20 at 11:16 -0400, Kanuri, Seshu wrote:
 The source code found heere  http://www.holgerschurig.de/destar.html  is in an 
 unsupported TAR format.
 

tar jxvf is all you need.

-- 
Dave Cotton [EMAIL PROTECTED]

___
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


RE: [Asterisk-Users] Asterisk Gui client

2004-07-19 Thread James Freire
Hi,
The version of astgui is 1.0.2.

I am using PHP version 4.3.4-4 installed on a debian 3.0 system (testing) from apt-get.

I do not have any GLOBAL_VARS set in my environment. What should it be? I am not very 
familiar with PHP.

I had installed this on an existing system but made sure to install correctly all of 
the required packages that were listed in the instructions. 
I also have a problem, I dont know if it is related or not where when I first open the 
admin page I cannot get in with my username of gs102 and password of test. I verified 
that the username and password were in the database in the phones table.

Thanks a lot!

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of mattf
Sent: Friday, July 16, 2004 9:55 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [Asterisk-Users] Asterisk Gui client


Hello,

What version of the astguiclient suite are you using?

What version of PHP are you using?

Do you have GLOBAL_VARS turned on or off?

It's very strange that being a POST all of the variables seem to be showing
up on the URL like a GET would. also it doesn't sem to be submitting to the
admin.php script like it should be.

Did you follow the SCRATCH_INSTALL instructions or are you mostly installing
this on an existing system?

MATT---

PS- I wrote the astguiclient suite :)



-Original Message-
From: James Freire [mailto:[EMAIL PROTECTED]
Sent: Friday, July 16, 2004 5:13 PM
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] Asterisk Gui client


I have installed the Asterisk gui client that is available off of
sourceforge.net. I was curious if anybody here has used it and what
experiences they have had with it. 

I am having a problem with it, I am able to use the admin page except when I
try to submit information to the server to add phones I get an error, The
requested URL /astguiclient/method=POST was not found on this server. The
directory /astguiclient does exist and works because that is where the php
files are located and running from.

The URL for this command, so you can see what its submiting, is:
http://172.16.200.80/astguiclient/method=POST?ADD=2extension=dialplan_numb
er=voicemail_id=phone_ip=computer_ip=server_ip=login=pass=status=ACTI
VEactive=Yphone_type=fullname=company=picture=submit=submit

I am running Apache/1.3.29 with php installed also. My guess is that there
is a bug somewhere in the php code but I do not know php well enough to
troubleshoot it.

Thanks a lot for any help,

James Freire
___
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
___
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


RE: [Asterisk-Users] Asterisk Gui client

2004-07-19 Thread Kanuri, Seshu
Hi All,

Please checkout the following GUI web panels, which have 
been created and installed from the source code available 
in this forum.
 
http://67.109.153.236/*web/
It edits extensions.conf after some customization.However unable to 
update sip.conf. 
 
http://67.109.153.236/asterisk-stat/cdr.php
Link to the CDR Tool.

http://67.109.153.236/cgi-bin/am/am-main.pl
The perl based Asterisk GUI Management system.  
Help is available online in same panel. This code is a bit 
cumbersome and I am not going to attempt developing this.
PHP is much more preferrable.
 
http://67.109.153.236/cgi-bin/astcc/astcc-admin.cgi
Calling card application is installed. Uses database `asteriskcc`.
Unable to get make it run though, to check it's technical functionality. 
 
Once the code reaches some useful level, I am going to post 
the source code back here, through a download link.

Seshu Kanuri


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of James Freire
Sent: Friday, July 16, 2004 5:13 PM
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] Asterisk Gui client


I have installed the Asterisk gui client that is available off of sourceforge.net. I 
was curious if anybody here has used it and what experiences they have had with it. 

I am having a problem with it, I am able to use the admin page except when I try to 
submit information to the server to add phones I get an error, The requested URL 
/astguiclient/method=POST was not found on this server. The directory /astguiclient 
does exist and works because that is where the php files are located and running from.

The URL for this command, so you can see what its submiting, is:
http://172.16.200.80/astguiclient/method=POST?ADD=2extension=dialplan_number=voicemail_id=phone_ip=computer_ip=server_ip=login=pass=status=ACTIVEactive=Yphone_type=fullname=company=picture=submit=submit

I am running Apache/1.3.29 with php installed also. My guess is that there is a bug 
somewhere in the php code but I do not know php well enough to troubleshoot it.

Thanks a lot for any help,

James Freire
___
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


RE: [Asterisk-Users] Asterisk Gui client

2004-07-16 Thread mattf
Hello,

What version of the astguiclient suite are you using?

What version of PHP are you using?

Do you have GLOBAL_VARS turned on or off?

It's very strange that being a POST all of the variables seem to be showing
up on the URL like a GET would. also it doesn't sem to be submitting to the
admin.php script like it should be.

Did you follow the SCRATCH_INSTALL instructions or are you mostly installing
this on an existing system?

MATT---

PS- I wrote the astguiclient suite :)



-Original Message-
From: James Freire [mailto:[EMAIL PROTECTED]
Sent: Friday, July 16, 2004 5:13 PM
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] Asterisk Gui client


I have installed the Asterisk gui client that is available off of
sourceforge.net. I was curious if anybody here has used it and what
experiences they have had with it. 

I am having a problem with it, I am able to use the admin page except when I
try to submit information to the server to add phones I get an error, The
requested URL /astguiclient/method=POST was not found on this server. The
directory /astguiclient does exist and works because that is where the php
files are located and running from.

The URL for this command, so you can see what its submiting, is:
http://172.16.200.80/astguiclient/method=POST?ADD=2extension=dialplan_numb
er=voicemail_id=phone_ip=computer_ip=server_ip=login=pass=status=ACTI
VEactive=Yphone_type=fullname=company=picture=submit=submit

I am running Apache/1.3.29 with php installed also. My guess is that there
is a bug somewhere in the php code but I do not know php well enough to
troubleshoot it.

Thanks a lot for any help,

James Freire
___
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


RE: [Asterisk-Users] asterisk gui client

2004-03-11 Thread mattf
Right now it really helps if you are a programmer or someone who is familiar
with the configuration of an Asterisk system to setup the astguiclient
suite. I will be adding more documentation in a few weeks and maybe even a
simple how-to or a how I installed a new Asterisk T1-internal-VOIP system
with astguiclient from scratch page.

Right now we're concentrating on filling some feature gaps that we have like
adding a callerID popup(which we will release a beta for by Friday night)
and a voicemail indicator. Also, we will be tweeking the features of the
VICIDIAL dialer app and creating a new receptionist module.

I'll post on the list when we have additions or changes to the project or
you can just look on the project website:

http://astguiclient.sf.net/

MATT---


-Original Message-
From: dkwok [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 11, 2004 5:10 AM
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] asterisk gui client


I have looked at matt's asterisk gui client at sourceforge. I am not a 
programmer by trade. The documentation there seems to be a bit lacking. 
Has anyone have the experience in installing the gui client and may 
perhaps have a how-to document available for sharing.

-- 
David Kwok
Tel: 612 99292086 ext 1002
Iaxtel/FWD # 17001813482 ext 1002
___
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


RE: [Asterisk-Users] Asterisk GUI Client - New verison 0.9

2004-02-06 Thread Dustin Knuttgen
 -Original Message-
 From: mattf [mailto:[EMAIL PROTECTED]
 Sent: Thursday, February 05, 2004 4:33 PM
 To: '[EMAIL PROTECTED]'
 Subject: [Asterisk-Users] Asterisk GUI Client - New verison 0.9
 
 Hello,
 
 I have made many changes/improvements/bug fixes to the Asterisk GUI
client
 I
 have written in Perl/TK and have released a third beta version on
 sourceforge:
 
 http://sourceforge.net/projects/astguiclient/
 
 Here are the screen shots of the client application running on Linux
and
 Windows:
 
 http://www.freedomphones.net/astguiclient_linux_0.9.gif
 
 http://www.freedomphones.net/astguiclient_windows_0.9.gif
 
 
 0.9 - Third public release - 2004-02-05
 The majority of the work in this release it to make it more stable and
fix
 some
 pretty bad bugs. We created the Asterisk Central Queue System to
address
 the
 
 problem with buffer-overflows in the manager interface of Asterisk
causing
 total
 system deadlocks. We also completed and touched-up many other features
 that
 we
 didn't finish in previous releases. Here is the list of changes:
 - Several bug fixes
 - Inclusion of listing for active SIP/Local channels and ability to
hang
 them up
 - Completely changed the method of conferencing to be more fluid
 - Added HELP popup screen
 - Added intrasystem calling funtionality
 - Updater changed to allow for SIP/Local channels
 - Recording for conferences is now able to record all audio in and out
 - Added ability to send DTMF tones within a conference
 - Changed alert window for updater being down timeout to 20 seconds
 - Added an option for using the new Asterisk Central Queue
System(ACQS)
 that
 
 reduces the risk of deadlocks that occur with buffer-overflows on
remote
 manager
 interface connections
 - Included new script to run at boot time and rotate the logs as well
as a
 keepalive script for the new ACQS
 - Changed non-AGI server-side scripts to allow for a single config
file
 - Detailed activity logging to text file option added
 - Activity logging added to all non-AGI server applications
 
 We have been using the same basic client for the last four months here
at
 my
 company and it is running well on over 60 machines.
 
 Let me know what you think of it, especially the new Asterisk Central
 Queue
 System that is included with it.
 
 MATT---
 ___
 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

Matt,
Thanks for posting your utiliy. I would really like to use the utility
you have written. Is there any installation help or instructions for
win32? Pardon my ignorance.
Thanks,
Dustin
___
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


RE: [Asterisk-Users] Asterisk GUI Client - New verison 0.9

2004-02-06 Thread mattf
You do have to add some extensions, copy some files and have some scripts
run on your Asterisk server, as well as have a MySQL database set up on a
machine somewhere before you can install the client on a machine. All of
that is explained in the documentation included with the package.

As for the Win32 client, it's fairly easy, just download ActivePerl from
Activestate.com and install it, then copy the libs folder and
AST_WINphoneAPP_0.9.pl to C:\AST_VICI then customize the
C:\AST_VICI\libs\AST_VICI_conf.pl file for your phone and you're ready to
go.

The package also installs in relatively the same way on Linux and in-fact
runs the exact same code as it does on Win32(For linux we recommend using
the ActivePerl RPM instead of default perl because of a perl/TK memory
leak).

It's not a simple one step setup like some other Asterisk GUI clients, but
this package was made to be very flexible and easy to change, in ACQS-mode
it relies entirely on the MySQL server to run having no contact with the
Asterisk server directly making it much harder for the average user to
inadvertantly crash the Asterisk server.

If you need any more detailed help setting it up let me know.

MATT---

-Original Message-
From: Dustin Knuttgen [mailto:[EMAIL PROTECTED]
Sent: Friday, February 06, 2004 9:30 AM
To: [EMAIL PROTECTED]
Subject: RE: [Asterisk-Users] Asterisk GUI Client - New verison 0.9


 -Original Message-
 From: mattf [mailto:[EMAIL PROTECTED]
 Sent: Thursday, February 05, 2004 4:33 PM
 To: '[EMAIL PROTECTED]'
 Subject: [Asterisk-Users] Asterisk GUI Client - New verison 0.9
 
 Hello,
 
 I have made many changes/improvements/bug fixes to the Asterisk GUI
client
 I
 have written in Perl/TK and have released a third beta version on
 sourceforge:
 
 http://sourceforge.net/projects/astguiclient/
 
 Here are the screen shots of the client application running on Linux
and
 Windows:
 
 http://www.freedomphones.net/astguiclient_linux_0.9.gif
 
 http://www.freedomphones.net/astguiclient_windows_0.9.gif
 
 
 0.9 - Third public release - 2004-02-05
 The majority of the work in this release it to make it more stable and
fix
 some
 pretty bad bugs. We created the Asterisk Central Queue System to
address
 the
 
 problem with buffer-overflows in the manager interface of Asterisk
causing
 total
 system deadlocks. We also completed and touched-up many other features
 that
 we
 didn't finish in previous releases. Here is the list of changes:
 - Several bug fixes
 - Inclusion of listing for active SIP/Local channels and ability to
hang
 them up
 - Completely changed the method of conferencing to be more fluid
 - Added HELP popup screen
 - Added intrasystem calling funtionality
 - Updater changed to allow for SIP/Local channels
 - Recording for conferences is now able to record all audio in and out
 - Added ability to send DTMF tones within a conference
 - Changed alert window for updater being down timeout to 20 seconds
 - Added an option for using the new Asterisk Central Queue
System(ACQS)
 that
 
 reduces the risk of deadlocks that occur with buffer-overflows on
remote
 manager
 interface connections
 - Included new script to run at boot time and rotate the logs as well
as a
 keepalive script for the new ACQS
 - Changed non-AGI server-side scripts to allow for a single config
file
 - Detailed activity logging to text file option added
 - Activity logging added to all non-AGI server applications
 
 We have been using the same basic client for the last four months here
at
 my
 company and it is running well on over 60 machines.
 
 Let me know what you think of it, especially the new Asterisk Central
 Queue
 System that is included with it.
 
 MATT---
 ___
 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

Matt,
Thanks for posting your utiliy. I would really like to use the utility
you have written. Is there any installation help or instructions for
win32? Pardon my ignorance.
Thanks,
Dustin
___
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


Re: [Asterisk-Users] Asterisk GUI Client Released!!!

2003-11-18 Thread Brian Capouch
mattf wrote:
Hello,

I have finished my basic polishing of the Asterisk GUI client I have been
writing in Perl/TK and have released a first beta version on sourceforge:
http://sourceforge.net/projects/astguiclient/

I am still working on a user manual for the application, but the code works
and we have been using the same basic client for the last month here at my
company and it is working just fine.
I'm eager to hear what you all have to say about it, so send me those
comments.

I wonder if there is hope for those of us who use Postgres and not MySQL?

I am anxious to run it, but probably not going to switch backend DB 
servers in order to do so.  I suspect there will be others with the same 
attitude.

Thx.

B.

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


  1   2   >