search for: ao2_container_alloc

Displaying 2 results from an estimated 2 matches for "ao2_container_alloc".

Did you mean: __ao2_container_alloc
2014 Mar 07
1
asterisk11.5.1 module not load why ? any help
...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_application_xml(app, c...
2008 Mar 17
2
Order of queue member list
We just recently upgraded from Asterisk 1.2 to 1.4, and quickly noticed a change in the behaviour of the queues--a change that we cannot live with. We've used AddQueueMember/RemoveQueueMember to manage logging into and out of our queues for over a year now with Asterisk 1.2, and in that version the queue members were sorted in such a way that the person who had been logged in the longest