[Freeswitch-users] How to for video call ?

Nandy Dagondon gcd at i.ph
Tue Aug 2 02:10:32 MSD 2011


hi bino,

just change your clients' 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.

-nandy


On Mon, Aug 1, 2011 at 3:29 PM, bino oetomo <bino at indoakses-online.com>wrote:

> Dear All ..
> I just learn to setup a FreeSwitch server.
> Well .. actualy I set it up using FusionPBX
>
> Now .. I have to extention .. that is 2001 and 2003
>
> 2003 is my friends Mac station , using X-Lite software
> 2001 is my windows station using linphone.
>
> Both station is set to use H263 as Video Codec.
>
> I try to trace the video fail in my Freeswitch server, using :
>
> root at lapp freeswitch/conf# tail -f ../log/freeswitch.log |grep FAIL
> |grep video
>
> And here is the result
>
> Dialplan: sofia/internal/2003 at fusionpbx.int Regex (FAIL) [video_record]
> destination_number(2001) =~ /^\*9193$/ break=on-false
> Dialplan: sofia/internal/2003 at fusionpbx.int Regex (FAIL)
> [video_playback] destination_number(2001) =~ /^\*9194$/ break=on-false
> =============================================
> Dialplan: sofia/internal/2001 at fusinpbx.int Regex (FAIL) [video_record]
> destination_number(2003) =~ /^\*9193$/ break=on-false
> Dialplan: sofia/internal/2001 at fusinpbx.int Regex (FAIL) [video_playback]
> destination_number(2003) =~ /^\*9194$/ break=on-false
>
> The first 2 part is happen when 2003 dial 2001, and the other 2 part is
> vice versa.
>
>
> Here is a snippet of my vars.xml :
> root at lapp freeswitch/conf# more vars.xml
>
> <!-- Codecs -->
> <X-PRE-PROCESS cmd="set"
>
> data="global_codec_prefs=G722,PCMU,PCMA,GSM,H263,H264,H261,H263-1998,H263-2000"/>
> <X-PRE-PROCESS cmd="set"
>
> data="outbound_codec_prefs=G722,PCMU,PCMA,GSM,H263,H264,H261,H263-1998,H263-2000"/>
>
>
> Kindly please tell me what to check / edit.
>
> Sincerely
> -bino-
>
>
>
> _______________________________________________
> Join us at ClueCon 2011, Aug 9-11, Chicago
> http://www.cluecon.com 877-7-4ACLUE
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110802/750dd993/attachment-0001.html 


More information about the FreeSWITCH-users mailing list