Does ANYONE have video working with Linux/Ekiga/Asterisk? If so, can you PLEASE show the sip.conf. I had this working just fine before, but i changed a few things trying to get conferencing working, and i broke video. I’m been playing with my sip.conf for a few weeks now, and cannot get it back to supporting video! Here it is (i deliberately Xed out the domain and ip, for obvious reasons).
Also, both clients, the router, the server’s firewall, and the asterisk server are configured for ports 5060,5061, and 8000-8096. The server is on my local computer which is behind a router/nat, and i have my local sip clients configured to use port 5061, and the remote clients use port 5060, and they are behind a router/nat.
[code][general]
BindAddr=0.0.0.0
Externip=xxx.xxx.xxx.xxx
realm=xxx.xxx
fromdomain=xxx.xxx
LocalNet=192.168.0.0/255.255.255.0
srvlookup=yes
disallow=all
allow=ulaw
allow=alaw
allow=gsm
allow=h261
allow=h263
allow=h264
allow=h263p
language=en
dtmfmode = rfc2833
videosupport=yes
[101]
canreinvite=no
qualify=yes
nat=yes
host=dynamic
context=office
type=friend
defaultuser=Vector Thorn
register => 101@office
mailbox=101@office
callerid=(“Vector” <101>)
…[/code]
Thanks in advance.