dect
/
asterisk
Archived
13
0
Fork 0

Fixed a spelling error in the q850 reason header option in the output of sip show settings.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@227298 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
mnicholson 2009-11-03 18:22:28 +00:00
parent c20585f9c2
commit cc975eadf7
1 changed files with 1 additions and 1 deletions

View File

@ -16510,7 +16510,7 @@ static char *sip_show_settings(struct ast_cli_entry *e, int cmd, struct ast_cli_
else
ast_cli(a->fd, " SIP realtime: Enabled\n" );
ast_cli(a->fd, " Qualify Freq : %d ms\n", global_qualifyfreq);
ast_cli(a->fd, " User Reson header: %s\n", cli_yesno(ast_test_flag(&global_flags[1], SIP_PAGE2_Q850_REASON)));
ast_cli(a->fd, " Q.850 Reason header: %s\n", cli_yesno(ast_test_flag(&global_flags[1], SIP_PAGE2_Q850_REASON)));
ast_cli(a->fd, "\nNetwork QoS Settings:\n");
ast_cli(a->fd, "---------------------------\n");
ast_cli(a->fd, " IP ToS SIP: %s\n", ast_tos2str(global_tos_sip));