hi bino,<div><br></div><div>just change your clients&#39; extension numbers to 1xxx e.g. 2001 to 1001 and 2003 to 1003. no need to use video_record and video_playback.  the stack dialplan, using bridge app,  will take care of connecting video. the codecs settings in vars.xml will negotiate h.263.</div>
<div><br></div><div>-nandy<br>
<br><br><div class="gmail_quote">On Mon, Aug 1, 2011 at 3:29 PM, bino oetomo <span dir="ltr">&lt;<a href="mailto:bino@indoakses-online.com">bino@indoakses-online.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Dear All ..<br>
I just learn to setup a FreeSwitch server.<br>
Well .. actualy I set it up using FusionPBX<br>
<br>
Now .. I have to extention .. that is 2001 and 2003<br>
<br>
2003 is my friends Mac station , using X-Lite software<br>
2001 is my windows station using linphone.<br>
<br>
Both station is set to use H263 as Video Codec.<br>
<br>
I try to trace the video fail in my Freeswitch server, using :<br>
<br>
root@lapp freeswitch/conf# tail -f ../log/freeswitch.log |grep FAIL<br>
|grep video<br>
<br>
And here is the result<br>
<br>
Dialplan: sofia/internal/<a href="mailto:2003@fusionpbx.int">2003@fusionpbx.int</a> Regex (FAIL) [video_record]<br>
destination_number(2001) =~ /^\*9193$/ break=on-false<br>
Dialplan: sofia/internal/<a href="mailto:2003@fusionpbx.int">2003@fusionpbx.int</a> Regex (FAIL)<br>
[video_playback] destination_number(2001) =~ /^\*9194$/ break=on-false<br>
=============================================<br>
Dialplan: sofia/internal/<a href="mailto:2001@fusinpbx.int">2001@fusinpbx.int</a> Regex (FAIL) [video_record]<br>
destination_number(2003) =~ /^\*9193$/ break=on-false<br>
Dialplan: sofia/internal/<a href="mailto:2001@fusinpbx.int">2001@fusinpbx.int</a> Regex (FAIL) [video_playback]<br>
destination_number(2003) =~ /^\*9194$/ break=on-false<br>
<br>
The first 2 part is happen when 2003 dial 2001, and the other 2 part is<br>
vice versa.<br>
<br>
<br>
Here is a snippet of my vars.xml :<br>
root@lapp freeswitch/conf# more vars.xml<br>
<br>
&lt;!-- Codecs --&gt;<br>
&lt;X-PRE-PROCESS cmd=&quot;set&quot;<br>
data=&quot;global_codec_prefs=G722,PCMU,PCMA,GSM,H263,H264,H261,H263-1998,H263-2000&quot;/&gt;<br>
&lt;X-PRE-PROCESS cmd=&quot;set&quot;<br>
data=&quot;outbound_codec_prefs=G722,PCMU,PCMA,GSM,H263,H264,H261,H263-1998,H263-2000&quot;/&gt;<br>
<br>
<br>
Kindly please tell me what to check / edit.<br>
<br>
Sincerely<br>
-bino-<br>
<br>
<br>
<br>
_______________________________________________<br>
Join us at ClueCon 2011, Aug 9-11, Chicago<br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br></div>