diff --git a/apps/app_hasnewvoicemail.c b/apps/app_hasnewvoicemail.c index a345d0f837..ff660dc7e6 100755 --- a/apps/app_hasnewvoicemail.c +++ b/apps/app_hasnewvoicemail.c @@ -56,7 +56,6 @@ static char *hasvoicemail_descrip = " Optionally sets to the number of messages in that folder." " Assumes folder of INBOX if not specified.\n"; -static char *newtdesc = "Indicator for whether there are messages in INBOX."; static char *app_hasnewvoicemail = "HasNewVoicemail"; static char *hasnewvoicemail_synopsis = "Conditionally branches to priority + 101"; static char *hasnewvoicemail_descrip = diff --git a/channels/chan_sip.c b/channels/chan_sip.c index ad9c53a4f2..62468ddfe9 100755 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -2155,7 +2155,7 @@ static int process_sdp(struct sip_pvt *p, struct sip_request *req) return -1; } if (sipdebug) - ast_verbose("Found audio format %s\n", ast_getformatname(codec)); + ast_verbose("Found RTP audio format %d\n", codec); ast_rtp_set_m_type(p->rtp, codec); codecs += len; /* Skip over any whitespace */