<div>Hi Ruslan,</div>
<div>In my view, look like your missing one line allow=h263 in sip.conf. If adding the line, the video part&nbsp;still wouldn&#39;t work, open console debug sip on, and send us&nbsp;the console debug&nbsp;info.&nbsp;&nbsp; <br><br>Good Luck,</div>

<div>&nbsp;</div>
<div>Gary</div>
<div class="gmail_quote">On Jan 9, 2008 4:51 AM, Ruslan Valiyev &lt;<a href="mailto:linuxoid@gmail.com">linuxoid@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hello all.<br><br>I have subscribed to this list to ask you, people, about help &#39;cause<br>I&#39;m going crazy.
<br><br>I have an Asterisk server (1.2) running Linux, also working as a<br>router/firewall (iptables). It has external IP on eth0 and internal<br>one on eth1.<br><br>I have two Grandstream GXV-3000 video SIP phones with 
H.263. One of<br>the phones is directly connected to the Asterisk server. The other<br>phone is in another country, that phone (as well as the local phone)<br>is in NAT. Here&#39;s what it looks like:<br><br>Local phone (
<a href="http://10.0.0.5/" target="_blank">10.0.0.5</a>)<br>&nbsp; &nbsp; |<br>&nbsp; &nbsp; |<br>Asterisk (<a href="http://82.82.82.82/" target="_blank">82.82.82.82</a> and <a href="http://10.0.0.1/" target="_blank">10.0.0.1</a>)<br>&nbsp; &nbsp; |<br>
Internet<br>&nbsp; &nbsp; |<br>Remote router (<a href="http://83.83.83.83/" target="_blank">83.83.83.83</a> and <a href="http://10.0.0.1/" target="_blank">10.0.0.1</a>)<br>&nbsp; &nbsp; |<br>&nbsp; &nbsp; |<br>Remote phone (<a href="http://10.0.0.4/" target="_blank">
10.0.0.4</a>)<br><br>iptables:<br>-A INPUT -p tcp -m tcp --dport 5060:5061 -j ACCEPT<br>-A INPUT -p udp -m udp --dport 5060:5061 -j ACCEPT<br>-A INPUT -p tcp -m tcp --dport 5003:5005 -j ACCEPT<br>-A INPUT -p udp -m udp --dport 5003:5005 -j ACCEPT
<br>-A INPUT -p tcp -m tcp --dport 10000:20000 -j ACCEPT<br>-A INPUT -p udp -m udp --dport 10000:20000 -j ACCEPT<br><br>rtp.conf:<br>...<br>rtpstart=10000<br>rtpend=20000<br>...<br><br>sip.conf:<br>[general]<br>port=5060<br>
bindaddr=<a href="http://0.0.0.0/" target="_blank">0.0.0.0</a><br>canreinvite=no<br>tos=0x40<br>videosupport=yes<br>dtmfmode=rfc2833<br>defaultexpirey=1800<br>externip=<a href="http://82.82.82.82/" target="_blank">82.82.82.82
</a><br>localnet=<a href="http://10.0.0.0/255.255.255.0" target="_blank">10.0.0.0/255.255.255.0</a><br><br>[100];Local<br>type=friend<br>secret=try2hack<br>qualify=yes<br>nat=yes<br>host=dynamic<br>context=lyon<br><br>[200];Remote
<br>type=friend<br>secret=try2hack<br>qualify=yes<br>nat=yes<br>host=dynamic<br>context=lyon<br><br>When making calls from both places, I get audio but no video. What am<br>I doing wrong?<br><br>Thank you all very much in advance.
<br><br>_______________________________________________<br>--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--/" target="_blank">http://www.api-digital.com--</a><br><br>asterisk-video mailing list
<br>To UNSUBSCRIBE or update options visit:<br>&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-video" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-video</a><br></blockquote></div><br>