mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
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
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user