Hello,<br><br>I have a question that may seem dumb, but I have tried to figure my problem out by myself without success.<br><br>I try to connect to Asterisk with Eyebeam and have a video clip played back. i followed instructions&nbsp; published on voipinfo, but I can't have my video sent to the phone. 
<br><br>Looking at the SIP messages sent to the softphone, it seems that the video is not advertised in the SDP messages. So it looks like the problem come from my Asterisk configuration.<br><br>I here enclose my configuration files :
<br><br>-- sip.conf --<br><br>[general]<br>;context=default&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>bindport=5060&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>bindaddr=<a href="http://0.0.0.0">0.0.0.0</a><br>videosupport=yes<br><br>[antoine]<br>type=friend<br>
secret=antoine<br>callerid=&quot;Antoine&quot;<br>host=dynamic<br>context=video<br>disallow=all<br>allow=gsm<br>allow=h263<br>dtmfmode=rfc2833<br>canreinvite=no<br><br>-- extensions.conf --<br><br>[general]<br>static=yes<br>
writeprotect=no<br><br>[video]<br><br>exten =&gt; 1000,1,Answer()<br>exten =&gt; 1000,n,Playback(/etc/asterisk/video/test)<br>exten =&gt; 1000,n,Hangup()<br><br>the /etc/asterisk/video/ directory contains a test.gsm file and a 
test.h263 file.<br><br>I run Asterisk <a href="http://1.2.7.1">1.2.7.1</a> built from the sources published on the website.<br><br>Thank you in advance for your help,<br><br>Antoine Fressancourt<br><br><br>