Displaying 2 results from an estimated 2 matches for "ast_custom_function_regist".
Did you mean:
ast_custom_function_register
2014 Mar 07
1
asterisk11.5.1 module not load why ? any help
...dge";
if (conf_load_config(0)) {
ast_verb(3, "Unable to load config. Not loading module.\n");
ast_log(LOG_ERROR, "Unable to load config. Not loading
module.\n");
return AST_MODULE_LOAD_DECLINE;
}
if ((ast_custom_function_register(&confbridge_function))) {
return AST_MODULE_LOAD_FAILURE;
}
if ((ast_custom_function_register(&confbridge_info_function))) {
return AST_MODULE_LOAD_FAILURE;
}
if (!(record_tech.capabilities = ast_format_cap_alloc())) {...
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