Index: channels/chan_sip.c =================================================================== --- channels/chan_sip.c (revision 220823) +++ channels/chan_sip.c (working copy) @@ -15624,6 +15624,7 @@ ast_cli(fd, " Pickupgroup : "); print_group(fd, peer->pickupgroup, 0); peer_mailboxes_to_str(&mailbox_str, peer); + ast_cli(fd, " MOH Suggest : %s\n", peer->mohsuggest); ast_cli(fd, " Mailbox : %s\n", mailbox_str->str); ast_cli(fd, " VM Extension : %s\n", peer->vmexten); ast_cli(fd, " LastMsgsSent : %d/%d\n", (peer->lastmsgssent & 0x7fff0000) >> 16, peer->lastmsgssent & 0xffff);