Good day, All! I have problem with view video of interlocutor during call. I successfully build pjproject-2.0-alpha2. As PBX we have Asterisk at ubuntu 10. I can successfully make only audio calls between PJSUA app and Linphone ver 3.4.3. But problem with video send. I can successfully view my video device preview by command: vid dev prev on 0 I changed code of creating account and add video input auto show and video output auto transmit(pjsua_app.c, line 4363): acc_cfg.max_video_cnt = 1; acc_cfg.vid_cap_dev = -1; //DEFAULT_CAP_DEV acc_cfg.vid_rend_dev = -2; //DEFAULT_REND_DEV acc_cfg.vid_in_auto_show = PJ_TRUE; acc_cfg.vid_out_auto_transmit = PJ_TRUE; The same thing done in vidgui project (vidgui.cpp, method initStack, line 509). Then Linphone answers the call, I have next messages in log: ... call 1 media 0 [type=audio], status is Active ... call 1 media 1 [type=video], status is None ... What may be done in wrong way? Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20111226/c27823f6/attachment.html>