search for: ast_config_destroy

Displaying 9 results from an estimated 9 matches for "ast_config_destroy".

2005 Jan 26
2
Issue with res_config_mysql.so in latest CVS
...arsing '/etc/asterisk/res_mysql.conf': Found Jan 26 13:03:51 WARNING[27081]: res_config_mysql.c:561 parse_config: MySQL RealTime: No database socket found, using '/tmp/mysql.sock' as default. Jan 26 13:03:51 WARNING[27081]: config_old.c:39 ast_destroy: ast_destroy is deprecated, use ast_config_destroy instead! asterisk: symbol lookup error: /usr/lib/asterisk/modules/res_config_mysql.so: undefined symbol: ast_cust_config_register Any ideas on how to resolve this?
2005 Mar 20
1
HELP: Failed start after install asterisk_oh323-0.7.1
...(InAccess Networks OpenH323 Channel Driver) Mar 21 11:13:25 WARNING[16199]: config_old.c:27 ast_load: ast_load is deprecated, use ast_config_load instead! == Parsing '/etc/asterisk/rtp.conf': Found Mar 21 11:13:25 WARNING[16199]: config_old.c:39 ast_destroy: ast_destroy is deprecated, use ast_config_destroy instead! == Parsing '/etc/asterisk/oh323.conf': Found [1]WrapH323EndPoint::WrapH323EndPoint: Compile-time libraries OpenH323 v1.13.5, PWlib v1.6.6 [1]WrapGatekeeperServer::WrapGatekeeperServer: Creating new gatekeeper. Ouch ... error while writing audio data: : Broken pipe Segmentation fa...
2009 Aug 26
1
app_swift issue
...rieve(cfg, "general", "goto_exten"))) { if (!strcmp(t, "yes")) cfg_goto_exten = 1; else cfg_goto_exten = 0; ast_log(LOG_DEBUG, "Config goto_exten is %d\n", cfg_goto_exten); } ast_config_destroy(cfg); } else { ast_log(LOG_NOTICE, "Failed to load config\n"); } return res; } char *description(void) { return tdesc; } #define AST_MODULE "app_swift" AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "Cepstral Swift TTS Application"); -...
2007 May 23
0
Problems compiling res_config_mysql (asterisk addons)
...mysql.c:209: undefined reference to `ast_log' res_config_mysql.o(.text+0x75f):/usr/local/src/asterisk-addons-1.4.1/res_config_mysql.c:217: undefined reference to `ast_log' res_config_mysql.o(.text+0x770):/usr/local/src/asterisk-addons-1.4.1/res_config_mysql.c:218: undefined reference to `ast_config_destroy' res_config_mysql.o(.text+0x8e2):/usr/local/src/asterisk-addons-1.4.1/res_config_mysql.c:241: undefined reference to `mysql_real_escape_string' res_config_mysql.o(.text+0x9b8):/usr/local/src/asterisk-addons-1.4.1/res_config_mysql.c:248: undefined reference to `mysql_real_escape_string'...
2009 Aug 26
4
Fw: app_swift issue
...g buffer_size is %d\n", cfg_buffer_size); } if ((t = ast_variable_retrieve(cfg, "general", "goto_exten"))) { if (!strcmp(t, "yes")) cfg_goto_exten = 1; else cfg_goto_exten = 0; ast_log(LOG_DEBUG, "Config goto_exten is %d\n", cfg_goto_exten); } ast_config_destroy(cfg); } else { ast_log(LOG_NOTICE, "Failed to load config\n"); } return res; } char *description(void) { return tdesc; } #define AST_MODULE "app_swift" AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "Cepstral Swift TTS Application"); -- Best Re...
2005 Feb 17
0
started asterisk with chan_misdn
...Channel driver for mISDN Support (Bri/Pri)) Feb 17 11:34:01 WARNING[3104]: config_old.c:27 ast_load: ast_load is deprecated, use ast_config_load instead! == Parsing '/etc/asterisk/misdn.conf': Found Feb 17 11:34:01 WARNING[3104]: config_old.c:39 ast_destroy: ast_destroy is deprecated, use ast_config_destroy instead! == Registered channel type 'mISDN' (This driver enables the asterisk to use hardware which is supported by the new ) Bidx 0 --> Child 10000101 Bidx 1 --> Child 10000201 No Upper ID my lsmod: Module Size Used by hfcpci 28716 0 mISDN_ds...
2005 Jul 07
1
Asterisk Crashes after update
...ast_config_load instead! [1;30;40m == [0;37;40mParsing '/etc/asterisk/res_mysql.conf': Not found (No such file or directory) Jul 6 21:32:24 [1;31;40mWARNING[0;37;40m[8492]: [1;37;40mconfig_old.c[0;37;40m:[1;37;40m44[0;37;40m [1;37;40mast_destroy[0;37;40m: ast_destroy is deprecated, use ast_config_destroy instead! Jul 6 21:32:24 [31;40mERROR[0;37;40m[8492]: [1;37;40mres_config_mysql.c[0;37;40m:[1;37;40m626[0;37;40m [1;37;40mmysql_reconnect[0;37;40m: MySQL RealTime: Failed to connect database server on . Check debug for more info. Jul 6 21:32:24 [1;31;40mWARNING[0;37;40m[8492]: [1;37;40mres_config...
2005 Mar 22
4
Feedback on CBMySql, MeetMe2 and web interface
I've had 50+ people download the web components, and other than reports of compile issues, I have not heard if this collection has worked for anyone. I do plan to keep updating the * applications and the web pages, but I have almost meet all of our internal requirements and wonder if anyone else is finding it usefull. My focus has been and will likely stay on the user interface, since I have
2005 Mar 18
3
ANNOUNCEMENT:Updatesforapp_cbmysqlandMeetMe2gui(out of tree modules)
I'm afraid I am at a loss. If the three files, app_cbmysql.c, app_meetme2.c and Makefile all exist in ../apps then a patch -p1 from the ../asterisk directory should work. The -p1 tells patch to ignore the first directory in the path to the file in the patch, -p2 ignores two directories. Another option is to just edit the apps-meetme-cbmysql.txt and split it into three patchs and apply