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) {
                snprintf(dummy_answer, sizeof(dummy_answer), "m=video 0 RTP/AVP\
 %s\r\n", p->offered_media[SDP_VIDEO].text);
                add_line(resp, dummy_answer);

But "len", which was used to set Content-Length, isn't updated to onclide
that dummy.  Doesn't it need to be?

I think this may be a problem with a connection to my Polycom VSX.

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to