search for: addon

Displaying 20 results from an estimated 1724 matches for "addon".

Did you mean: addons
2007 May 23
0
Problems compiling res_config_mysql (asterisk addons)
Hello All: I'm having some difficutly getting res_config_mysql from the 1.4.1 addons package to compile ( I need it for Realtime) First of all, when I make everything appears to compile ok with no errors however the res_config_mysql doesn't get compiled. So I tried "make res_config_mysql" and a whackload of errors starting with the following: # make res_config_...
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 make[1]: Ent...
2011 Apr 12
0
No subject
..._ooh323.so Loaded chan_ooh323.so [Jun 17 20:23:32] NOTICE[2392]: chan_ooh323.c:2506 reload_config: Unable to load config ooh323.conf, OOH323 disabled Loaded chan_ooh323.so => (Objective Systems H323 Channel) Again, from make menuselect, if I selected chan_ooh323 from the Add-ons and I selected ADDON from module embedding. Then I ran ./configure and make. I got an error like the following: /usr/src/asterisk-1.8.3.2/addons/chan_ooh323.c:4259: multiple definition of `onModeChanged' /usr/bin/ld: Dwarf Error: found dwarf version '1024', this reader only handles version 2 information...
2013 Jul 15
2
Asterisk offline compiling with get_mp3_source.sh
..._COPY=/tmp/asterisk-contrib-mp3.tar.gz +if [ -f ${LOCAL_COPY} ]; then + echo "***" + echo "Found ${LOCAL_COPY} - unpacking it, not downloading" + echo "***" + tar xzf ${LOCAL_COPY} + exit 0 +fi + svn export http://svn.digium.com/svn/thirdparty/mp3/trunk addons/mp3 $@ exit 0 and i don't know what to do with the mpglib file asterisk (1:1.8.13.1~dfsg-3) mpglib Summary addons/mp3/MPGLIB_README | 39 addons/mp3/MPGLIB_TODO | 2 addons/mp3/Makefile | 24 addons/mp3/README | 1 addons/mp3/common.c | 267 ++++++ add...
2009 Mar 13
1
AGX Asterisk Addon - Can't find app_fax.c withspandsp-0.0.4
...t - try AGX again. HTH -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Olivier Sent: 11 March 2009 06:16 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] AGX Asterisk Addon - Can't find app_fax.c withspandsp-0.0.4 Hi, I've installed spandsp-0.0.4pre16 With this: cd ~ svn co https://agx-ast-addons.svn.sourceforge.net/svnroot/agx-ast-addons agx-ast-addons cd agx-ast-addons/trunk ./build.sh I've got this: CMake Error in spandsp-0.0.4/CMakeLists.txt: ? C...
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 CMakeFil...
2016 Mar 24
4
Centos in the Browser string ?
On Wed, 2016-03-23 at 23:46 -0500, g wrote: > until the devs get "r2i", you can use a firefox add-on; > > User-Agent Switcher 0.7.3.1 > https://addons.mozilla.org/en-US/firefox/addon/user-agent-switcher/ > or > User Agent Quick Switch 0.5.2.1 > https://addons.mozilla.org/en-US/firefox/addon/user-agent-quick-switch/ > or > User Agent Overrider 0.4.1 > https://addons.mozilla.org/en-US/firefox/addon/user-agent-overrider/ &...
2011 Jun 08
1
Reference Class error message: may be caused by lazy evaluation?
...lize method, I need to call other method defined in the same reference class, the workaround for this is add .sef to it. ############### example begin ############################ setRefClass("testclass", fields = list(a = "numeric"), methods = list( addOne = function(){ a <<- a+1 print(a) }, add = function(){ addOne() }, show = function(){ print(addOne) }, showself = function(){ pri...
2008 Apr 04
1
rxfax crashes Asterisk (segmentation fault)
Hi, I am using spandsp-0.0.4, tiff-3.8.2, and agx-ags-addon with Asterisk 1.4.18. Everytime rxfax executes, Asterisk crashes: -- Executing [fax at phones:1] Set("Zap/2-1", "FAXFILE=/var/spool/asterisk-fax/1207322398.0.tif") in new stack -- Executing [fax at phones:2] RxFAX("Zap/2-1", "/var/spool/asterisk-fax/1207...
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...
2009 Mar 11
0
AGX Asterisk Addon - Can't find app_fax.c with spandsp-0.0.4
Hi, I've installed spandsp-0.0.4pre16 With this: cd ~ svn co https://agx-ast-addons.svn.sourceforge.net/svnroot/agx-ast-addons agx-ast-addons<https://agx-ast-addons.svn.sourceforge.net/svnroot/agx-ast-addonsagx-ast-addons> cd agx-ast-addons/trunk ./build.sh I've got this: CMake Error in spandsp-0.0.4/CMakeLists.txt: Cannot find source file "app_fax.c". Tr...
2006 May 30
5
Compiling Asterisk-addons
Did the following: svn checkout http://svn.digium.com/svn/asterisk-addons/trunk asterisk-addons svn checkout http://svn.digium.com/svn/asterisk/trunk asterisk svn checkout http://svn.digium.com/svn/zaptel/trunk zaptel svn checkout http://svn.digium.com/svn/libpri/trunk libpri Compiled and installed zaptel, libpri, asterisk and finally asterisk-addons. Following errors...
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. The re...
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. The re...
2011 Feb 23
1
massive mirror errors
...5.5 system and getting massive mirror failures... is there a problem, or is this my employer's network messing up? (45/74): rpm-build-4.4.2.3-20.el5_5.1.i386.rpm | 302 kB 00:03 http://mirror.singleedge.com/pub/centos/5.5/addons/i386/CentOS/imake-1.0.2-3.i386.rpm: [Errno 14] HTTP Error 404: Not Found Trying other mirror. http://mirror.nwresd.org/pub/centos/5.5/addons/i386/CentOS/imake-1.0.2-3.i386.rpm: [Errno 14] HTTP Error 404: Not Found Trying other mirror. http://hpc.arc.georgetown.edu/mirror/centos/5.5/addons/i386/C...
2009 Feb 26
1
Can't build today's AGX Asterisk Addon with spandsp0.0.6pre3 or 4
...er if you wish to support older CMake versions for this project. For more information run "cmake --help-policy CMP0000". This warning is for project developers. Use -Wno-dev to suppress it. -- Configuring done -- Generating done -- Build files have been written to: /usr/src/agx-ast-addons/trunk [ 12%] Built target app_devstate [ 25%] Built target app_nv_backgrounddetect [ 37%] Built target app_nv_faxdetect [ 50%] Built target app_pickup2 [ 62%] Built target app_valetparking [ 75%] Built target func_devstate Scanning dependencies of target test_spandsp [ 87%] Building C object CMake...
2004 Jun 27
1
asterisk addon mysql
hi, ive read through the last few posts with people having problems compiling the asterisk-addons for mysql support, and none of them have helped me resolve my compile problem. I currently have -- CVS-06/24/04-22:20:31 and downloaded asterisk-addons. I compiled * first then asterisk-addons, have added CFLAGS+=-I../asterisk/include When I try to make install for asterisk-addons i get [...
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 `/usr/home/wilson/aster...
2010 Nov 26
1
Mailbox Delete
...mailbox_free(&box); } } I got this errors. Nov 26 17:39:29 brc dovecot: imap(alex at exemplo.com.br): Panic: file index-status.c: line 144 (index_storage_get_status): assertion failed: (box->opened) Nov 26 17:39:29 brc dovecot: imap(alex at exemplo.com.br): Error: Raw backtrace: /opt/addons/lib/dovecot/libdovecot.so.0 [0xb769275e] -> /opt/addons/lib/dovecot/libdovecot.so.0 [0xb76927bd] -> /opt/addons/lib/dovecot/libdovecot.so.0 [0xb7691db4] -> /opt/addons/lib/dovecot/libdovecot-storage.so.0(index_storage_get_status+0x38d) [0xb770aced] -> /opt/addons/lib/dovecot/lib20_emex...
2009 Sep 11
0
asterisk addons don't compile using non standart prefix
My system is Debian I have successfully installed Asterisk 1.6.1.6 to a non standart folder /opt/asterisk Then for asterisk-addons-1.6.1.1 I run: ./configure --prefix=/opt/asterisk/ make menuselect And then command "make" fails with following errors: Generating embedded module rules ... make[1]: Entering directory `/usr/src/asterisk-addons-1.6.1.1' make[1]: Leaving directory `/usr/src/asterisk-addons-1.6.1.1...