search for: conference_bridges

Displaying 5 results from an estimated 5 matches for "conference_bridges".

Did you mean: conference_bridge
2014 Mar 12
0
module load Crash Asterisk 11.5.1 app_confbridge.c
...=Inside count_exec =============\n"); if ( ast_strlen_zero(data)) { ast_log(LOG_WARNING, "MyConfbrigeCount requires an argument (conference number)\n"); ast_verb(3, "\n MyConfbrigeCount requires an argument (conference number\n "); return -1; } if (!ao2_container_count(conference_bridges)) { ast_verb(3, "No active conferences."); ast_log(LOG_NOTICE, "No active conferences."); return -1; } if (!(localdata = ast_strdupa(data))){ return -1; } AST_STANDARD_APP_ARGS(args, localdata); ast_copy_string(tmp.name, args.confno, sizeof(tmp.name)); conf = ao2_find(confe...
2014 Mar 13
0
Any Help ? user defined application .module load Crash Asterisk 11.5.1 app_confbridge.c
...=Inside count_exec =============\n"); if ( ast_strlen_zero(data)) { ast_log(LOG_WARNING, "MyConfbrigeCount requires an argument (conference number)\n"); ast_verb(3, "\n MyConfbrigeCount requires an argument (conference number\n "); return -1; } if (!ao2_container_count(conference_bridges)) { ast_verb(3, "No active conferences."); ast_log(LOG_NOTICE, "No active conferences."); return -1; } if (!(localdata = ast_strdupa(data))){ return -1; } AST_STANDARD_APP_ARGS(args, localdata); ast_copy_string(tmp.name, args.confno, sizeof(tmp.name)); conf = ao2_find(confe...
2014 Mar 13
1
Any help Address 0xfffffffe out of bounds in app_confbridge.casterisk-11.5.1 using confbridge.conf
Address 0xfffffffe out of bounds why and how to solve.MyConfbridgeCount(conferencenumber,variablename )return total number of user in conference given by conferencenumber otherwise zero.At runtime using MyConfbridgeCount(4000,count ).now app2: MyConfbridgeCount will call function count_exec(struct ast_channel *chan, const char *data).But at compile time char * data cause core dumped.
2014 Mar 07
1
asterisk11.5.1 module not load why ? any help
...ch.capabilities); if (ast_channel_register(&record_tech)) { ast_log(LOG_ERROR, "Unable to register ConfBridge recorder.\n"); return AST_MODULE_LOAD_FAILURE; } /* Create a container to hold the conference bridges */ if (!(conference_bridges = ao2_container_alloc(CONFERENCE_BRIDGE_BUCKETS, conference_bridge_hash_cb, conference_bridge_cmp_cb))) { ast_verb(3, "Unable to Create a container to hold the conference bridges .\n"); return AST_MODULE_LOAD_FAILURE; } if (ast_register...
2014 Apr 04
1
Confbridge options
Hi, I'm doing an evaluation of Confbridge (migrating from Meetme). Looking at: https://wiki.asterisk.org/wiki/display/AST/ConfBridge+10 Under the heading "User Profile Configuration Options" the option announce_only_user is present. The sample config looks like this: -- ;announce_only_user=yes ;Sets if the only user announcement should be played when a channel enters a empty