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 
*To:* 'luke devon' ; 'Asterisk Users Mailing 
List - Non-Commercial Discussion' 

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


> 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-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] cdr report

2013-04-23 Thread aristidis tsitras

On 04/23/2013 06:23 PM, Ron Wheeler wrote:

On 23/04/2013 11:09 AM, A J Stiles wrote:

On Tuesday 23 April 2013, aristidis tsitras wrote:

Hi. i am running asterisk in a low powered machine (alix2d13 from
pcengines) without any gui. the machine works fine to route all my 
calls
for the office. the problem is the management of the CDRs. i can see 
the

master.csv file, but it is not very friendly for the secretary of this
office to manage the calls.
is there a way to have a nice way to see the CDRs?Since the machine is
very small on CPU, it has to be as low on CPU/RAM consumption as 
possible.

any ideas?
CSV files can be opened with any spreadsheet software  (such as 
OpenOffice.org

calc or Numbers).

Alternatively, you can have the CDR using a database.  This can be on 
another
server.  Note if you are using MySQL, you will have to enable this 
yourself;
this is because not all of Asterisk is covered by the GPL, and the 
MySQL CDR
code ends up unredistributable.  (But it works as well as anything).  
Then

write a Web app on the database server to display wanted CDR entries.

What about a script to convert the CSV to HTML and ftp the html file 
to a web server where it can be accessed as a browser page?





is it possible to have the script to convert to html? i will send it to 
a folder


--
_
-- 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] cdr report

2013-04-23 Thread aristidis tsitras

That would be nice.
is there a way to have it ready in xls?
if yes, then i could send it put a cron to send it every night/week/month.






On 04/23/2013 05:42 PM, Thorsten Göllner wrote:
Well, the question is, what your secretary wants to do. Only see the 
CDRs or more? Realtime? One simple method would be to mail her the 
CSV-File, so she can open it with Excel or Calc (Open Office).


Am 23.04.2013 16:35, schrieb aristidis tsitras:
Hi. i am running asterisk in a low powered machine (alix2d13 from 
pcengines) without any gui. the machine works fine to route all my 
calls for the office. the problem is the management of the CDRs. i 
can see the master.csv file, but it is not very friendly for the 
secretary of this office to manage the calls.
is there a way to have a nice way to see the CDRs?Since the machine 
is very small on CPU, it has to be as low on CPU/RAM consumption as 
possible.

any ideas?

Sincerely yours,
Aris 



--
_
-- 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-use 


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


[asterisk-users] cdr report

2013-04-23 Thread aristidis tsitras
Hi. i am running asterisk in a low powered machine (alix2d13 from 
pcengines) without any gui. the machine works fine to route all my calls 
for the office. the problem is the management of the CDRs. i can see the 
master.csv file, but it is not very friendly for the secretary of this 
office to manage the calls.
is there a way to have a nice way to see the CDRs?Since the machine is 
very small on CPU, it has to be as low on CPU/RAM consumption as possible.

any ideas?

Sincerely yours,
Aris

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