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:
e2d5d4d
)
res_pjsip_sdp_rtp.c: Fix processing wrong SDP media list.
author
Richard Mudgett
<rmudgett@digium.com>
Fri, 24 Jul 2015 23:42:29 +0000
(18:42 -0500)
committer
Richard Mudgett
<rmudgett@digium.com>
Thu, 30 Jul 2015 22:11:58 +0000
(17:11 -0500)
Change-Id: I7c076826c2d3c6ae8c923ca73b7a71980cca11f2
res/res_pjsip_sdp_rtp.c
patch
|
blob
|
history
diff --git
a/res/res_pjsip_sdp_rtp.c
b/res/res_pjsip_sdp_rtp.c
index
125472b
..
c2991e5
100644
(file)
--- a/
res/res_pjsip_sdp_rtp.c
+++ b/
res/res_pjsip_sdp_rtp.c
@@
-1241,7
+1241,7
@@
static int apply_negotiated_sdp_stream(struct ast_sip_session *session, struct a
/* Apply connection information to the RTP instance */
ast_sockaddr_set_port(addrs, remote_stream->desc.port);
ast_rtp_instance_set_remote_address(session_media->rtp, addrs);
- if (set_caps(session, session_media, local_stream)) {
+ if (set_caps(session, session_media, remote_stream)) {
return 1;
}