search for: unload_modul

Displaying 20 results from an estimated 53 matches for "unload_modul".

Did you mean: unload_module
2003 Apr 30
2
oh323 failed to load
...penH323 Channel Driver) == Parsing '/etc/asterisk/oh323.conf': Found ERROR[1024]: File chan_oh323.c, Line 1304 (load_module): CAP_NSUP_ER. WARNING[1024]: File loader.c, Line 273 (ast_load_resource): chan_oh323.so: load_module failed, returning -1 DEBUG[1024]: File chan_oh323.c, Line 1330 (unload_module): Cleaning up OpenH323 channel driver... DEBUG[1024]: File chan_oh323.c, Line 1334 (unload_module): Incoming calls = 0. DEBUG[1024]: File chan_oh323.c, Line 1335 (unload_module): Outgoing calls = 0. DEBUG[1024]: File chan_oh323.c, Line 1360 (unload_module): Done... WARNING[1024]: File loader.c,...
2003 Feb 19
5
codecs
Hello, can i use different audio codecs when i calling between sip devices ( snom phones ) and different when i making call from isdn to sip or from sip to isdn ? best regards Marian -- SUNTEQ s. r. o. Bojnicka cesta 35 # Prievidza # 971 04 # Slovak republic Tel: +421-46-5430 754 # Fax: +421-46-5439 144 http://www.sunteq.sk/ ------------------------------------------------------------ A
2006 Apr 01
2
Install problem with res_snmp.so from current trunk (bug?)
Just updated two fc3 systems running svn trunk. One updated, installed properly, and is working fine. The second box failed during the 'make install' process with: /usr/lib/libnetsnmp.a(parse.o)(.text+0x275a): In function `unload_module': : multiple definition of `unload_module' res_snmp.o(.text+0x310):/usr/src/asterisk/res/res_snmp.c:102: first defined here /usr/bin/ld: Warning: size of symbol `unload_module' changed from 66 in res_snmp.o to 284 in /usr/lib/libnetsnmp.a(parse.o) collect2: ld returned 1 exit statu...
2005 May 27
0
compiling new module; conflicting function
...I'm trying to bring ast-ax-snmp up to date with current CVS. It's a small patch against chan_zap and pbx, but also has a loadable module component. That module is compiled against some NET-SNMPD headers/libraries. But net-snmpd also has module support and they have a function called "unload_module", just like asterisk does. So I get this error when compiling: cc -I../asterisk -D_GNU_SOURCE -c -o ast-ax-snmpd.o ast-ax-snmpd.c In file included from ast-ax-snmpd.c:26: /usr/include/asterisk/module.h:37: conflicting types for `unload_module' /usr/include/net-snmp/library/parse.h:212:...
2003 Nov 11
4
Registering an application
...t; static char *tdesc = "Alex's app"; static char *app = "Alex"; static char *synopsis = "Alex test"; static char *descrip ="Test"; STANDARD_LOCAL_USER; LOCAL_USER_DECL; static int alex_exec(struct ast_channel *chan, void *data) { return 0; } int unload_module(void) { STANDARD_HANGUP_LOCALUSERS; return ast_unregister_application(app); } int load_module(void) { return ast_register_application(app, alex_exec, synopsis, descrip); } char *description(void) { return tdesc; } int usecount(void) { int res; STA...
2005 Feb 11
8
chan_capi and asterisk
...terisk) == Parsing '/etc/asterisk/capi.conf': Found Feb 11 13:50:36 NOTICE[2535]: chan_capi.c:2636 load_module: CAPI not installed! Feb 11 13:50:36 WARNING[2535]: loader.c:345 ast_load_resource: chan_capi.so: load_module failed, returning -1 Feb 11 13:50:36 WARNING[2535]: chan_capi.c:2812 unload_module: Unable to unregister from CAPI! == Unregistered channel type 'CAPI' Feb 11 13:50:36 WARNING[2535]: loader.c:391 load_modules: Loading module chan_capi.so failed! my lsmod shows: Module Size Used by mISDN_capi 85312 0 kernelcapi 45088 1 mISDN_...
2006 Dec 28
2
Error compiling chan_vpb
...b.oo: In function `key': /root/asterisk/asterisk-1.4.0/channels/chan_vpb.cc:3053: multiple definition of `key' chan_vpb.o:chan_vpb.cc:(.text+0x1e2): first defined here /usr/bin/ld: Warning: size of symbol `key' changed from 10 in chan_vpb.o to 22 in chan_vpb.oo chan_vpb.oo: In function `unload_module': /root/asterisk/asterisk-1.4.0/channels/chan_vpb.cc:2782: multiple definition of `unload_module' chan_vpb.o:chan_vpb.cc:(.text+0x4b98): first defined here /usr/bin/ld: Warning: size of symbol `unload_module' changed from 525 in chan_vpb.o to 532 in chan_vpb.oo chan_vpb.oo:(.data+0x0):...
2003 Jun 18
2
Problem with oh323 package for asterisk
...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 WARNING[1024]: File loader.c, Line 242 (ast_load_resource): No unload_module in module /usr/lib/asterisk/modules/liboh323wrap.so WARNING[1024]: File loader.c, Line 249 (ast_load_resource): No usecount in module /usr/lib/asterisk/modules/liboh323wrap.so WARNING[1024]: File loader.c, Line 256 (ast_load_resource): No description in module /usr/lib/asterisk/modules/lib...
2005 Mar 04
1
chan_capi with patch compilation error
...g the line CC=gcc-2.95 but now I have this error: chan_capi.c: In function `load_module': chan_capi.c:2843: warning: passing arg 1 of `ast_channel_register' from incompatible pointer type chan_capi.c:2843: too many arguments to function `ast_channel_register' chan_capi.c: In function `unload_module': chan_capi.c:2863: warning: passing arg 1 of `ast_channel_unregister' from incompatible pointer type make: *** [chan_capi.o] Error 1 Someone can help me ? Bye
2007 May 17
0
Compiling DBQuery
...qualifiers from pointer target type res_mysqlpool.c:695: warning: assignment discards qualifiers from pointer target type res_mysqlpool.c:703: warning: assignment discards qualifiers from pointer target type res_mysqlpool.c: At top level: res_mysqlpool.c:946: warning: no previous prototype for ?unload_module? res_mysqlpool.c: In function ?unload_module?: res_mysqlpool.c:957: error: ?STANDARD_HANGUP_LOCALUSERS? undeclared (first use in this function) res_mysqlpool.c:957: error: (Each undeclared identifier is reported only once res_mysqlpool.c:957: error: for each function it appears in.) res_mysql...
2007 May 31
0
Urgent-- Error while installing app_dtmftotext.
...nt__use__ast_gethostbyname__instead__’ app_dtmftotext.c:396: warning: assignment makes pointer from integer without a cast app_dtmftotext.c:535: warning: implicit declaration of function ‘LOCAL_USER_REMOVE’ app_dtmftotext.c: At top level: app_dtmftotext.c:1031: warning: no previous prototype for ‘unload_module’ app_dtmftotext.c: In function ‘unload_module’: app_dtmftotext.c:1032: error: ‘STANDARD_HANGUP_LOCALUSERS’ undeclared (first use in this function) app_dtmftotext.c:1032: error: (Each undeclared identifier is reported only once app_dtmftotext.c:1032: error: for each function it appears in.) app_d...
2007 Jan 29
0
Rxfax and txfax
...m incompatible pointer type app_rxfax.c:344: warning: passing argument 1 of 'fax_release' from incompatible pointer type app_rxfax.c:350: warning: implicit declaration of function 'LOCAL_USER_REMOVE' app_rxfax.c: At top level: app_rxfax.c:356: warning: no previous prototype for 'unload_module' app_rxfax.c: In function 'unload_module': app_rxfax.c:357: error: 'STANDARD_HANGUP_LOCALUSERS' undeclared (first use in this function) app_rxfax.c:357: error: (Each undeclared identifier is reported only once app_rxfax.c:357: error: for each function it appears in.) app_rxfax....
2004 Mar 30
2
CAPI problems when loading chan_capi.so
...91xxxxxx,*,pstn,0x2,2) (1,2,64) (0)(0.800000/0.800000) 0 Mar 30 19:47:52 NOTICE[16384]: chan_capi.c:2675 load_module: CAPI not installed! Mar 30 19:47:52 WARNING[16384]: loader.c:312 ast_load_resource: chan_capi.so: load_module failed, returning -1 Mar 30 19:47:52 WARNING[16384]: chan_capi.c:2762 unload_module: Unable to unregister from CAPI! == Unregistered channel type 'CAPI' Mar 30 19:47:52 WARNING[16384]: loader.c:358 load_modules: Loading module chan_capi.so failed! --- To test, I just modified the default MSN (50) to a real one (91xxxxxx <-- faked here). My capi.conf: --- pbx:/e...
2003 Nov 09
1
chan_capi & Eicon Diva problem
...for Asterisk) == Parsing '/etc/asterisk/capi.conf': Found NOTICE[16384]: File chan_capi.c, Line 2646 (load_module): CAPI not installed! WARNING[16384]: File loader.c, Line 305 (ast_load_resource): chan_capi.so: load_module failed, returning -1 WARNING[16384]: File chan_capi.c, Line 2733 (unload_module): Unable to unregister from CAPI! WARNING[16384]: File loader.c, Line 351 (load_modules): Loading module chan_capi.so failed! I have /dev/capi20 and /dev/capi20.00-19 devices with major 68. But I also have /dev/Divas with major 254 crw------- 1 root root 68, 0 Jan 30 2003 capi20 cr...
2006 Nov 29
1
Getting app_cepstral to work with Asterisk 1.4.0-beta3
...tral.c: In function `cepstral_exec': app_cepstral.c:225: warning: implicit declaration of function `LOCAL_USER_ADD' app_cepstral.c:233: warning: implicit declaration of function `LOCAL_USER_REMOVE' app_cepstral.c: At top level: app_cepstral.c:252: warning: no previous prototype for 'unload_module' app_cepstral.c: In function `unload_module': app_cepstral.c:253: error: `STANDARD_HANGUP_LOCALUSERS' undeclared (first use in this function) app_cepstral.c: At top level: app_cepstral.c:258: warning: no previous prototype for 'load_module' app_cepstral.c:263: warning: no previ...
2007 Oct 11
2
CentOS 5 LiveCD better than the real one?
Folks, I am terribly puzzled by an issue reported as bug 2381 [http://bugs.centos.org/view.php?id=2381] ? definitely an upstream bug, as it does the same under X/OS 5 and StartCom 5. Simply put: Hibernation fails with horrendous I/O errors after swsusp starts dumping to swap. What bugs me is that hibernating from the CentOS 5 LiveCD *works*!!! (on the same hardware) How could I investigate to
2008 Mar 13
4
Application registration on Asterisk 1.4 and 1.6?
...ays returns an error trying to load the module or more specific, trying to register the application. here is the code: int load_module(void){ int res; res = ast_register_application(app, example_exec, synopsis, descrip); return res; } int reload(void){ return load_module(); } int unload_module(void){ //STANDARD_HANGUP_LOCALUSERS; return ast_unregister_application(app); } char *description(void){ return tdesc; } int usecount(void){ int res; //STANDARD_USECOUNT(res); return res; } char *key(){ return ASTERISK_GPL_KEY; } Have the registration way that the appli...
2005 May 27
1
Re: Asterisk-Users Digest, Vol 10, Issue 221
...er type chan_unicall.c:4556: too many arguments to function `ast_channel_register' chan_unicall.c:4564: warning: passing arg 1 of `ast_channel_register' from incompatible pointer type chan_unicall.c:4564: too many arguments to function `ast_channel_register' chan_unicall.c: In function `unload_module': chan_unicall.c:4603: warning: passing arg 1 of `ast_channel_unregister' from incompatible pointer type chan_unicall.c:4604: warning: passing arg 1 of `ast_channel_unregister' from incompatible pointer type chan_unicall.c: In function `unicall_sendtext': chan_unicall.c:4666: deref...
2004 Dec 27
0
[chan_capi] can't get it compiled
...#39; chan_capi.c:2640: warning: implicit declaration of function `capi20_register' chan_capi.c:2650: warning: implicit declaration of function `capi20_get_profile' chan_capi.c:2793: warning: passing arg 4 of `ast_channel_register' from incompatible pointer type chan_capi.c: In function `unload_module': chan_capi.c:2811: warning: implicit declaration of function `capi20_release' etcetera, etcetera I hope someone have a real working solution :) Best regards, Peter
2006 Oct 13
0
Asterisk 1.4 / install app_bundle problems
...fordigits.c:88: warning: initialization discards qualifiers from pointer target type app_waitfordigits.c:99: warning: implicit declaration of function `LOCAL_USER_ADD' app_waitfordigits.c:137: warning: implicit declaration of function `LOCAL_USER_REMOVE' app_waitfordigits.c: In function `unload_module': app_waitfordigits.c:196: error: `STANDARD_HANGUP_LOCALUSERS' undeclared (first use in this function) app_waitfordigits.c:196: error: (Each undeclared identifier is reported only once app_waitfordigits.c:196: error: for each function it appears in.) app_waitfordigits.c: In function `use...