Hi,<br><br>I think you may have to change the dialplan to something like this to say that its h324m_call first and you may not require h324_gw_answer and h324_gw since you would have a 3G call and all you need to do is transmit the video.<br>
<br>[from-dialer1]<br>exten =&gt; 665,1,h324m_call(666@from-dialer1)<br>exten =&gt; _X.,1,Set(CHANNEL(transfercapability)=VIDEO)<br>exten =&gt; _X.,n,Set(CHANNEL(userinformationlayer1)=38)<br>exten =&gt; _X.,n,Dial(Zap/g0/${EXTEN},30)<br>
exten =&gt; _X.,n,Hangup()<br><br>Jack<br><br><div class="gmail_quote">On Thu, Sep 8, 2011 at 8:04 PM, Konstantinos Liadakis <span dir="ltr">&lt;<a href="mailto:kliadakis@yuboto.com">kliadakis@yuboto.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello Jack,<br>
<br>
I have already tried to use h324m_call instead of h324m_gw, but again when h324m_gw_answer() is reached, call again hangs up<br>
<br>
Thank you very much for your input<br>
<br>
Regards<br>
<br>
Dinos<div><div></div><div class="h5"><br>
<br>
--<br>
______________________________<u></u>______________________________<u></u>_________<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>
  <a href="http://lists.digium.com/mailman/listinfo/asterisk-video" target="_blank">http://lists.digium.com/<u></u>mailman/listinfo/asterisk-<u></u>video</a><br>
</div></div></blockquote></div><br>