search for: app_sql_postgres

Displaying 12 results from an estimated 12 matches for "app_sql_postgres".

2006 Jan 22
6
spandsp Error
...o 98 99 app_curl.so: app_curl.o 100 $(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} $(CURLLIBS) 101 102 app_rxfax.so : app_rxfax.o 103 $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff 104 105 app_txfax.so : app_txfax.o 106 $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff 107 108 app_sql_postgres.o: app_sql_postgres.c 109 $(CC) -pipe -I$(CROSS_COMPILE_TARGET)/usr/local/pgsql/include -I$(CROSS_COMPILE_TARGET)/usr/include/postgresql $(CFLAGS) -c -o app_sql_postgres.o app_sql_postgres.c
2006 Jan 13
0
R: RE: RE: Spandsp
...@@ rm -f $(DESTDIR)$(MODULES_DIR)/app_qcall.so app_curl.so: app_curl.o $(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} $(CURLLIBS) +app_rxfax.so : app_rxfax.o + $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff + +app_txfax.so : app_txfax.o + $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff + app_sql_postgres.o: app_sql_postgres.c $(CC) -pipe -I/usr/local/pgsql/include $(CFLAGS) -c -o app_sql_postgres.o app_sql_postgres.c app_sql_postgres.so: app_sql_postgres.o $(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} - L/usr/local/pgsql/lib -lpq -- Tomislav Parcina name.surname@email.t-com.hr...
2006 Dec 01
1
app_sql_postgres gone in 1.4
Hi, I'm putting together a system to manage agents with Realtime, and without chan_agent. In 1.2.13, there's a handy (although marked as deprecated in apps/Makefile) PGSQL application to let me do this: macro queue-addremove(queuename,penalty) { switch(${MACRO_EXTEN:0:1}) { case I: // Login PGSQL(Connect connid host=XXX user=XXX password=XXX
2004 Aug 18
27
SpanDSP
Anyone knows where can I find spandsp? Official site seems permanently down... TIA, Simone.
2007 Jan 04
2
postgres and asterisk
I need to retrieve my asterisk to retrieve a values from postgresql, i am looking for some sort of application like *mysql*() app, I found one but it is only available on Suse, is there any way for doing this? Regards, O.Youssef -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 May 25
10
spandsp hylafax asterisk and confusion
I have been attempting to download, compile and configure spandsp to function with * without much luck. I am guessing that some assumptions were made regarding the users knowledge level of Linux. Sadly, I must not live up to those assumptions. My problem begins when after compiling spandsp I look for the app_rxfax.c, app_txfax.c, app_dtmftotext.c and makefile.patch files to place in the
2005 Sep 14
11
RxFax/TxFax - Compile Problem
Anyone know how to fix this? gcc -shared -Xlinker -x -o app_rxfax.so app_rxfax.c -lspandsp -ltiff In file included from app_rxfax.c:14: /usr/include/asterisk/lock.h: In function `ast_mutex_init': /usr/include/asterisk/lock.h:302: error: `PTHREAD_MUTEX_RECURSIVE' undeclared (first use in this function) /usr/include/asterisk/lock.h:302: error: (Each undeclared identifier is reported
2005 Oct 01
3
Adding Cepstral to Asterisk
I downloaded Cepstral to my Asterisk Box. I did the install and let it install to /opt/swift. I brought down a new CVS-HEAD as of today 10/1. I added APPS+=app_cepstral.so into the Makefile in /usr/src/asterisk/apps/Makefile Like: # Obsolete things... # #APPS+=app_sql_postgres.so #APPS+=app_sql_odbc.so APPS+=app_cepstral.so # I did this piece but wasn't sure exactly what part of the Makefile I was to add it in so I added it in here: Towards the top of the file where it talks obsolete programs are commented out. And then after the section that compiles voicemail add...
2006 Jan 21
1
Compiling app_cepstral.c into Asterisk - failing
...tanding the examples that I have found. "Copy the app_cepstral.c file to your asterisk source tree (apps folder) . You'll also need to add a lines like these to the Makefile in that directory: APPS+=app_cepstral.so" I added it into app_cepstal.c as: # # Obsolete things... # #APPS+=app_sql_postgres.so #APPS+=app_sql_odbc.so # # Experimental things # #APPS+=app_ivrdemo.so #APPS+=app_skel.so #APPS+=app_rpt.so APPS+=app_cepstral.so I assume that I put in here without the "#" or maybe "#" isn't a comment? Then.... and then after the section that compiles voicemail ad...
2003 Aug 01
2
Asterisk community input: FreeTDS (cdr_tds.c) or unixODBC (cdr_unixodbc.c) ?
I would like some Asterisk community input: It was requested of me to create an Asterisk FreeTDS (cdr_tds.c) module to allow Asterisk to populate MS SQL Server (and Sybase) with CDR records. unixODBC has been thrown around as a bright shiny button but it adds an additional layer of DB abstraction. That additional layer of abstraction can cause problems when it is not necessary for our TDS (MS
2004 Jan 20
3
Still problems at compiling
...LDIR=\"/var/spool/asterisk\" -DASTLOGDIR=\"/var/log/asterisk\" -DASTCONFPATH=\"/etc/asterisk/asterisk.conf\" -DASTMODDIR=\"/usr/lib/asterisk/modules\" -DASTAGIDIR=\"/var/lib/asterisk/agi-bin\" -DBUSYDETECT_MARTIN -DNEW_PRI_HANGUP -fPIC `ls *.c` app_sql_postgres.c:30:22: libpq-fe.h: No such file or directory make[1]: Leaving directory `/usr/src/asterisk/apps' make[1]: Entering directory `/usr/src/asterisk/codecs' Makefile:88: .depend: No such file or directory ../mkdep -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g...
2004 Jan 23
3
Problem installing Asterisk with Mandrake 9.1
Hi All, I am trying to get Asterisk up and running on my new Mandrake 9.1 install. I've installed Linux in the "standard" mandrake security mode, and "su" to do my attempts at install. I managed to obtain the source from CVS, and have been able to compile Zaptel. I then ran insmod zaptel, and also make config. I think I have compiled and loaded Zaptel successfully as