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