login | register
Thu 21 of Aug, 2008 [06:02 UTC]

voip-info.org

Discuss [5] History

Asterisk phone xten eyeBeam

Created by: vechers,Last modification on Fri 04 of Jan, 2008 [09:18 UTC] by rowell

How to configure video calls with Xten eyeBeam through Asterisk

Xten eyeBeam is one of a few SIP soft-video-phones on the market. Starting with release 1.1 3004t (16741), video calls work well with Asterisk HEAD 02/25/2005.
  • Update: Asterisk CVS HEAD 03/05/2005 now supports pass-thru video calls with h.263p codec between eyeBeams (potentially other video clients supporting H.263+).

General configuration

See a good section here for configuring Xten X-lite, which is similar.

Video Configuration


in your sip.conf:

[general]
videosupport=yes ; enable Asterisk video support

[101]
type=friend
username=101
secret=hidden
host=dynamic
context=internal
callerid=Video Phone <101>
disallow=all ; better for custom-tunning codec selection
allow=ulaw
allow=alaw
allow=gsm
allow=h263 ; H.263 is our video codec
allow=h263p ; H.263p is the enhanced video codec
dtmfmode=rfc2833 ; inband is not supported in compressed codecs like gsm, so we better set it to rfc2833
canreinvite=no ; canreinvite must be set to 'no'

TrixBox


There is a slight difference in configuring video conferencing working for TrixBox and it is as follows:

in your sip.conf:

[general]
videosupport=yes ; enable Asterisk video support

in your sip_additional.conf, (same as above):

[101]
type=friend
username=101
secret=hidden
host=dynamic
context=internal
callerid=Video Phone <101>
disallow=all ; better for custom-tunning codec selection
allow=ulaw
allow=alaw
allow=gsm
allow=h263 ; H.263 is our video codec
allow=h263p ; H.263p is the enhanced video codec
dtmfmode=rfc2833 ; inband is not supported in compressed codecs like gsm, so we better set it to rfc2833
canreinvite=no ; canreinvite must be set to 'no'

By doing this you will find that video conferencing works for both extensions whereas if you implemented the above configuration you would find one or both extensions are unable to send or receive video. By inserting the above script in the sip_additional.conf file you will see that the extensions you enter will appear in FreePBX/AMP along with your other extensions.

Other prep

1. Download the latest release eyeBeam 1.11 3004w. For latest news and changelog see the thread on Xten website.

Making the video-call

1. Start eyeBeam
2. Configure SIP subscription information / calibrate audio/video input.
3. Make sure phone registered ok. Also, you should see your own video in the video 'drawer.'
4. Dial another eyeBeam user.
5. Click "Start video" button (the one in upper-left corner next to the "wrench").
6. Bingo!


Comments

Comments Filter
222

333NULL

by dbanks, Thursday 06 of March, 2008 [18:03:39 UTC]
NULL
222

333Asterisk/Trixbox & Eyebeam Video Config

by dbanks, Thursday 06 of March, 2008 [17:11:48 UTC]
Good day, I tried several times to configure according to the instructions below but I could not get the video to transmit between the 2 test machines I setup.

1. In Sip Conf. and Sip Additional, I put the comment "video support =yes
2. The part that confuses me is the following string


101
type=friend
username=101
secret=hidden
host=dynamic
context=internal
callerid=Video Phone <101>
disallow=all ; better for custom-tunning codec selection
allow=ulaw
allow=alaw
allow=gsm
allow=h263 ; H.263 is our video codec
allow=h263p ; H.263p is the enhanced video codec
dtmfmode=rfc2833 ; inband is not supported in compressed codecs like gsm, so we better set it to rfc2833
canreinvite=no ; canreinvite must be set to 'no'

Do I update the data for the extensions to look like this or do I add it once as (101) and that does the trick ? I appreciate all answers.
222

333

by ksc133, Thursday 19 of July, 2007 [08:26:53 UTC]
Hi folks,

can trixbox do video calls for more than 3 parties? in a group meeting?
thanks
222

333

by vechers, Wednesday 26 of October, 2005 [21:13:52 UTC]
azrul_t:
 You _DON'T_ need to download an H.263 into Asterisk. Asterisk already supports H.263/H.263+ in pass-thru mode, meaning that it will connect two (or more) clients that have those codecs implemented. Codecs need to be implemented in clients, not Asterisk. The only reason you would want a codec installed in Asterisk is to do transcoding — and that you surely don't want to do with a videostream.
222

333where i can download h263++ codecs??

by azrul_t, Friday 14 of October, 2005 [19:36:22 UTC]
hallo,
my problem is where to download codec h263?, or if need to patch to my asterisk, how i want to patch it.can some body give a complete manual for codec h263,how to install and load to my asterisk server.thank