[Home]

Summary:ASTERISK-01865: no output from "h.323 show codecs"
Reporter:davet (davet)Labels:
Date Opened:2004-06-22 05:11:47Date Closed:2011-06-07 14:10:24
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When using a remote console, "asterisk -vvr" the output of the "h.323 show codecs" command goes to the asterisk console "-c" and not the remote console. It therefore looks like there is no output from the command.

****** ADDITIONAL INFORMATION ******

After further investigation it looks like there is no output of any commands to the remote console from ast_h323.cpp, including "show debug", "show trace" etc. I am guessing that this is because it is using "cout <<" and not "ast_cli()" to produce output.
Comments:By: zoa (zoa) 2004-06-22 13:33:24

i think thats documented in the makefile...

By: twisted (twisted) 2004-07-01 22:41:59

From the README file in that directory:

"Also, a full debug screen output is almost needed. Make sure you are
in the full console mode (-c) and turn on 'h.323 debug' or worst case
senerio 'h.323 trace 4'.

If you are motivated to make debug show up on a remote (-r) console,
please submit a patch to the Asterisk bug tracker: http://bugs.digium.com/"

I suggest writing a patch to resolve this, or I will be closing this out as not a bug.