similar to: Asterisk Addons - part 2

Displaying 20 results from an estimated 40000 matches similar to: "Asterisk Addons - part 2"

2010 Apr 06
1
Which rule for Asterisk to Asterisk-addons compatibility ?
Hello, In asterisk-addons-1.6.1.2's changelog, you can see that 6 changes were committed between versions 1.6.1.1 and 1.6.1.2. But if I'm not mistaken, you cannot read anything there about Asterisk to Asterisk-addons compatibility. What is the rule for Asterisk to Asterisk-addons compatibility ? Is this rule implicit ("any Asterisk-addons 1.6.1.X is compatible with any Asterisk
2009 Aug 24
1
problem on compiling asterisk-addons-1.6.2.0-rc1
hello, I tried to compil asterisk-addons-1.6.2.0-rc1, and I have that error: [CC] res_config_mysql.c -> res_config_mysql.o res_config_mysql.c:1367: error: unknown field ?update2_func? specified in initializer res_config_mysql.c: In function ?parse_config?: res_config_mysql.c:1432: error: ?CONFIG_STATUS_FILEMISSING? undeclared (first use in this function) res_config_mysql.c:1432: error:
2009 Aug 08
4
Question: How to contribute to Asterisk-addons
Hi, I am a beginner who began to use Asterisk in this July. Last week, I made two addons for PostgreSQL (cdr_addon_postgresql.c and res_config_postgresql.c), because I use not usual MySQL but PostgreSQL. # Of course, not scratch build but modified version 1.4.8. But I don't know how to change configure script, menuselect-xxx, ... etc, and how to merge my sources to addons tar-balls. Anyone
2010 Jun 08
1
Asterisk-Addons 1.6.0.6 and 1.6.1.4 Now Available
The Asterisk Development Team has announced the release of versions 1.6.0.6 and 1.6.1.4 of asterisk-addons. These releases are available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The Asterisk-Addons releases for 1.6.0.6 and 1.6.1.4 are the last maintenance releases for Asterisk-Addons branches 1.6.0 and 1.6.1 and have now moved to security maintenance only.
2010 Jun 08
1
Asterisk-Addons 1.6.0.6 and 1.6.1.4 Now Available
The Asterisk Development Team has announced the release of versions 1.6.0.6 and 1.6.1.4 of asterisk-addons. These releases are available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The Asterisk-Addons releases for 1.6.0.6 and 1.6.1.4 are the last maintenance releases for Asterisk-Addons branches 1.6.0 and 1.6.1 and have now moved to security maintenance only.
2009 May 09
1
Incompatible changes to asterisk 1.6 MYSQL addon query syntax
I'm on asterisk 1.6.1.0 and asterisk addons 1.6.1.0 (also using freepbx 2.5 with cidlookup module from mysql database). There are some incompatible changes in asterisk 1.6 about MYSQL addon application syntax for querying a mysql database. It seems that escaping of space and single quotes is no longer needed - see 3rd line of attached example from
2008 Dec 02
1
Asterisk 1.2.30.3, 1.4.23-rc2, 1.6.0.2, 1.6.1-beta3, and Asterisk-Addons 1.6.0.1, 1.6.1-rc2 released
The Asterisk.org development team has released Asterisk versions 1.2.30.3, 1.4.23-rc2, 1.6.0.2, 1.6.1-beta3, as well as Asterisk-Addons versions 1.6.0.1 and 1.6.1-rc2. These releases are available for immediate download from http://downloads.digium.com/. This update for Asterisk includes a fix for a regression introduced in Asterisk 1.2.30 and Asterisk 1.4.21.2 and has existed in the
2008 Dec 18
3
Asterisk AGX addons compile issues
Has anyone seen this before, and know what is happening? USER at HOST:~/asterisk/agx-ast-addons# ./build.sh -- Configuring done -- Generating done -- Build files have been written to: /root/asterisk/agx-ast-addons [ 11%] Building C object CMakeFiles/app_devstate.dir/app_devstate.o Linking C shared module dist/app_devstate.so [ 11%] Built target app_devstate [ 22%] Building C object
2009 Apr 20
1
Asterisk addons - disable H323
How do I disable H323 when compiling Asterisk Addons? All I want is the MySQL CDR Michael
2008 Jan 21
1
asterisk-addons-1.6.0-beta1---Error
Hi, I'm trying to install asterisk-addons-1.6.0-beta1 on my machine. But getting following error during make: [root at Cancer asterisk-addons-1.6.0-beta1]# make make[1]: Entering directory `/usr/src/asterisk/asterisk-addons-1.6.0-beta1' [CC] app_addon_sql_mysql.c -> app_addon_sql_mysql.o app_addon_sql_mysql.c: In function `aMYSQL_connect': app_addon_sql_mysql.c:266: error:
2008 Oct 07
1
can't find mysqlclient : asterisk-addons-1.6.0
Hi All, I can not install the asterisk-addons as it thinks there is no mysqlclient installed. I have installed mysql, mysql-server and mysql-devel and I am still unable to install the addons. I am running CentOS 5.2 i386. Please somebody help. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Oct 30
2
asterisk 1.6 enable cdr_mysql
How to enable cdr_mysql.conf in Asterisk 1.6? I have installed asterisk-addons which compiled mysql support, "module show" is showing "cdr_addon_mysql.so" but cdr_mysql.conf was not created in /asterisk directory Is there any configuration file to enable mysql support? Comping cdr_mysql.conf from previous installation does not do anything, calls aren't recorded. --
2008 May 21
4
addons-1.6 not seeing installed MySQL packages
Hi All, I'm poking around with 1.6, tried to compile the addon package, but it doesn't see mysql_config installed. I have mysql-client, mysql-common and mysql-server installed. I'm running debian etch. Any suggestions? Thanks. JR -- JR Richardson Engineering for the Masses
2009 Feb 23
1
Compiling asterisk-addons-1.6.0 under Debian 2.6.18?
Is there some magic to compiling asterisk-addons-1.6.0 under Debian 2.6.18 and mysql 5.0? I am unable to get configure to recognize the existance of mysqlclient. Imparticular, when it gets to: checking for mysql_init in -lmysqlclient... it returns "no". For the past several releases, I've had to hack or otherwise coerce this to work, but this time, no amount of fiddling with
2009 Dec 30
1
CDR_MYSQL 1.4 Database Structure
So I'm noticing from the docs/ on Asterisk Addons 1.4.10 that the database structure for cdr_mysql is: CREATE TABLE cdr ( calldate datetime NOT NULL default '0000-00-00 00:00:00', clid varchar(80) NOT NULL default '', src varchar(80) NOT NULL default '', dst varchar(80) NOT NULL default '', dcontext varchar(80) NOT NULL default '', channel
2008 Jul 07
1
cdr_addon_mysql - additional fields
Hi, I need help with modifying cdr_addon_mysql.c I want to have more fields in cdr table in asterisk. I've tried to modify cdr_addon_mysql.c and replace userfield with ex team (sed -e 's/userfield/team/g' ). When I try to recomplie menuselect/menuselect --check-deps menuselect.makeopts Generating embedded module rules ... make[1]: Nothing to be done for `all'.
2008 Sep 03
1
New Versions of Asterisk, Asterisk-addons, Zaptel, and DAHDI
The Asterisk development team is pleased to announce new releases of Asterisk, Asterisk-Addons, Zaptel, and for the first time, DAHDI. This is a set of coordinated releases intended to begin the transition from Zaptel to DAHDI; for the reasons why this is being done, please see: http://blogs.digium.com/2008/05/19/zaptel-project-being-renamed-to-dahdi/ The list of packages released today
2008 Sep 03
1
New Versions of Asterisk, Asterisk-addons, Zaptel, and DAHDI
The Asterisk development team is pleased to announce new releases of Asterisk, Asterisk-Addons, Zaptel, and for the first time, DAHDI. This is a set of coordinated releases intended to begin the transition from Zaptel to DAHDI; for the reasons why this is being done, please see: http://blogs.digium.com/2008/05/19/zaptel-project-being-renamed-to-dahdi/ The list of packages released today
2009 Feb 11
0
Asterisk AGX addons compile issues
svn?co?https://agx-ast-addons.svn.sourceforge.net/svnroot/agx-ast-addons?agx-ast-addons ./build_sh from the trunk. ? -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Olivier Sent: 10 February 2009 18:35 To: michael at networkstuff.co.nz; Asterisk Users Mailing List - Non-Commercial Discussion Subject:
2007 Jul 18
1
Issue in insatlling addons-1.4.2
Hi, I'm using Asterisk-1.4.7.1. Everything was working fine. Now I'm trying to Install Asterisk-addons-1.4.2. The procedure I followed is as... # cd asterisk-addons-1.4.2 #./configure #make menuselect #make #make install Everything is going fine except make install. I've tried many times, but the same error I'm gettiing--- The error is--- asterisk-addons-1.4.2]# make install