Hi,<br><br>I encountered a problem when i was trying to write a application in AGI<br><br>following is my extensions.conf file<br><br>[default]<br>exten =&gt; _X.,h324m_gw(999@videotest)<br>[videotest]<br>exten =&gt; 999,1,h324m_gw_answer<br>
exten =&gt; 999,n,AGI(videotest.agi)<br>exten =&gt; 999,n,Hangup<br>exten =&gt; h,1,DeadAGi(videotest.agi)<br><br>the AGI script contains only one mp4play(intro.3gp) called via agi-&gt;exec<br><br>The problem here is that when i call from my mobile and hangup while the intro.3gp is been played, the zap channel hangsup but the localchannel does not and the intro.3gp is played repeatedly.<br>
<br>Dont know if this is a problem with a localchnnel created by h324m_gw<br><br>can some body help me.<br><br><br>regards,<br>aster.<br><br>