search for: handle_showchan

Displaying 3 results from an estimated 3 matches for "handle_showchan".

2018 Feb 21
2
Asterisk crash on core show channel
...ib64/libc.so.6 #1 0x00000000004a91ca in cdr_object_get_by_name_cb () #2 0x0000000000463c60 in internal_ao2_traverse () #3 0x0000000000463fc3 in __ao2_callback () #4 0x00000000004a9b7d in cdr_object_get_by_name () #5 0x00000000004a9d80 in ast_cdr_serialize_variables () #6 0x00000000004de411 in handle_showchan () #7 0x00000000004e15a5 in ast_cli_command_full () #8 0x00000000004e175b in ast_cli_command_multiple_full () #9 0x0000000000455246 in netconsole () #10 0x000000000060f192 in dummy_start () #11 0x00007f1f9cd3b9d1 in start_thread () from /lib64/libpthread.so.0 #12 0x00007f1f9be908fd in clone () f...
2018 Feb 21
2
Asterisk crash on core show channel
...0000004a91ca in cdr_object_get_by_name_cb () > #2 0x0000000000463c60 in internal_ao2_traverse () > #3 0x0000000000463fc3 in __ao2_callback () > #4 0x00000000004a9b7d in cdr_object_get_by_name () > #5 0x00000000004a9d80 in ast_cdr_serialize_variables () > #6 0x00000000004de411 in handle_showchan () > #7 0x00000000004e15a5 in ast_cli_command_full () > #8 0x00000000004e175b in ast_cli_command_multiple_full () > #9 0x0000000000455246 in netconsole () > #10 0x000000000060f192 in dummy_start () > #11 0x00007f1f9cd3b9d1 in start_thread () from /lib64/libpthread.so.0 > #12 0x...
2006 Feb 24
1
ImportVar Syntax
...sult is SIP/21. The info that I want is stored in the channel's "Direct Bridge" variable. I have tried: ImportVar(TEST=SIP/25-6d2a|name) which doesn't seem to do anything. Looking through the code, the thing that I am looking for is: c->_bridge->name (in function "handle_showchan). The voip-info page for ImportVar returns an error, and I couldn't find any occurance of ImportVar, except in pbx.c. Thanks in advance! Steve