@ -16394,6 +16394,7 @@ static char *_sip_show_peer(int type, int fd, struct mansession *s, const struct
ast_cli ( fd , " RTP Engine : %s \n " , peer - > engine ) ;
ast_cli ( fd , " RTP Engine : %s \n " , peer - > engine ) ;
ast_cli ( fd , " Parkinglot : %s \n " , peer - > parkinglot ) ;
ast_cli ( fd , " Parkinglot : %s \n " , peer - > parkinglot ) ;
ast_cli ( fd , " Use Reason : %s \n " , AST_CLI_YESNO ( ast_test_flag ( & peer - > flags [ 1 ] , SIP_PAGE2_Q850_REASON ) ) ) ;
ast_cli ( fd , " Use Reason : %s \n " , AST_CLI_YESNO ( ast_test_flag ( & peer - > flags [ 1 ] , SIP_PAGE2_Q850_REASON ) ) ) ;
ast_cli ( fd , " Encryption : %s \n " , AST_CLI_YESNO ( ast_test_flag ( & peer - > flags [ 1 ] , SIP_PAGE2_USE_SRTP ) ) ) ;
ast_cli ( fd , " \n " ) ;
ast_cli ( fd , " \n " ) ;
peer = unref_peer ( peer , " sip_show_peer: unref_peer: done with peer ptr " ) ;
peer = unref_peer ( peer , " sip_show_peer: unref_peer: done with peer ptr " ) ;
} else if ( peer & & type = = 1 ) { /* manager listing */
} else if ( peer & & type = = 1 ) { /* manager listing */
@ -16449,6 +16450,7 @@ static char *_sip_show_peer(int type, int fd, struct mansession *s, const struct
astman_append ( s , " SIP-Sess-Expires: %d \r \n " , peer - > stimer . st_max_se ) ;
astman_append ( s , " SIP-Sess-Expires: %d \r \n " , peer - > stimer . st_max_se ) ;
astman_append ( s , " SIP-Sess-Min: %d \r \n " , peer - > stimer . st_min_se ) ;
astman_append ( s , " SIP-Sess-Min: %d \r \n " , peer - > stimer . st_min_se ) ;
astman_append ( s , " SIP-RTP-Engine: %s \r \n " , peer - > engine ) ;
astman_append ( s , " SIP-RTP-Engine: %s \r \n " , peer - > engine ) ;
astman_append ( s , " SIP-Encryption: %s \r \n " , ast_test_flag ( & peer - > flags [ 1 ] , SIP_PAGE2_USE_SRTP ) ? " Y " : " N " ) ;
/* - is enumerated */
/* - is enumerated */
astman_append ( s , " SIP-DTMFmode: %s \r \n " , dtmfmode2str ( ast_test_flag ( & peer - > flags [ 0 ] , SIP_DTMF ) ) ) ;
astman_append ( s , " SIP-DTMFmode: %s \r \n " , dtmfmode2str ( ast_test_flag ( & peer - > flags [ 0 ] , SIP_DTMF ) ) ) ;