[Freeswitch-users] mod_opal - call charged before H.225 connect

Tihomir Culjaga tculjaga at gmail.com
Tue Oct 6 10:37:08 PDT 2009


hello guys,


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.

I have a call from a registered sip user (1001) to PSTN via mod_opal


<include>
  <extension name="EMERGENCY">
    <condition field="destination_number" expression="^0(112|9[23456])$">
      <action application="set"
data="effective_caller_id_number=1001282122"/>
      <action application="set" data="NCX_IP=10.4.4.254"/>
      <action application="set" data="call_timeout=30"/>
      <action application="set" data="hangup_after_bridge=true"/>

      <action application="bridge" data="opal/h323:0$1@${NCX_IP}"/>
    </condition>
  </extension>

  <extension name="SPECIAL_SERVICES">
    <condition field="destination_number" expression="^0(9[01789]\d{3,4})$">
      <action application="set"
data="effective_caller_id_number=1001282122"/>
      <action application="set" data="NCX_IP=10.4.4.254"/>
      <action application="set" data="call_timeout=30"/>
      <action application="set" data="hangup_after_bridge=true"/>

      <action application="bridge" data="opal/h323:0$1@${NCX_IP}"/>
    </condition>
  </extension>

  <extension name="ENYTHING_ELSE">
    <condition field="destination_number"
expression="^0([2-8]\d{6,7}|0[1-9]\d{7,8}|00[1-9]\d{8,16})$">
      <action application="set"
data="effective_caller_id_number=1001282122"/>
      <action application="set" data="NCX_IP=10.4.4.254"/>
      <action application="set" data="call_timeout=30"/>
      <action application="set" data="hangup_after_bridge=true"/>

      <action application="bridge" data="opal/h323:0$1@${NCX_IP}"/>
    </condition>
  </extension>
</include>



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.


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



Can anyone tell where i can do correct SIP - H323 message mappings to avoid
this?



T.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/45102766/attachment-0002.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CDR-FS-mod_opal-chargetWithoutH323Answer.xml
Type: text/xml
Size: 9470 bytes
Desc: not available
Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/45102766/attachment-0002.xml 


More information about the FreeSWITCH-users mailing list