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 _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
