<div class="gmail_quote">hello guys,<br><br><br>i was playing with mod_opal to see if i can make it working ... well it seems SIP-H323 interworking is not tuned at all.<br><br>I have a call from a registered sip user (1001) to PSTN via mod_opal<br>

<br><br>&lt;include&gt;<br>  &lt;extension name=&quot;EMERGENCY&quot;&gt;<br>    &lt;condition field=&quot;destination_number&quot; expression=&quot;^0(112|9[23456])$&quot;&gt;<br>      &lt;action application=&quot;set&quot; data=&quot;effective_caller_id_number=1001282122&quot;/&gt;<br>

      &lt;action application=&quot;set&quot; data=&quot;NCX_IP=10.4.4.254&quot;/&gt;<br>      &lt;action application=&quot;set&quot; data=&quot;call_timeout=30&quot;/&gt;<br>      &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;<br>

<br>      &lt;action application=&quot;bridge&quot; data=&quot;opal/h323:0$1@${NCX_IP}&quot;/&gt;<br>    &lt;/condition&gt;<br>  &lt;/extension&gt;<br><br>  &lt;extension name=&quot;SPECIAL_SERVICES&quot;&gt;<br>    &lt;condition field=&quot;destination_number&quot; expression=&quot;^0(9[01789]\d{3,4})$&quot;&gt;<br>

      &lt;action application=&quot;set&quot; data=&quot;effective_caller_id_number=1001282122&quot;/&gt;<br>      &lt;action application=&quot;set&quot; data=&quot;NCX_IP=10.4.4.254&quot;/&gt;<br>      &lt;action application=&quot;set&quot; data=&quot;call_timeout=30&quot;/&gt;<br>

      &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;<br><br>      &lt;action application=&quot;bridge&quot; data=&quot;opal/h323:0$1@${NCX_IP}&quot;/&gt;<br>    &lt;/condition&gt;<br>

  &lt;/extension&gt;<br><br>  &lt;extension name=&quot;ENYTHING_ELSE&quot;&gt;<br>    &lt;condition field=&quot;destination_number&quot; expression=&quot;^0([2-8]\d{6,7}|0[1-9]\d{7,8}|00[1-9]\d{8,16})$&quot;&gt;<br>      &lt;action application=&quot;set&quot; data=&quot;effective_caller_id_number=1001282122&quot;/&gt;<br>

      &lt;action application=&quot;set&quot; data=&quot;NCX_IP=10.4.4.254&quot;/&gt;<br>      &lt;action application=&quot;set&quot; data=&quot;call_timeout=30&quot;/&gt;<br>      &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;<br>

<br>      &lt;action application=&quot;bridge&quot; data=&quot;opal/h323:0$1@${NCX_IP}&quot;/&gt;<br>    &lt;/condition&gt;<br>  &lt;/extension&gt;<br>&lt;/include&gt;<br><br><br><br>One of the many issues i sow is that FS connects the call on SIP leg before it actually receives H.225 connect from H323 leg... as it is configured to send 200 OK on the 1st H.225 message containing a FastStart element/OLC.<br>

<br><br>Attached is the tcpdump i took on FS machine... just use this filter: &quot;h225 or h245 or q931 or sip&quot;<br>Also, you can check the attac CDR,,,, this is an unanswered call i placed to PSTN and FS billed it 23 seconds.<br>

<br><br><br>Can anyone tell where i can do correct SIP - H323 message mappings to avoid this?<br><font color="#888888"><br><br><br>T.<br><br><br>
</font></div><br>