Eyebeam Video with Asterisk

I see a lot of posts about individuals having difficulty getting Eyebeam video (Ver 1.1 3010n) running over Asterisk…Has anybody got it working properly and would you be kind enough to share the solution?

Thx,
Michael

Yes, I have run Eyebeam video with Asterisk, it is really just a sip.conf configuration setting:

[quote="/etc/asterisk/sip.conf"][general]
port=5060
bindaddr=0.0.0.0
tos=0x18
disallow=all
allow=ulaw
allow=alaw
allow=ilbc
allow=gsm
allow=h263p
allow=h263

allow=g729
maxexpirey=180
defaultexpirey=160
srvrlookup=yes
videosupport=yes
dtmfmode=rfc2833[/quote]

The settings relavent are bold.

[quote=“MuppetMaster”]Yes, I have run Eyebeam video with Asterisk, it is really just a sip.conf configuration setting:

The settings relavent are bold.[/quote]

This is my sip.conf. When I put videosupport=yes my SIP phones do register (sip show peers shows their IP address) but when I call their extensions I allways get message that they are on the phone. And calling person automaticly goes to voicemail. Have I done anything wrong?

Thank you for your time!

[general]
externip = 111.222.333.444
fromdomain=mydomain.hr
localnet=10.0.0.0/255.255.255.0
port=5060
bindaddr=0.0.0.0
context=sip
srvlookup=yes
dtmfmode=rfc2833
disallow=all
allow=gsm
allow=ulaw
allow=alaw
musicclass=default
videosupport=yes

[2026]
type=friend
username=2026
secret=2026
host=dynamic
mailbox=2026
callerid=First Last <2026>
disallow=all
allow=ulaw
allow=alaw
allow=gsm
allow=h263
allow=h263p
allow=h261
canreinvite=no

[2031]
type=friend
username=2031
secret=2031
host=dynamic
mailbox=2031
callerid=First Last <2031>
disallow=all
allow=ulaw
allow=alaw
allow=gsm
allow=h263
allow=h263p
allow=h261
canreinvite=no

Got it working with help from Muppetmaster and other few tricks…Heres the full solution…Thx…

Make sure you specify the video codecs in the [general] section of sip.conf

[general]
videosupport=yes
disallow=all
allow=alaw
allow=h263p

In eyebeam make sure you have h263+ selected as h263+ is equal to h263p

Also to get the video working you need to press hold on each client first and then the video works.