[asterisk-users] Queue_log into MySQL - best practices

2012-11-22 Thread Dmitry
Hi,  I use asterisk 1.8.  Currently I use a perl daemon to parse queue_log into MySQL. It works reliably. But I know that there is a method (http://www.voip-info.org/wiki/view/Asterisk+queue_log+on+MySQL and http://work.mikeboylan.com/asterisk-queuelog-to-mysql) to write to MySQL directly

Re: [asterisk-users] leading ghost 0

2012-11-22 Thread Tzafrir Cohen
Un-top-posting, On Tue, Nov 20, 2012 at 03:49:49PM +0100, Leandro Dardini wrote: 2012/11/20 Frederic Van Espen frederic...@gmail.com On Tue, 2012-11-20 at 15:03 +0100, gincantalupo wrote: I'm sure nobody has added something... tried prilocaldialplan and pridialplan but nothing

[asterisk-users] Facing issue in installation of asterisk ...

2012-11-22 Thread virendra bhati
Hi Team, That's 1st time I had that issue with installation.. I tried with 1.4,1.6 but the same issue and after log of googling I drop an e-mail... I am sure that not asterisk product issue, but I want to know what module,rpm I missed on that process... Below are the error details on centof 5.8

Re: [asterisk-users] Queue_log into MySQL - best practices

2012-11-22 Thread Lenz Emilitri
Hi Dmitry, we usually advise against writing queue_log events straight to a database, as it is marginally more likely that the DB has issues that a simple flat file. And when data is lost it's lost forever. Still everybody seems to love writing data straight to the DB :) l. 2012/11/22 Dmitry

Re: [asterisk-users] Queue_log into MySQL - best practices

2012-11-22 Thread Logan Bibby
Have you considered using something like Splunk to aggregate your log files and store a copy for later analysis? Even if you want it to be available to someone, say a remote customer, via a web panel, I believe you could even have Splunk put it into another database or make a view in Splunk's

[asterisk-users] Channelvariables not set in Newchannel event and DADHIChannel

2012-11-22 Thread Arjan Kroon | Mobillion
I'd like to receive channelvariables in my AMI-events. Unfortunately this seems not to work for Newchannel- and DAHDIChannel- events caused by an Originate. In manager.conf I putted the following line: channelvars=CHANNEL(uniqueid),AJ_TRACE_ID . Only CHANNEL(uniqueid) appears to work for every

[asterisk-users] Incorrect DTMF detection in Asterisk 1.8

2012-11-22 Thread Amit Salunkhe
Hi All, I'm using 1.8 Asterisk and i havet set DTMF mode=rfc2833 in SIP global default settings. but when user sending DTMf event with SIP info method my asterisk accepting that DTMF. If default or global setting is rfc2833 then how come asterisk accepting SIP info dtmf event? what to check

[asterisk-users] Java server side components

2012-11-22 Thread Nweike Onwuyali
Hello, I am a java programmer and I will like to integrate Asterisk to my product line. The challenge is that I have been searching for a java server component that I can use to create an Asterisk GUI configurator. it could be open source or commercial . Nweike Onwuyali

[asterisk-users] monitoring asteriks

2012-11-22 Thread Joseph
How can I monitor asterisk if all lines are registered etc? I have an asterisk on a remote location and sometime they reporting problems that phone is not ringing, they can not dial out etc. Usually I just restart asterisk and it solves the problem. Is there an application that will email me

[asterisk-users] Asterisk 11 - Security event logging over syslog

2012-11-22 Thread Michael Keuter
Hi all, I am just testing with Asterisk 11.01. The SIP security event logging works fine for me for console and file logging, but the security events are not logged over syslog. logger.conf: ... syslog.local0 = notice,warning,error,security Is this on purpose, a fault on my side, or is this a

Re: [asterisk-users] monitoring asteriks

2012-11-22 Thread Michelle Dupuis
take a look at AsteriskControl script at www.generationd.com This is a free script that monitors, responds to IP address changes, etc. and restarts asterisk. You can also use HAAST (commercial) at same site - it can check for missing registrations etc and restart asterisk too. -=M=-

Re: [asterisk-users] monitoring asteriks

2012-11-22 Thread Joseph
How about any of these programs listed in: http://www.voip-info.org/wiki/view/Asterisk%2Bmonitoring -- Joseph On 11/22/12 17:04, Michelle Dupuis wrote: take a look at AsteriskControl script at www.generationd.com This is a free script that monitors, responds to IP address changes, etc. and

Re: [asterisk-users] Queue_log into MySQL - best practices

2012-11-22 Thread Andrew White
Hi Dmitry, I've been using the below for a long time and it works perfectly. I've built a custom solution in terms of the tables. My understand of the external queue logging to MySQL is that it uses the Realtime engine to do so, so it's not affected by app_mysql directly. Please do correct me

Re: [asterisk-users] monitoring asteriks

2012-11-22 Thread SamyGo
Hi, I had a zabbix http://zabbix.org/wiki/Main_Page monitoring server with zabbix_agent installed on the asterisk server. Zabbix server requests the agent to execute an AMI script and pull information about the phone in the given argument to that function. That AMI script returned the 1 from the