projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b656be
)
fix previous commit to actually do it properly...
author
Kevin P. Fleming
<kpfleming@digium.com>
Wed, 16 Nov 2005 17:46:59 +0000
(17:46 +0000)
committer
Kevin P. Fleming
<kpfleming@digium.com>
Wed, 16 Nov 2005 17:46:59 +0000
(17:46 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7115
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_sip.c
patch
|
blob
|
history
diff --git
a/channels/chan_sip.c
b/channels/chan_sip.c
index
497c90f
..
d44655a
100755
(executable)
--- a/
channels/chan_sip.c
+++ b/
channels/chan_sip.c
@@
-3461,7
+3461,7
@@
static int process_sdp(struct sip_pvt *p, struct sip_request *req)
return -1;
}
if (debug)
- ast_verbose("Found video format %s\n", codec);
+ ast_verbose("Found RTP video format %d\n", codec);
ast_rtp_set_m_type(p->vrtp, codec);
codecs = ast_skip_blanks(codecs + len);
}