[please-HELP] * & Video, is that possible!

Hi everyone

I’m new in * world, and it’s seem great! In instaled *@home v1.5 and all the features i tested works very well but went i try to send video (i use eyebeam v1.1 3010n) it dont works. In click on “Send video” and nothing happed…

Here’s my sip.conf, thank’s in advance

[general]

videosupport=yes ; enable Asterisk video support
port = 5060 ; Port to bind to (SIP is 5060)
bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine)
disallow=all
allow=ulaw
allow=alaw
context = from-sip-external ; Send unknown SIP callers to this context
callerid = Unknown

[200]
type=friend
username=200
secret=hidden
host=dynamic
context=internal
callerid=Video Phone <200>
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
dtfmode=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’

[202]
type=friend
username=202
secret=hidden
host=dynamic
context=internal
callerid=Video Phone <202>
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
dtfmode=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’

[203]
type=friend
username=203
secret=hidden
host=dynamic
context=internal
callerid=Video Phone <203>
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
dtfmode=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’

#include sip_nat.conf
#include sip_custom.conf
#include sip_additional.conf

I work hard to convince my boss that * is the best IP-PBX for our company needs. Now i need help to and nobody’s there. PLEASE if anybody can help me about videoconferencing feel free to give me a hand.

Sorry for my poor english, l’m a freach canadian :wink:

Found this not for sure if it helps I have never tried it

voip-info.org/wiki/view/Aste … en+eyeBeam

You need to allow these codecs in ALL of your SIP configurations (including the general section):

allow=h263p
allow=h263

I have successfully used Eyebeam video with Asterisk. More may be found here:

voip-info.org/wiki/view/Asterisk+video

PS - You did the right thing by selling Asterisk to your boss.