search for: tds_free_connect

Displaying 8 results from an estimated 8 matches for "tds_free_connect".

2005 Jun 16
2
Error when compiling in freeTDS support
...ONNECTINFO' undeclared (first use in this function) cdr_tds.c:415: (Each undeclared identifier is reported only once cdr_tds.c:415: for each function it appears in.) cdr_tds.c:415: `connection' undeclared (first use in this function) cdr_tds.c:460: warning: implicit declaration of function `tds_free_connect' /usr/include/ctype.h: At top level: cdr_tds.c:71: warning: `connect_time' defined but not used make[1]: *** [cdr_tds.o] Error 1 make[1]: Leaving directory `/usr/src/asterisk/cdr' make: *** [subdirs] Error 1
2005 Apr 11
3
CDR and TDS
...ONNECTINFO' undeclared (first use in this function) cdr_tds.c:415: (Each undeclared identifier is reported only once cdr_tds.c:415: for each function it appears in.) cdr_tds.c:415: `connection' undeclared (first use in this function) cdr_tds.c:460: warning: implicit declaration of function `tds_free_connect' /usr/include/ctype.h: At top level: cdr_tds.c:71: warning: `connect_time' defined but not used make[1]: *** [cdr_tds.o] Error 1 make[1]: Leaving directory `/usr/src/asterisk/bristuff-0.2.0-RC7k/asterisk-1.0.6/cdr' make: *** [subdirs] Error 1 -------------- next part -------------- An...
2005 Sep 29
0
please help on FreeTDS (writing CDR to MS-SQL or MySQL)
...lared (first use in this function) cdr_tds.c:429: error: (Each undeclared identifier is reported only once cdr_tds.c:429: error: for each function it appears in.) cdr_tds.c:429: error: `connection' undeclared (first use in this function) cdr_tds.c:474: warning: implicit declaration of function `tds_free_connect' make[1]: *** [cdr_tds.o] Error 1 make[1]: Leaving directory `/usr/src/asterisk/cdr' make: *** [subdirs] Error 1 I think I might need to put in info such as the IP, DB name, user, password, etc. of my SQL server, but I'm not sure what the correct format is. Can anyone please give me a...
2007 Nov 21
1
Problem installing Asterisk
...entifier is reported only once cdr_tds.c:326: error: for each function it appears in.) cdr_tds.c:326: error: `connection' undeclared (first use in this function) cdr_tds.c:349: error: too few arguments to function `tds_alloc_context' cdr_tds.c:375: warning: implicit declaration of function `tds_free_connect' cdr_tds.c:389: error: `result_type' undeclared (first use in this function) cdr_tds.c:389: error: too many arguments to function `tds_process_simple_query' cdr_tds.c: In function `tds_load_module': cdr_tds.c:429: warning: unused variable `result_type' make[1]: *** [cdr_tds.o] E...
2005 Aug 25
2
Custom Application For Asterisk
...tds_read_config_info(tds, login, context->locale); if (!connection) { ast_log(LOG_ERROR, "tds_read_config() failed.\n"); goto connect_fail; } if (tds_connect(tds, connection) == TDS_FAIL) { ast_log(LOG_ERROR, "Failed to connect to MSSQL server.\n"); tds = NULL; tds_free_connect(connection); connection = NULL; goto connect_fail; } tds_free_connect(connection); connection = NULL; sprintf(query, "USE %s", abcddbname); #ifdef TDS_PRE_0_62 if ((tds_submit_query(tds, query) != TDS_SUCCEED) || (tds_process_simple_query(tds, &result_type) != TDS_SUCCEED ||...
2007 Jun 27
2
Problems compiling Asterisk 1.4.5
...lared (first use in this function) cdr_tds.c:326: error: (Each undeclared identifier is reported only once cdr_tds.c:326: error: for each function it appears in.) cdr_tds.c:326: error: `connection' undeclared (first use in this function) cdr_tds.c:379: warning: implicit declaration of function `tds_free_connect' cdr_tds.c:393: error: `result_type' undeclared (first use in this function) cdr_tds.c:393: error: too many arguments to function `tds_process_simple_query' cdr_tds.c: In function `tds_load_module': cdr_tds.c:434: warning: unused variable `result_type' make[1]: *** [cdr_tds.o] E...
2005 Jul 04
1
Asterisk 1.0.9 and FreeTDS
...entifier is reported only once cdr_tds.c:415: error: for each function it appears in.) cdr_tds.c:415: error: `connection' undeclared (first use in this function) cdr_tds.c:437: error: too few arguments to function `tds_alloc_context' cdr_tds.c:460: warning: implicit declaration of function `tds_free_connect' cdr_tds.c: At top level: cdr_tds.c:71: warning: `connect_time' defined but not used make[1]: *** [cdr_tds.o] Error 1 make[1]: Leaving directory `/usr/src/asterisk/cdr' make: *** [subdirs] Error 1 I checked the version of FreeTDS, it is freetds v0.64.dev.20050704. (upon seeing on anoth...
2004 Mar 31
2
sound issue
Hi all, I'm new to asterisk. I have it installed and 1 x100p card. I'm trying to use kphone to connect out. But, when I start * it gives me sound card busy error. I've checked ps aux and nothing seems to have the sound card. Any ideas? Does starting asterisk automatically take the sound card? Also, can you use the phone connected into the XFO card w/ asterisk or do you need an XFS card