<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi John,<br>
    <br>
    a ptime of 2 seems to be much too less and is a strange value, the
    default value is 20. Maybe you should try to force its usage. I'm
    not sure, how this can be done, maybe by using <br>
    &lt;param name="ptime-override-value" value="20"/&gt; or by
    specifying G729@20i for the codec.<br>
    <br>
    BR<br>
       Jan<br>
    <br>
    Am 13.10.2010 16:59, schrieb John Carpenter:
    <blockquote cite="mid:1286981982.2305.4.camel@Zaphod" type="cite">
      <meta http-equiv="Context-Type" content="text/html; charset=utf-8">
      Hi, I am trying to bridge an incoming h323 call to an external SIP
      provider, I am using latest git release. If I use G729 codec I get
      message<br>
      <br>
      "Unsupported ptime of 2 on  write Audio codec G.729{sw}  for
      connection [0xb4c0ee10]"<br>
      <br>
      and call fails to connect. If I use ulaw codec call fails to
      connect with<br>
      <br>
      "Write PDU fail: no control channel"<br>
      <br>
      If I make a straight SIP to SIP call though same provider all work
      ok. I have posted log of call in <a moz-do-not-send="true"
        href="http://pastebin.freeswitch.org/14216">http://pastebin.freeswitch.org/14216</a>
      because it is rather large.<br>
      This is my first venture into using the mod_h323 module and maybe
      I am doing something stupid but have read all docs and seem to
      have hit a brick wall on this.<br>
      <br>
      my h323.conf.xml file looks like this<br>
      <br>
      &lt;configuration name="h323.conf" description="H323
      Endpoints"&gt;<br>
      &lt;settings&gt;<br>
         &lt;param name="trace-level" value="10"/&gt;<br>
         &lt;param name="context" value="public"/&gt;<br>
         &lt;param name="dialplan" value="XML"/&gt;<br>
         &lt;param name="codec-prefs" value="PCMA,PCMU,GSM,G729"/&gt;<br>
         &lt;param name="use-rtp-timer" value="true"/&gt; &lt;!-- enable
      RTP timer - should always be enabled --&gt;<br>
         &lt;param name="rtp-timer-name" value="soft"/&gt; &lt;!-- Timer
      name, soft is default --&gt;<br>
         &lt;!-- &lt;param name="ptime-override-value" value="20"/&gt;
      --&gt; &lt;!-- Override negotiated ptime value with this value
      --&gt;<br>
         &lt;param name="gk-address" value=""/&gt;    &lt;!-- empty to
      disable, "*" to search LAN --&gt;<br>
         &lt;param name="gk-identifer" value=""/&gt;  &lt;!-- optional
      name of gk --&gt;<br>
         &lt;param name="gk-interface" value=""/&gt;  &lt;!-- mandatory
      listener interface name --&gt;<br>
         &lt;param name="gk-retry" value="30"/&gt;  &lt;!-- optional GK
      register retry timer --&gt;<br>
         &lt;param name="faststart" value="true"/&gt;  &lt;!-- optional
      --&gt;<br>
         &lt;param name="h245tunneling" value="true"/&gt;  &lt;!--
      optional --&gt;<br>
         &lt;param name="h245insetup" value="true"/&gt;  &lt;!--
      optional --&gt;<br>
         &lt;param name="jitter-size" value="60"/&gt;  &lt;!-- optional
      --&gt;<br>
         &lt;param name="progress-indication" value="8"/&gt; &lt;!--
      optional - PI value in progress message--&gt;<br>
         &lt;param name="alerting-indication" value="8"/&gt; &lt;!--
      optional - PI value in alerting message--&gt;<br>
         &lt;param name="endpoint-name" value="fs"/&gt;<br>
         &lt;param name="fax-old-asn" value="true"/&gt;<br>
      &lt;/settings&gt;<br>
      &lt;listeners&gt;<br>
         &lt;listener name="default"&gt;<br>
           &lt;param name="h323-ip" value="$${local_ip_v4}"/&gt;<br>
           &lt;param name="h323-port" value="1720"/&gt;<br>
         &lt;/listener&gt;<br>
      &lt;/listeners&gt;<br>
      &lt;/configuration&gt;<br>
      <br>
      And this is the log of the xml_curl dialplan that is executed<br>
      <br>
      &lt;?xml version="1.0" encoding="UTF-8" standalone="no"?&gt;<br>
      &lt;document type="freeswitch/xml"&gt;<br>
      &lt;section name="dialplan" description="php dialplan"&gt;<br>
      &lt;context name="public"&gt;<br>
      &lt;extension name="normal"&gt;<br>
      &lt;condition field="destination_number" expression="^(\d+)$"&gt;<br>
      &lt;action application="set" data="bypass_media=false"/&gt;<br>
      &lt;action application="set" data="proxy_media=true"/&gt;<br>
      &lt;action application="bridge"
      data="sofia/gateway/arbinet-o/$1"/&gt;<br>
      &lt;/condition&gt;<br>
      &lt;/extension&gt;<br>
      &lt;/context&gt;<br>
      &lt;/section&gt;<br>
      &lt;/document&gt;<br>
      <br>
      Any help will be greatly appreciated <br>
      <br>
      regards, John Carpenter
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
FreeSWITCH-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Jan Riedinger                           Phone :  +49-30-39 73 19 66
Dipl.-Inf. | Managing Director          Fax   :  +49-30-39 73 19 64
                                        E-Mail:  <a class="moz-txt-link-abbreviated" href="mailto:riedinger@sns.eu">riedinger@sns.eu</a>
SNS Consult GmbH                        ICQ   :  163-237-041
Südwestkorso 49a                        MSN   :  <a class="moz-txt-link-abbreviated" href="mailto:jan@sns-consult.de">jan@sns-consult.de</a>
14197 Berlin GERMANY                    Skype :  Jan Riedinger

AG Charlottenburg - HRB 71973
</pre>
  </body>
</html>