Rid compiler warning, make information meaningful in sip debug for codecs

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2844 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Mark Spencer 21 years ago
parent 3d775d9286
commit 1dbc8e3f0e

@ -56,7 +56,6 @@ static char *hasvoicemail_descrip =
" Optionally sets <varname> 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 =

@ -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 */

Loading…
Cancel
Save