similar to: Asterisk addons - disable H323

Displaying 20 results from an estimated 30000 matches similar to: "Asterisk addons - disable H323"

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'.
2007 Jul 24
1
MySQL components in asterisk-addons not being built
I'm trying to add MySQL CDR recording in Asterisk 1.4.6. I'm following the instructions posted here: http://www.voip-info.org/wiki-Asterisk+cdr+mysql I have MySQL installed and it works fine - starts on stratup, I can create DBs, tables and so on and I can connect through php. rpm -qa indicates: MySQL-server-5.0.22-0 MySQL-devel-5.0.22-0 MySQL-client-5.0.22-0 However I still get XXX
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
2007 Sep 17
3
Enabling MySQL UNIQUE from cdr.conf
Hi, Is there a way to enable the usage of UNIQUEID CDR field using a MySQL database backend for storing CDRs without having to recompile asterisk-addons as stated here http://www.voip-info.org/wiki-Asterisk+cdr+mysql ? After version 1.4 it is said in release that it can be done (not sure if it applies to mysql backend) How would it be the syntax in cdr.conf? I tried this without success in
2005 Jul 05
3
Asterisk addons install problem
Hi there: I have successfully installed the Asterisk 1.0.9 on my Freebsd 5.4 box. When I tend to install the addon for mysql CDR billing, It always return me the following errors: SIP# gmake clean rm -f *.so *.o .depend gmake -C format_mp3 clean gmake[1]: Entering directory `/usr/home/wilson/asterisk/asterisk-addons-1.0.9/format_mp3' rm -f *.o *.so *~ gmake[1]: Leaving directory
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
2005 Mar 19
2
Problem with asterisk-addons/OS X
Hi, Having all sorts of troubles getting mysql cdr support under OS X. Mysql, DBI and DBD all installed and running ok, privileges all set correctly (I think). Latest asterisk-addons checked out of cvs. Keep getting error on make install (implies gcc doesn't support -shared linking, which is wierd): Anyone got mysql cdr support running on OS X? Cheers Rob
2009 Jan 05
1
cdr_addon_mysql 'Failed to insert into database' stops * call processing
Hi All, I have some Asterisk 1.2 servers using the cdr_mysql addon (1.2.3) spitting cdr's over to a MySQL database on another server. All is working well except for a strange problem I ran into this morning. During some cdr database maintenance, the cdr table was locked for a few minutes, during this condition all the Asterisk servers stopped processing calls and reported this error: Jan 5
2004 Aug 12
10
H323 problems
All, I have a problem with H323 the call disconnects when answered. The debug shows -- Executing Dial("SIP/sj1-4ff7", "H323/0797617729") in new stack -- Called 0797617729 -- H323/0797617729 is ringing -- H323/0797617729 answered SIP/sj1-4ff7 == Spawn extension (default, 0797617729, 1) exited non-zero on 'SIP/sj1-4ff7' -- Executing
2003 Jul 30
4
SCO/Linux concerns
Hello Since I am getting a bit concerned about the SCO vs IBM issue, I was wondering if can I can setup Asterisk on FreeBSD is it supported ? Are drivers for Digium cards available on FreeBSD ? Thanks Ajit ----- Original Message ----- From: <asterisk-users-request@lists.digium.com> To: <asterisk-users@lists.digium.com> Sent: Wednesday, July 30, 2003 3:05 PM Subject: Asterisk-Users
2006 Jun 27
2
Addon-ooh323 install problem
Hello all, I have problem. I can't makel asterisk addon, asterisk-ooh323. I use Asterisk and addons svn version. OS:redhat EL4 Linux 2.6.9-5.EL #1 Wed Jan 5 19:22:18 EST 2005 i686 i686 i386 GNU/Linux Please help me . [root@asterisk asterisk-ooh323c]# make make all-am make[1]: Entering directory `/usr/local/src/asterisk-addons/asterisk-ooh323c' source='src/chan_h323.c'
2003 Sep 12
3
h323 v oh323
Use oh323. Download the openh323 and pwlib tarballs from openh323.org Follow Jeremy's instructions in the /asterisk/channels/h323/ directory EXACTLY! good luck Regards, Sean Langley, P.Eng Firmware Engineer General Dynamics Canada (403)730-1482 sean.langley@gdcanada.com > -----Original Message----- > From: Senad Jordanovic [mailto:senad@cwcom.net] > Sent: Friday, September 12,
2006 Jun 08
4
h323 with asterisk problem
Hello all, I am trying to use native h323 built from asterisk 1.2.7. I configured the h323 to receive incoming calls...the problem is i can receive the call to my asterisk and it rings another extension but no audio. I don't see any good documentation about gatekeepers, fast start, etc with h323. I would like to get some help from you guys to fix this issue. If any of you have configured
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:
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
2004 Dec 03
1
compiling asterisk-addons for Mysql-cdr
Hi ALL; I got the latest Asterisk-addons for Mysql-Cdr, but I have problem compiling that.It says: # make ..... ........ res_config_mysql.c: In function `realtime_mysql': res_config_mysql.c:143: warning: passing arg 1 of `ast_strlen_zero' makes pointer from integer without a cast res_config_mysql.c: In function `realtime_multi_mysql': res_config_mysql.c:242: warning: passing arg
2006 Jun 01
2
addons trunk make error
Anyone run a make on asterisk-addons /trunk r219 ? I error out on mp3 on a FC4 box, and I do not see anything obvious (to me) in the errors. make[1]: Entering directory `/usr/src/addons-trunk/format_mp3' gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -O6 -c -o common.o common.c gcc -pipe -fPIC -Wall
2004 Jul 15
3
SIP to H323 call timeout
Hi all, I have the following setup: UAs ------------SER ------------------------ ASTERISK ---------------------GNUGK --------------- GWs SER is configured to route call requests from UAs to Asterisk. Asterisk is configured to receive the call on SIP channel and dial out to GNUGK over H323 channel. The problem I'm facing is that asterisk sends out the call request to GNUGK and times out
2006 Apr 29
2
Unable to Make Asterisk-addons
The following occurs during make asterisk-addons. I'm ok with asterisk but debugging things like this isnt my strong point. Can anyone give me a pointer? Thanks Dan Journo [root@sip1 src]# cd asterisk-addons [root@sip1 asterisk-addons]# make make -C format_mp3 all make[1]: Entering directory `/usr/src/asterisk-addons/format_mp3' gcc -pipe -fPIC -Wall -Wstrict-prototypes
2005 Jan 30
1
Slackware + Asterisk + asterisk-addons
Hello I am trying to get asterisk-addons installed so that I can use the mysql cdr feature. OK, I have the MySQL server (mysqld) installed, but I noticed that mysql-devel is also required. I tried to compile asterisk-addons and got a: --CUT--- res_config_mysql.c:422: error: unknown field `realtime_multi_func' specified in initializer res_config_mysql.c:422: warning: excess elements in