Index: channels/chan_sip.c =================================================================== --- channels/chan_sip.c (revision 108799) +++ channels/chan_sip.c (working copy) @@ -12914,6 +12914,7 @@ return CLI_SHOWUSAGE; ast_cli(a->fd, "\n\nGlobal Settings:\n"); ast_cli(a->fd, "----------------\n"); + ast_cli(a->fd, " SIP Debug: %d\n", sipdebug); ast_cli(a->fd, " SIP Port: %d\n", ntohs(bindaddr.sin_port)); ast_cli(a->fd, " Bindaddress: %s\n", ast_inet_ntoa(bindaddr.sin_addr)); ast_cli(a->fd, " Videosupport: %s\n", cli_yesno(ast_test_flag(&global_flags[1], SIP_PAGE2_VIDEOSUPPORT)));