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:
d4af3ee
)
fix typo. Bug #813
author
Jeremy McNamara
<jj@nufone.net>
Mon, 12 Jan 2004 21:42:51 +0000
(21:42 +0000)
committer
Jeremy McNamara
<jj@nufone.net>
Mon, 12 Jan 2004 21:42:51 +0000
(21:42 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1987
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
e1a6722
..
242b1cb
100755
(executable)
--- a/
channels/chan_sip.c
+++ b/
channels/chan_sip.c
@@
-2551,7
+2551,7
@@
static int add_sdp(struct sip_request *resp, struct sip_pvt *p, struct ast_rtp *
if (x < AST_FORMAT_MAX_AUDIO) {
strncat(m, costr, sizeof(m) - strlen(m));
snprintf(costr, sizeof(costr), "a=rtpmap:%d %s/8000\r\n", codec, ast_rtp_lookup_mime_subtype(1, x));
- strncat(a, costr, sizeof(m) - strlen(a));
+ strncat(a, costr, sizeof(a) - strlen(a));
} else {
strncat(m2, costr, sizeof(m2) - strlen(m2));
snprintf(costr, sizeof(costr), "a=rtpmap:%d %s/90000\r\n", codec, ast_rtp_lookup_mime_subtype(1, x));