<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.telephony.ooh323.c">
    <title>gmane.comp.telephony.ooh323.c</title>
    <link>http://permalink.gmane.org/gmane.comp.telephony.ooh323.c</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.telephony.ooh323.c/737"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.telephony.ooh323.c/736"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.telephony.ooh323.c/735"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.telephony.ooh323.c/734"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.telephony.ooh323.c/733"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.telephony.ooh323.c/732"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.telephony.ooh323.c/731"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.telephony.ooh323.c/737">
    <title>Re: call from ohphone to asterisk fails -ERROR:Local endpoint does not have any audio capabilities</title>
    <link>http://permalink.gmane.org/gmane.comp.telephony.ooh323.c/737</link>
    <description>&lt;pre&gt;


Hello,
I have similar problem,,,
I have interconnected an IP Office 406 v2 to Asterisk 1.6.2.13 
using H323 trunk with ulaw audio codec.
Calling internal extensions all is OK but calling to external 
analog trunks the problem appears...


09:10:49:319  Handling H245 message. (outgoing, ooh323c_o_4)
09:10:49:319  Opening logical channels (outgoing, ooh323c_o_4)
09:10:49:319  Looking for matching capabilities. (outgoing, ooh323c_o_4)
09:10:49:319  ERROR:Incompatible audio capabilities - 
Can not open audio channel (outgoing, 
ooh323c_o_4)
09:10:49:319  ERROR:Failed to open audio channels. 
Clearing call.(outgoing, ooh323c_o_4)
09:10:49:319  Finished handling H245 message. (outgoing, ooh323c_o_4)
09:10:49:319  Finished handling tunneled messages in empty Facility message. 
(outgoing, 
ooh323c_o_4)
09:10:49:319  In ooEndCall call state is - 
OO_CALL_CLEAR_RELEASESENT (outgoing, ooh323c_o_4)
09:10:49:319  Receiving H.2250 message (outgoing, ooh323c_o_4)
09:10:49:320  Received Q.931 message: (outgoing, ooh323c_&lt;/pre&gt;</description>
    <dc:creator>Wilfredo</dc:creator>
    <dc:date>2013-01-04T15:27:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.telephony.ooh323.c/736">
    <title>ooh323c 0.9.1 release</title>
    <link>http://permalink.gmane.org/gmane.comp.telephony.ooh323.c/736</link>
    <description>&lt;pre&gt;ooh323c version 0.9.1 has been released and is available for download
from either Source Forge or the Objective Systems website.  This is a
patch release which contains fixes for a number of minor problems
including a bug in building the sample programs.  In addition, a new
configuration item - bearercap - was added to allow bearer capability
to be configured.  Finally, the build system for Windows was changed
to use standard makefiles for use with Visual Studio nmake and
Linux/UNIX now uses cmake.

Enjoy!

Ed Day
Objective Systems, Inc.
http://www.obj-sys.com

------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
&lt;/pre&gt;</description>
    <dc:creator>Ed Day</dc:creator>
    <dc:date>2010-03-21T12:30:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.telephony.ooh323.c/735">
    <title>Re: TR: Problems with ooh323 sources (simple_exe)</title>
    <link>http://permalink.gmane.org/gmane.comp.telephony.ooh323.c/735</link>
    <description>&lt;pre&gt;
source with VC++ 2008 and 
on the dos 
understand why?  Is it 


Hi there is a problem in ooSocket.
to be short find and add my line with //&amp;lt;--
Suc6

int ooSocketGetSockName(OOSOCKET socket, struct sockaddr_in *name, int *size)
{
   int ret;
   socklen_t addrlen;
      int ret;
   socklen_t addrlen;
   addrlen = *size;  //&amp;lt;----
   ret = getsockname(socket, (struct sockaddr*)name, &amp;amp;addrlen);
   if(ret == 0) {
      if (0 != size) *size = (int)addrlen;
      return ASN_OK;
   }
   else{
      OOTRACEERR1("Error:ooSocketGetSockName - getsockname\n");
      return ASN_E_INVSOCKET;
   }
}


------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
ooh323c-devel mailing list
ooh32&lt;/pre&gt;</description>
    <dc:creator>Arnold Gordijn</dc:creator>
    <dc:date>2010-03-18T11:56:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.telephony.ooh323.c/734">
    <title>TR: Problems with ooh323 sources (simple_exe)</title>
    <link>http://permalink.gmane.org/gmane.comp.telephony.ooh323.c/734</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
ooh323c-devel mailing list
ooh323c-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ooh323c-devel
&lt;/pre&gt;</description>
    <dc:creator>Eloic.CASTEL&lt; at &gt;fr.thalesgroup.com</dc:creator>
    <dc:date>2009-12-08T08:21:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.telephony.ooh323.c/733">
    <title>Re: No Outbound PRI/ISDN (Invalid InformationElement)</title>
    <link>http://permalink.gmane.org/gmane.comp.telephony.ooh323.c/733</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference_______________________________________________
ooh323c-devel mailing list
ooh323c-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ooh323c-devel
&lt;/pre&gt;</description>
    <dc:creator>Mark Best</dc:creator>
    <dc:date>2009-10-14T18:25:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.telephony.ooh323.c/732">
    <title>Re: No Outbound PRI/ISDN (Invalid InformationElement)</title>
    <link>http://permalink.gmane.org/gmane.comp.telephony.ooh323.c/732</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july_______________________________________________
ooh323c-devel mailing list
ooh323c-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ooh323c-devel
&lt;/pre&gt;</description>
    <dc:creator>Mark Best</dc:creator>
    <dc:date>2009-09-09T15:28:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.telephony.ooh323.c/731">
    <title>No Outbound PRI/ISDN (Invalid Information Element)</title>
    <link>http://permalink.gmane.org/gmane.comp.telephony.ooh323.c/731</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july_______________________________________________
ooh323c-devel mailing list
ooh323c-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ooh323c-devel
&lt;/pre&gt;</description>
    <dc:creator>Mark Best</dc:creator>
    <dc:date>2009-09-08T18:59:27</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.telephony.ooh323.c">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.telephony.ooh323.c</link>
  </textinput>
</rdf:RDF>
