<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">(Apologies to the list owner for originally sending this to the wrong address)<br><br><br>I have two laptops running X-Lite 4.&nbsp; I have them registered to a 
FreeSwitch server (latest git) as extensions 7777 and 7778.&nbsp; I have a 
dialplan for each (quick and dirty) that just bridges them when one is 
dialed from the other:<br><br>&nbsp;&lt;extension name="7777"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field="destination_number" expression="^7777$"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="bridge" data="sofia/external/7777%test"/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/extension&gt;<br>(and vice-versa for 7778).<br><br>I can dial between them just fine for audio calls -- bidirectional audio, etc, no problem.<br><br>I'm trying to get video going.&nbsp; Both X-Lites have H.263 and H.263-1998 enabled in
 their settings.&nbsp; Freeswitch has the following in vars.xml:<br>&nbsp; &lt;X-PRE-PROCESS cmd="set" data="global_codec_prefs=G7221@32000h,G7221@16000h,G722,PCMU,PCMA,GSM,H263,H264,H263-1998"/&gt;<br><br>When
 I try to make a video call from one extension to the other, the calling
 extension seems to think it's in video, but the called extension 
doesn't.<br><br>INVITE from freeswitch console:<br>&nbsp;&nbsp; ------------------------------------------------------------------------<br>&nbsp;&nbsp; INVITE sip:7778@test SIP/2.0<br>&nbsp;&nbsp; Via: SIP/2.0/UDP 192.168.1.7:50350;branch=z9hG4bK-d8754z-9ea3618224c5cf23-1---d8754z-;rport<br>&nbsp;&nbsp; Max-Forwards: 70<br>&nbsp;&nbsp; Contact: &lt;sip:7777@68.202.69.172:50350&gt;<br>&nbsp;&nbsp; To: &lt;sip:7778@test&gt;<br>&nbsp;&nbsp; From: "Peter Test"&lt;sip:7777@test&gt;;tag=a7031d83<br>&nbsp;&nbsp; Call-ID: ZDUzZGE1YjUyOTQ2ZGNmZTY0Yjc5ODA5NTE4NDAzMGQ.<br>&nbsp;&nbsp; CSeq: 1 INVITE<br>&nbsp;&nbsp; Allow:
 INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO<br>&nbsp;&nbsp; Content-Type: application/sdp<br>&nbsp;&nbsp; Supported: replaces<br>&nbsp;&nbsp; User-Agent: X-Lite 4 release 4.1 stamp 63214<br>&nbsp;&nbsp; Content-Length: 681<br><br>&nbsp;&nbsp; v=0<br>&nbsp;&nbsp; o=- 12970176286658638 1 IN IP4 192.168.1.7<br>&nbsp;&nbsp; s=CounterPath X-Lite 4.1<br>&nbsp;&nbsp; c=IN IP4 192.168.1.7<br>&nbsp;&nbsp; t=0 0<br>&nbsp;&nbsp; a=ice-ufrag:20fef6<br>&nbsp;&nbsp; a=ice-pwd:0a03863684bc5f16a9c862dcdccdd8eb<br>&nbsp;&nbsp; m=audio 58632 RTP/AVP 107 0 8 101<br>&nbsp;&nbsp; a=rtpmap:107 BV32/16000<br>&nbsp;&nbsp; a=rtpmap:101 telephone-event/8000<br>&nbsp;&nbsp; a=fmtp:101 0-15<br>&nbsp;&nbsp; a=sendrecv<br>&nbsp;&nbsp; a=candidate:1 1 UDP 659136 192.168.1.7 58632 typ host<br>&nbsp;&nbsp; a=candidate:1 2 UDP 659134 192.168.1.7 58633 typ host<br>&nbsp;&nbsp; m=video 50994 RTP/AVP 34 115<br>&nbsp;&nbsp; a=rtpmap:34
 H263/90000<br>&nbsp;&nbsp; a=fmtp:34 QCIF=2;CIF=2;VGA=2<br>&nbsp;&nbsp; a=rtpmap:115 H263-1998/90000<br>&nbsp;&nbsp; a=fmtp:115 QCIF=2;CIF=2;VGA=2;I=1;J=1;T=1<br>&nbsp;&nbsp; a=sendrecv<br>&nbsp;&nbsp; a=candidate:1 1 UDP 659136 192.168.1.7 50994 typ host<br>&nbsp;&nbsp; a=candidate:1 2 UDP 659134 192.168.1.7 50995 typ host<br><br>I do see freeswitch seeing the audio and video codecs:<br>2012-01-04 13:44:37.188657 [DEBUG] sofia_glue.c:4683 Audio Codec Compare [PCMU:0:8000:20:64000]/[PCMU:0:8000:20:64000]<br>2012-01-04 13:44:37.188657 [DEBUG] sofia_glue.c:2800 Set Codec sofia/external/7777@test PCMU/8000 20 ms 160 samples 64000 bits<br>2012-01-04 13:44:37.188657 [DEBUG] switch_core_state_machine.c:343 (sofia/external/7777@test) State NEW<br>2012-01-04 13:44:37.188657 [DEBUG] sofia_glue.c:4797 Set 2833 dtmf send/recv payload to 101<br>2012-01-04 13:44:37.188657 [DEBUG] sofia_glue.c:4856 Video Codec Compare [H263:34]/[H263:34]<br><br>However, when
 freeswitch starts the bridge and calls the far-end party, it doesn't send along video information in the INVITE:<br><br>&nbsp;&nbsp; INVITE sip:7778@68.202.69.172:32834;transport=udp;rinstance=677b87c43ee7970a SIP/2.0<br>&nbsp;&nbsp; Via: SIP/2.0/UDP 204.13.175.89:5080;rport;branch=z9hG4bK8jm56tcmZ6p6j2012-01-04 <br>&nbsp;&nbsp; Max-Forwards: 69<br>&nbsp;&nbsp; From: "Peter Test" &lt;sip:7777@204.13.175.89&gt;;tag=ZeZUav5XXat5e<br>&nbsp;&nbsp; To: &lt;sip:7778@68.202.69.172:32834;transport=udp;rinstance=677b87c43ee7970a&gt;<br>&nbsp;&nbsp; Call-ID: fe64b2f5-b1a6-122f-a187-00144f49eecc<br>&nbsp;&nbsp; CSeq: 22515274 INVITE<br>&nbsp;&nbsp; Contact: &lt;sip:mod_sofia@204.13.175.89:5080&gt;<br>&nbsp;&nbsp; User-Agent: FreeSWITCH-mod_sofia/1.0.head-git-1086cba 2011-05-23 22-51-43 -0500<br>&nbsp;&nbsp; Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, REGISTER, REFER, NOTIFY<br>&nbsp;&nbsp; Supported: timer, precondition, path,
 replaces<br>&nbsp;&nbsp; Allow-Events: talk, hold, refer<br>&nbsp;&nbsp; Content-Type: application/sdp<br>&nbsp;&nbsp; Content-Disposition: session<br>&nbsp;&nbsp; Content-Length: 207<br>&nbsp;&nbsp; X-FS-Support: update_display<br>&nbsp;&nbsp; Remote-Party-ID: "Peter Test" &lt;sip:7777@204.13.175.89&gt;;party=calling;screen=yes;privacy=off<br><br>&nbsp;&nbsp; v=0<br>&nbsp;&nbsp; o=FreeSWITCH <span class="yshortcuts" id="lw_1325706674_0">1325690959</span> 1325690960 IN IP4 204.13.175.89<br>&nbsp;&nbsp; s=FreeSWITCH<br>&nbsp;&nbsp; c=IN IP4 204.13.175.89<br>&nbsp;&nbsp; t=0 0<br>&nbsp;&nbsp; m=audio 11718 RTP/AVP 0 8 3 101 13<br>&nbsp;&nbsp; a=rtpmap:101 telephone-event/8000<br>&nbsp;&nbsp; a=fmtp:101 0-16<br>&nbsp;&nbsp; a=ptime:20<br><br><br>So,
 am I missing something?&nbsp; Do I need to use something other than "bridge"
 in the dialplan, or do I need to add some variables to be able to pass 
on the video?&nbsp; All I'm trying to do is make a video call between two 
X-Lites that are locally SIP registered
 to freeswitch.&nbsp; Because I want to record the video at some point in the
 future, I don't want to divert the media -- I want it streaming/passing
 through freeswitch.<br><br>When the call is connected, the caller shows
 a "Waiting for video", but the called doesn't show this.&nbsp; When I try to
 start the video, it says "Failed to Start Video".</td></tr></table>