Index: channels/chan_sip.c =================================================================== --- channels/chan_sip.c (revision 194685) +++ channels/chan_sip.c (working copy) @@ -8709,7 +8709,7 @@ /* Ok, we need video. Let's add what we need for video and set codecs. Video is handled differently than audio since we can not transcode. */ if (needvideo) { - ast_str_append(&m_video, 0, "m=video %d RTP/AVP", ntohs(vdest.sin_port)); + ast_str_append(&m_video, 0, "m=video %d RTP/AVP", ntohs(vsin.sin_port)); /* Build max bitrate string */ if (p->maxcallbitrate)