Displaying 2 results from an estimated 2 matches for "needvideo".
Did you mean:
neatvideo
2010 May 06
3
Possible bug in chan_sip:add_sdp
Am I missing something here? I see
if (needvideo) { /* only if video response is appropriate */
add_line(resp, m_video->str);
add_line(resp, a_video->str);
add_line(resp, hold); /* Repeat hold for the video stream */
} else if (p->offered_media[SDP_VIDEO].offered) {...
2010 Oct 12
0
rtpip patch
...name for the SIP channel */
static char global_sdpowner[AST_MAX_EXTENSION]; /*!< SDP owner name
for the SIP channel */
static int global_authfailureevents; /*!< Whether we send
authentication failure manager events or not. Default no. */
@@ -10196,21 +10189,8 @@
get_our_media_address(p, needvideo, &sin, &vsin, &tsin, &dest, &vdest);
-
- /*
- snprintf(owner, sizeof(owner), "o=%s %d %d IN IP4 %s\r\n",
ast_strlen_zero(global_sdpowner) ? "-" : global_sdpowner,
p->sessionid, p->sessionversion, ast_inet_ntoa(dest.sin_addr));
- snprintf(connection, si...