[Asterisk-Users] Using Windows Messenger+Video in *
Florian Overkamp
florian at obsimref.com
Sun Jul 18 05:40:31 MST 2004
Hi,
> -----Original Message-----
> >This is a little brief to say. I have had this working properly with
> >recent asterisk boxes. A few things: Check if the [general]
> section has
> >'videosupport=yes' and if the sip peers are allowed to use h261 and
> >h263 codecs.
> >
> >Best regards,
> >Florian
> >
> >
> Do you think you could post your relevant .conf files? Is
> sip.conf the only one affected?
Sip.conf is the only one affected for SIP-to-SIP calls. Iax.conf is also
relevant if you want to use IAX links.
Here is what I have in one of my setups:
[general]
port = 5060 ; Port to bind to
bindaddr = 0.0.0.0 ; Address to bind to
context = from-sip ; Default for local connections (which has
no access)
videosupport=yes
[video2]
type=friend
username=video2
secret=hidden
host=dynamic
context=from-werkkamer
callerid=Video 2 <1222>
canreinvite=no
disallow=all
allow=ulaw
allow=alaw
allow=speex
allow=gsm
allow=h261
allow=h263
More information about the asterisk-users
mailing list