search for: ao2_ref

Displaying 8 results from an estimated 8 matches for "ao2_ref".

Did you mean: __ao2_ref
2009 Jun 08
1
Help with asterisk core dump
...3 0x005ebe6b in __libc_message () from /lib/libc.so.6 #4 0x005f3b16 in _int_free () from /lib/libc.so.6 #5 0x005f7070 in free () from /lib/libc.so.6 #6 0x005e2876 in fclose@@GLIBC_2.1 () from /lib/libc.so.6 #7 0x0809eb2a in filestream_destructor (arg=0xb1f0f200) at file.c:340 #8 0x0806e412 in ao2_ref (user_data=0xb1f0f200, delta=-1) at astobj2.c:229 #9 0x0809c1e9 in ast_closestream (f=0xb1f0f200) at file.c:902 #10 0x00b03422 in local_ast_moh_stop (chan=0xb2150fd0) at res_musiconhold.c:1058 #11 0x00a6e510 in sip_indicate (ast=0xb2150fd0, condition=17, data=0x0, datalen=0) at chan_sip.c:4049 #...
2014 Jul 10
0
Asterisk 1.8.29.0 Now Available
...- [patch]When using FEC error correction, asterisk tries considers negative sequence numbers as missing (Reported by Torrey Searle) * ASTERISK-23921 - refcounter.py uses excessive ram for large refs files (Reported by Corey Farrell) * ASTERISK-23948 - REF_DEBUG fails to record ao2_ref against objects that were already freed (Reported by Corey Farrell) * ASTERISK-23984 - Infinite loop possible in ast_careful_fwrite() (Reported by Steve Davies) * ASTERISK-23897 - [patch]Change in SETUP ACK handling (checking PI) in revision 413765 breaks working environments (R...
2014 Jul 10
0
Asterisk 1.8.29.0 Now Available
...- [patch]When using FEC error correction, asterisk tries considers negative sequence numbers as missing (Reported by Torrey Searle) * ASTERISK-23921 - refcounter.py uses excessive ram for large refs files (Reported by Corey Farrell) * ASTERISK-23948 - REF_DEBUG fails to record ao2_ref against objects that were already freed (Reported by Corey Farrell) * ASTERISK-23984 - Infinite loop possible in ast_careful_fwrite() (Reported by Steve Davies) * ASTERISK-23897 - [patch]Change in SETUP ACK handling (checking PI) in revision 413765 breaks working environments (R...
2014 Jul 10
0
Asterisk 11.11.0 Now Available
...- [patch]When using FEC error correction, asterisk tries considers negative sequence numbers as missing (Reported by Torrey Searle) * ASTERISK-23921 - refcounter.py uses excessive ram for large refs files (Reported by Corey Farrell) * ASTERISK-23948 - REF_DEBUG fails to record ao2_ref against objects that were already freed (Reported by Corey Farrell) * ASTERISK-23916 - [patch]SIP/SDP fmtp line may include whitespace between attributes (Reported by Alexander Traud) * ASTERISK-23984 - Infinite loop possible in ast_careful_fwrite() (Reported by Steve Davies) *...
2014 Jul 10
0
Asterisk 11.11.0 Now Available
...- [patch]When using FEC error correction, asterisk tries considers negative sequence numbers as missing (Reported by Torrey Searle) * ASTERISK-23921 - refcounter.py uses excessive ram for large refs files (Reported by Corey Farrell) * ASTERISK-23948 - REF_DEBUG fails to record ao2_ref against objects that were already freed (Reported by Corey Farrell) * ASTERISK-23916 - [patch]SIP/SDP fmtp line may include whitespace between attributes (Reported by Alexander Traud) * ASTERISK-23984 - Infinite loop possible in ast_careful_fwrite() (Reported by Steve Davies) *...
2014 Jul 10
0
Asterisk 12.4.0 Now Available
...orted by Torrey Searle) * ASTERISK-23947 - ActionID missing from AMI PJSIP events (PJSIPShowEndpoints, etc.) (Reported by Mark Michelson) * ASTERISK-23921 - refcounter.py uses excessive ram for large refs files (Reported by Corey Farrell) * ASTERISK-23948 - REF_DEBUG fails to record ao2_ref against objects that were already freed (Reported by Corey Farrell) * ASTERISK-23916 - [patch]SIP/SDP fmtp line may include whitespace between attributes (Reported by Alexander Traud) * ASTERISK-23984 - Infinite loop possible in ast_careful_fwrite() (Reported by Steve Davies) *...
2014 Jul 10
0
Asterisk 12.4.0 Now Available
...orted by Torrey Searle) * ASTERISK-23947 - ActionID missing from AMI PJSIP events (PJSIPShowEndpoints, etc.) (Reported by Mark Michelson) * ASTERISK-23921 - refcounter.py uses excessive ram for large refs files (Reported by Corey Farrell) * ASTERISK-23948 - REF_DEBUG fails to record ao2_ref against objects that were already freed (Reported by Corey Farrell) * ASTERISK-23916 - [patch]SIP/SDP fmtp line may include whitespace between attributes (Reported by Alexander Traud) * ASTERISK-23984 - Infinite loop possible in ast_careful_fwrite() (Reported by Steve Davies) *...
2014 Mar 07
1
asterisk11.5.1 module not load why ? any help
...e a container to hold the conference bridges .\n"); return AST_MODULE_LOAD_FAILURE; } if (ast_register_application_xml(app, confbridge_exec)) { ast_verb(3,"\n inside ast_register_application_xml conditdion app ==\n "); ao2_ref(conference_bridges, -1); return AST_MODULE_LOAD_FAILURE; } ast_verb(3,"== Before ast_cli_register_multiple ==\n "); //same as unregister . ast_cli_register_multiple(cli_confbridge, sizeof(cli_confbridge) / sizeof(struct ast_cli_entry));...