hi, i am kuki and i need your help about enabling video in asterisk. here is my sip.conf: [general] videosupport=yes [1000] type=friend context=incoming host=dynamic disallow=all allow=ulaw allow=alaw allow=gsm allow=h263 dtmfmode=rfc2833 canreinvite=no [1003] type=friend context=incoming host=dynamic disallow=all allow=ulaw allow=alaw allow=gsm allow=h263 allow=h263p dtmfmode=rfc2833 canreinvite=no and my extensions.conf is: [globals] leif=SIP/1003 kuki2=SIP/1000 [incoming] exten => 1003,1,Dial(${leif},20) exten => 1003,n,Playback(vm-nobodyavail) exten => 1003,n,Hangup() exten => 1000,1,Dial(${kuki2},20) exten => 1000,n,Playback(vm-nobodyavail) exten => 1000,n,Hangup() i can send/receive voice between 1000 and 1003, but when i push send video button nothing happend. My softphone is x-lite 4.0 beta2 (i download it from here http://www.brothersoft.com/x-lite-95889.html) My asterisk is asterisk-1.4.33.1 please if you have some idea help me thank you in advance