search for: asterisk_gpl_key

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

2003 Nov 11
4
Registering an application
...er_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; STANDARD_USECOUNT(res); return res; } char *key() { return ASTERISK_GPL_KEY; } I've put the so in apps/ but no results.. Thanks a lot for any help.. Alex -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031111/869d7328/attachment.htm
2011 Nov 08
2
Licensing question.
...oes it mean? Does it mean I can write non-GPL modules(BSD, MIT, etc)? Can I build my modules in common asterisk source tree(i.e. using LOCAL_MOD_SUBDIRS="my_mod_subdirs_list" make ) or must use separate tree? If so, then since Asterisk core does not accepts anything except AST_MODULE_INFO(ASTERISK_GPL_KEY, ....) what I should do here? regards, Yaroslav.
2009 Aug 26
1
app_swift issue
...n 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 Regards Shakeel Abbas -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090826/765439e5/attachment.htm
2008 Mar 13
4
Application registration on Asterisk 1.4 and 1.6?
...nt 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 applications are registered in arterisk 1.2.* changed to much from version 1.4.* and 1.6.*? Best Regards. Tarjeta de cr?dito Yahoo! de Banco Supervielle. Solicit? tu nueva Tarjeta de cr?dito. De tu PC directo a tu casa. www.tuprimeratarjeta.com.ar...
2009 Aug 26
4
Fw: app_swift issue
...BUG, "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 Regards Shakeel Abbas -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090826/b8bd9aff/attachment.htm
2005 Aug 26
0
Broken pipe of stdinpcm on asterisk-ices.xml
...RD_HANGUP_LOCALUSERS; return ast_unregister_application(app); } int load_module(void) { return ast_register_application(app, ices_exec, synopsis, descrip); } char *description(void) { return tdesc; } int usecount(void) { int res; STANDARD_USECOUNT(res); return res; } char *key() { return ASTERISK_GPL_KEY; } ------------------------------- Is this "broken pipe" means that I don't have "stdinpcim" on /dev? My system has "stdin" but no "stdinpcm". [zenkato@p4c8 dev]$ ls -al|grep stdin lrwxrwxrwx 1 root root 15 8 27 2005 stdin -> /proc/s...
2003 Jul 11
4
module : cdr_sybase.so
...ast_log(LOG_ERROR,"Database dbuser not specified.\n"); return -1; } if (password == NULL) { ast_log(LOG_ERROR,"Database password not specified.\n"); return -1; } return 0; } int usecount(void) { return 0; } char *key() { return ASTERISK_GPL_KEY; }
2005 Jan 22
0
chan_capi patch: app_capiFax modifications
...NGUP_LOCALUSERS; return ast_unregister_application(app); } int load_module(void) { return ast_register_application(app, capianswerfax_exec,synopsis,tdesc); } char *description(void) { return tdesc; } int usecount(void) { int res; STANDARD_USECOUNT(res); return res; } char *key() { return ASTERISK_GPL_KEY; }
2005 Aug 25
2
Custom Application For Asterisk
...cdpassword); if (abcdcharset) free(abcdcharset); if (abcdlanguage) free(abcdlanguage); return 0; } int reload(void) { unload_module(); return load_module(); } int usecount(void) { int res; STANDARD_USECOUNT(res); return res; } char *description(void) { return tdesc;} char *key() { return ASTERISK_GPL_KEY; }
2005 Jun 20
2
app_valetparking.c
Since www.bkw.org seems not to exist anymore (getting response from some hosting provider), does anyone happend to have a copy of app_valetparking.c from www.bkw.org - the one that should work with * stable 1.0.X ? If so please contact me. One that can be downloaded from www.loligo.com dosn't compile with 1.0.X, and SuperValletParking (www.asterlink.com/svp/) seems to be for * HEAD
2005 Jun 20
1
Re: app_valetparking.c for * STABLE (1.0.X)
Nope ! This is the one that tries to include PRE 1.0.X header file <parking.h>. It cannot compile on * 1.0.X (I have tried also to include <features.h> instead of <parking.h> (as far as I know features.h is successor to parking.h), but still without results). Thanks anyway. Nenad > > Try this > >> Since www.bkw.org seems not to exist anymore (getting
2009 Oct 05
3
Questions about app_jack.c
Hello, My configuration is : Card 0 - kernel dummy sound card Card 1 - my soundcard I have a jackd running in background. My jackd launch command is : jackd --port-max 16 --realtime --no-mlock -d alsa --playback hw:1,0 --capture hw:1,0 --rate 8000 --period 1024 --shorts --inchannels 2 --outchannels 2 --dither triangular & 1 ) I open asterisk with chan_alsa.so connected (with asoundrc) to