similar to: Urgent-- Error while installing app_dtmftotext.

Displaying 20 results from an estimated 800 matches similar to: "Urgent-- Error while installing app_dtmftotext."

2007 Jan 29
0
Rxfax and txfax
somebody know how to compile the rxfax and txfax apps under asterisk 1.4.0?? i get this errors: Generating embedded module rules ... make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `all'. [CC] app_rxfax.c -> app_rxfax.o
2007 May 17
0
Compiling DBQuery
Has anyone tried to compile the current version of MySQLPool from http://www.yosd.at <http://www.yosd.at/> against Asterisk 1.4.4? It seems to not compile... [root@itsentinel res_mysqlpool]# make gcc -pipe -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -I/usr/local/mysql/include/mysql -D_REENTRANT -D_GNU_SOURCE -O6
2006 Oct 13
0
Asterisk 1.4 / install app_bundle problems
Hello group, I've encountered some problems getting Beronets app_bundle installed with Asterisk 1.4.0-beta2. The output messages I get while running make are: cc -ggdb -Wall -D_GNU_SOURCE -fPIC -DAST_CONFIG_DIR=\"/usr/local/asterisk/etc/asterisk/\" -DPTYSPOOLDIR=\"/usr/local/asterisk/var/spool/asterisk/ptyspool\"
2006 Nov 29
1
Getting app_cepstral to work with Asterisk 1.4.0-beta3
Using this link http://www.oldskoolphreak.com/tfiles/voip/installing_app_cepstral.txt This is a Dell PowerEdge 1950 running Whitbox 4 and Asterisk 1.4.0-beta3 I get the following errors on make install Any help would be GREAT! Thanks [CC] app_cepstral.c -> app_cepstral.o In file included from /usr/src/asterisk/include/asterisk/linkedlists.h:23, from
2003 Nov 11
4
Registering an application
Hello.. Maybe I'm asking something silly but..... How can I register my own app with * ? I've made a simple .so , but I cannot find it in asterisk when i type "show applications" Here is the code: #include <asterisk/lock.h> #include <asterisk/file.h> #include <asterisk/logger.h> #include <asterisk/channel.h> #include <asterisk/pbx.h> #include
2005 Jan 22
0
chan_capi patch: app_capiFax modifications
Hi, Since Carl has kindly provided us with fax support for CAPI based cards, we have been using it with much success. Today I have modified app_capiFax so that it now supports a dynamic CSID. The following example uses the DNID created by chan_capi on an AVM Fritz! card. * Receive a fax with CAPI API. * Usage : capiAnswerFax2(path_output_file.SFF|stationID) * * This function can be
2005 Aug 25
2
Custom Application For Asterisk
Hi All I just completed a custom application for Asterisk (i m not a C guru so i just copy codes from other application and alter according to my needs) attached files is the source file this application is working fine but still i need you people to give suggestion to improve it Primary task of this application is to get a parameter from extensions.conf, query sql server and play a files
2005 Aug 26
0
Broken pipe of stdinpcm on asterisk-ices.xml
hi, I installed icecast-2.2.0.tar.gz and ices-2.0.1.tar.gz on Fedora3 linux-2.6.12-1.1372_FC3). It works fine for playlist.ogg from the other CPU, such as 'xmms http://192.168.0.3:8000/listplay.ogg'. But when I use 'stdinpcm' like 'asterisk-ices.xml' which send voip's voice udp packets to 'asterisk-ices.xml' such as; .......(snip)...... <stream>
2006 Dec 28
2
Error compiling chan_vpb
hello this is the error chan_vpb.cc: In function \u2018void mkbrd(vpb_model_t, int)\u2019: chan_vpb.cc:1530: aviso: la dereferencia de punteros de tipo castigado romper las reglas de alias estricto chan_vpb.cc: In function \u2018ast_channel* vpb_new(vpb_pvt*, ast_channel_state, char*)\u2019: chan_vpb.cc:2671: aviso: comparacin entre expresiones enteras signed y unsigned g++ -c -o chan_vpb.o
2008 Mar 13
4
Application registration on Asterisk 1.4 and 1.6?
Hi, I have implemented a custom application module based in some esqueletone code I will provide below. I have tested it with asterisk 1.2.23 and it works fine. But when I tested the same application with a newest version of asterisk like 1.4.* it always returns an error trying to load the module or more specific, trying to register the application. here is the code: int load_module(void){
2007 May 14
0
Req-Installation process for app_dtmftotext.c
Hi, I was looking for a way to pass alphanumeric variables to asterisk via the keypad, found this application app_dtmftotext.c , And I already tried with 'spandsp' application for this. But I am getting errors.[I followed the instructions at http://www.soft-switch.org/installing-spandsp.html] specifically by running this command:patch <apps_makefile.patch I need clarification on
2003 Jun 18
2
Problem with oh323 package for asterisk
Hi, I try to use oh323 package from inaccessnetworks for asterisk, but after make and make install that package, I have this WARNING message hwen a try to launch asterisk from shell command line...asterisk -vvvc... [liboh323wrap.so]WARNING[1024]: File loader.c, Line 235 (ast_load_resource): No load_module in module /usr/lib/asterisk/modules/liboh323wrap.so
2004 Jul 02
1
Problem with CHAN_SCCP
Hi, I have an asterisk running great, with 2 cisco 7912 phones converted to SIP, and a cisco 2600 xl w/ E1 and SIP. I?m thinking to expand the test adding more 7912, but I prefer not convert all the 7912 to SIP, so I?m tying to put CHAN_SCCP to work. I?ve get the sources from cvs.sourceforge.net but when I try to compile, get the followings errors: [root@asterisk01 chan_sccp]# make Now
2004 Jun 21
1
Problem compiling fax applications
I'm tring to compile fax applications on Debian system. the spandsp library compiles ok, and when i try to patch the make file in apps directory as is said in the instructions it returns errors. I'm using cvs version of asterisk . -------------------------- voipgw:/usr/src/asterisk/apps# patch < Makefile.patch patching file Makefile Hunk #1 FAILED at 35. Hunk #2 FAILED at 68. 2 out of
2004 Aug 12
1
Problem installing Software Fax SpanDSP support into Asterisk
I'm trying to install the SPANDSP software into Asterisk to support incoming (mainly) Fax. I'm following the info in http://www.voip-info.org/wiki-Asterisk+Fax. I downloaded and installed the spandsp software from ftp://ftp.opencall.org/pub/spandsp/ and followed the directions in several documents listed on the on the Tiki page. I get down to patch < Makefile.patch that fails with
2007 May 21
1
DTMFToText Installation process
Hi, I was looking for a way to pass alphanumeric variables to asterisk via the keypad, found this application app_dtmftotext.c , And I already tried with 'spandsp' application for this. But I am getting errors.[I followed the instructions at http://www.soft-switch.org/installing-spandsp.html] specifically by running this command:patch <apps_makefile.patch I need clarification on
2007 Jan 25
1
Failing to compile chan_capi
I've got a brand new Eicon Diva Server BRI card and I want to configure it with Asterisk. I managed to get asterisk and zaptel to compile and install, I've compiled and installed the drivers for the Diva card and now I need to compile and install the chan_driver for chan_capi. Unfortunately this fails miserably. I get the following messages: I'm using: Kernel 2.6.16.37.4,
2003 Apr 30
2
oh323 failed to load
when i issue asterisk -vvv command i get this error please help regards Barbra [app_softhangup.so] => (Hangs up the requested channel) == Registered application 'SoftHangup' [codec_lpc10.so] => (LPC10 2.4kbps (signed linear) Voice Coder) == Registered translator 'lpc10tolin' from format 7 to 6, cost 50 == Registered translator 'lintolpc10' from format 6 to 7,
2003 Nov 26
1
[PATCH] use 2.6 module syscalls in klibc
I had a klibc build failure (on s390) because of include/sys/module.h and noticed that it still has the old system call interface for 2.4 style modutils. Is there any reason to keep that in klibc? This patch fixes the build problem by removing the old file and also makes it possible to build module-init-tools (after some tweaking there) against klibc. Arnd <>< =====
2003 Jul 11
4
module : cdr_sybase.so
If anyone is interested ... just in case! :-)... I have tried to write , based on the cdr_mysql.so module, an Sybase module. To compile you can use something like that: export SYBPLATFORM=linux export SYBASE=/opt/sybase cc -I$SYBASE/include -c -o cdr_sybase.o cdr_sybase.c cc -shared -Xlinker -x -o cdr_sybase.so cdr_sybase.o -lsybdb -lm -L$SYBASE/lib (anyone could write the corect Makefile