<?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://blog.gmane.org/gmane.comp.telephony.h323plus">
    <title>gmane.comp.telephony.h323plus</title>
    <link>http://blog.gmane.org/gmane.comp.telephony.h323plus</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://comments.gmane.org/gmane.comp.telephony.h323plus/343"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.h323plus/332"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.h323plus/331"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.h323plus/328"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.h323plus/326"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.h323plus/324"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.h323plus/319"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.h323plus/318"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.h323plus/315"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.h323plus/314"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.h323plus/313"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.h323plus/311"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.h323plus/309"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.h323plus/304"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.h323plus/303"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.h323plus/302"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.h323plus/299"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.h323plus/297"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.h323plus/296"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.h323plus/294"/>
      </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://comments.gmane.org/gmane.comp.telephony.h323plus/343">
    <title>swap audio record &amp; player device</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.h323plus/343</link>
    <description>Hello,
I would like to use a bluetooth controlled mobile. basically if you
connect the mobile to your pc the pc's speaker &amp; mic will become the
mobile's speaker &amp; mic. Therefore, I will need to swap the recorder &amp;
player device so that h323plus will encode the speaker's audio (player
device) and send it to remote endpoint, and decode the microphone's
audio (record device) and send it to the local mobile phone.

thanks in advance!

regards,
Eleoson

</description>
    <dc:creator>Eleoson Gonzales</dc:creator>
    <dc:date>2008-12-01T18:41:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.h323plus/332">
    <title>how to support directshow</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.h323plus/332</link>
    <description>Hi,all.
when I compile the  ptlib-v2_0_1,I find the config in ptbuildopts.h show below:

/////////////////////////////////////////////////
//
// DirectX Support (Windows only)
//

#ifndef _WIN32_WCE
#define P_DIRECTSOUND 1
#undef P_DIRECTSHOW
#undef P_VFW_CAPTURE
#endif

  So I can not get the directshow support.but I can get the directsound support.I indeed install directx 9.0c.so it can find the directx file.
but why it can not find the directshow? Besides,I also can not find the dshow.h.
Who can help me ?thanks!

2008-11-28 



JobsGuo(Guo Huayong) 
Mobile：13918103120
QQ    ： 360480589
MSN  ： ghyhust&lt; at &gt;hotmail.com
</description>
    <dc:creator>JobsGuo(Guo Huayong</dc:creator>
    <dc:date>2008-11-28T05:56:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.h323plus/331">
    <title>t38modem and freebsd tty error</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.h323plus/331</link>
    <description>Hello...

I am trying to run t38modem on a freebsd 6.x server (also running
hylafax).  Apparently the t38modem binary cannot attach to the tty
device.

PseudoModemPty::OpenPty tcgetattr ptypa ERROR: Resource temporarily
unavailable

I have tried many different combinations of tty choices and args, but
all fail in the same way.  Am I missing something? Or is this a bug?



I compiled with:
ptlib-v2_0_1-4
 ./configure --enable-openh323
 gmake

h323plus-v1_20_2
 ./configure --enable-t38 
 gmake

t38modem-1.0.1
  gmake optnoshared

[chrismcc&lt; at &gt;qwip t38modem-1.0.1]$ sudo ./obj_FreeBSD_x86_r/t38modem -p
ttypa --no-gatekeeper  --trace --trace --trace --trace 
T38Modem Version 1.0.1
 by OpenH323 Project on Unix FreeBSD (6.2-RELEASE-p12-i386)

2008/11/25 10:52:15.110    T38ModemVersion 1.0.1 by OpenH323 Project
on Unix FreeBSD (6.2-RELEASE-p12-i386) at 2008/11/25 10:52:15.111
2008/11/25 10:52:15.111    T38ModemT38Modem Version 1.0.1 on Unix
FreeBSD (6.2-RELEASE-p12-i386)
2008/11/25 10:52:15.111    T38ModemPWLibFile handle high water mark
set: 8 Thread unblock pipe
2008/11/25 10:52:15.111    T38ModemPWLibThread high water mark set: 3
2008/11/25 10:52:15.112    T38ModemH323Created endpoint.
2008/11/25 10:52:15.112    T38ModemPWLibFile handle high water mark
set: 10 Thread unblock pipe
2008/11/25 10:52:15.112    T38ModemPseudoModemList::Append ptypa (0)
OK
2008/11/25 10:52:15.112    T38ModemPWLibThread high water mark set: 4
2008/11/25 10:52:15.112    T38ModemH323Added capability:
G.711-uLaw-64k &lt;1&gt;
2008/11/25 10:52:15.112    T38ModemH323Added capability:
G.711-ALaw-64k &lt;2&gt;
2008/11/25 10:52:15.112    T38ModemH323Added capability: T.38-UDP &lt;3&gt;
2008/11/25 10:52:15.113    T38ModemH323Added capability:
UserInput/basicString &lt;4&gt;
Codecs (in preference order):
 Table:
   G.711-uLaw-64k &lt;1&gt;
   G.711-ALaw-64k &lt;2&gt;
   T.38-UDP &lt;3&gt;
   UserInput/basicString &lt;4&gt;
 Set:
   0:
     0:
       G.711-uLaw-64k &lt;1&gt;
       G.711-ALaw-64k &lt;2&gt;
       T.38-UDP &lt;3&gt;
       UserInput/basicString &lt;4&gt;

2008/11/25 10:52:15.113    T38ModemPWLibFile handle high water mark
set: 12 Thread unblock pipe
2008/11/25 10:52:15.113    T38ModemPWLibFile handle high water mark
set: 13 PTCPSocket
2008/11/25 10:52:15.113    T38ModemH323Started listener Listener[ip
$*:1720]
2008/11/25 10:52:15.113    T38ModemPWLibThread high water mark set: 5
Waiting for incoming calls for "T38Modem v1.0.1"
2008/11/25 10:52:15.114H323 Liste...er:8363c00H323Awaiting TCP
connections on port 1720
2008/11/25 10:52:15.114H323 CleanerH323Started cleaner thread
2008/11/25 10:52:15.115ptypa(b):1...:137727488RenameCurrentThread old
ThreadName=PseudoModemPty:08358c00
2008/11/25 10:52:15.115ptypa(b):1...:137727488Started for /dev/ttypa
(accepts all)
2008/11/25 10:52:15.115H323 Liste...er:8363c00TCPWaiting on socket
accept on ip$*:1720
2008/11/25 10:52:15.115ptypa(b):1...:137727488
MyH323EndPoint::OnMyCallback command=addmodem extra=10
2008/11/25 10:52:15.115ptypa(b):1...:137727488PseudoModemQ::Enqueue
ptypa
2008/11/25 10:52:15.115ptypa(b):1...:137727488
MyH323EndPoint::OnMyCallback request={
command=addmodem
response=confirm
modemtoken=ptypa
}
2008/11/25 10:52:15.115ptypa(b):1...:137727488PseudoModemPty::OpenPty
tcgetattr ptypa ERROR: Resource temporarily unavailable
2008/11/25 10:52:15.116ptypa(b):1...:137727488Stopped 




</description>
    <dc:creator>Christopher</dc:creator>
    <dc:date>2008-11-25T19:04:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.h323plus/328">
    <title>IE element decode</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.h323plus/328</link>
    <description>lo,

i've been harnessing the Q931 class of h323plus to decode packets off
the wire, however i'm a little confused as to how h323plus decodes the
contents of the information elements which are contained within Q931.


i assumed (apparently wrongly) that you would do a check for an element
by using Q931.HasIE(), get the byte array of the IE using Q931.GetIE(),
then call something like Q931.decodeUserUserIE which returns a structure
of some sort which can have methods such as getConferenceGuid() called
upon it.

I've done the first few steps upto GetIE(), and i now have a PBYTEARRAY
of the IE, but i've no idea what to do with it now to decode its
contents in a workable, consistent manner.

I've poured through the h323+ code, but i cant seem to find where the
code deals with this problem. perhaps h323pdu plays a role ??


</description>
    <dc:creator>robertp</dc:creator>
    <dc:date>2008-11-04T12:53:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.h323plus/326">
    <title>openmcu/openh323 plus problem.</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.h323plus/326</link>
    <description>Hi,
 
I have installed openMCU version 2.2.1 (debian repository)
 
OpenH323 version is libopenh323-1.19.1 ( debian repository)
 
OpenMCU starts properly in daemon mode ( openmcu -d )
 
But netmeeting, Gnomemeeting and xmeeting are not able to connect.
 
Gnomemeeting is giving error as " no comman codec"
 
Can anybody help me on this to resolve this issue?
 
Regards
Amogh K
 
 



This e-mail is confidential and may be legally privileged. If you are not the intended recipient, please notify the sender immediately and delete this e-mail.

?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
</description>
    <dc:creator>Amogh.Kulkarni&lt; at &gt;shinsei-it.com</dc:creator>
    <dc:date>2008-11-04T04:05:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.h323plus/324">
    <title>bug in rtp.cxx</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.h323plus/324</link>
    <description>line 883 of rtp.cxx is bugged, you're deleting jitter, even if the audio
disable has been used for the build. This causes a build error.

Also, how reliant is h323plus on the forked sections of ptlib ? Its
rather annoying having to build against a customised version. Would it
be at all reasonable to make a motion towards merging the ptlib found in
other sources such as the ubuntu repositories, and the ptlib given on
the h323plus website ?

Thanks in advance.

- R


</description>
    <dc:creator>robertp</dc:creator>
    <dc:date>2008-10-24T10:25:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.h323plus/319">
    <title>openmcu/h323plus plugin problem.</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.h323plus/319</link>
    <description>Hi,

 

I want to configure openmcu on Debian release lenny

 

I have installed openmcu version 2.2.1. ( debian repository)

 

Manufacturer: Post Increment

Version     : 2.2.1

System      : Linux-i686 2.6.26-1-686

 

Debian kernel version: Linux linmcu 2.6.26-1-686 #1 SMP Thu Oct 9 15:18:09 UTC 2008 i686 GNU/Linux

 

I am using openh323 version libopenh323-1.19.1 ( debian repository)

 

Openmcu is started properly with openmcu -d ( in daemon mode)

 

But when I try to connect to openmcu through different clients like netmeeting, Gnomemeeting or xmeeting any client is not able to connect.

 

Gnomemeeting is giving error as "no comman codec"

 

What could be the issue?

 

Then I tried to compile audio/video plugins(1.20.0) given by h323plus website. But while compiling its gives following error.

 

 

 

/usr/include/stdio.h:708: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âfwrite_unlockedâ

/usr/include/stdio.h:718: error: expected â)â before â*â token

/usr/include/stdio.h:723: error: expected â)â before â*â token

/usr/include/stdio.h:728: error: expected â)â before â*â token

/usr/include/stdio.h:742: error: expected â)â before â*â token

/usr/include/stdio.h:747: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âftelloâ

/usr/include/stdio.h:767: error: expected â)â before â*â token

/usr/include/stdio.h:772: error: expected â)â before â*â token

/usr/include/stdio.h:795: error: expected â)â before â*â token

/usr/include/stdio.h:797: error: expected â)â before â*â token

/usr/include/stdio.h:799: error: expected â)â before â*â token

/usr/include/stdio.h:804: error: expected â)â before â*â token

/usr/include/stdio.h:805: error: expected â)â before â*â token

/usr/include/stdio.h:806: error: expected â)â before â*â token

/usr/include/stdio.h:815: error: storage class specified for parameter âperrorâ

In file included from /usr/include/stdio.h:822,

                 from ./inc/gsm.h:26,

                 from gsm06_10_codec.c:119:

/usr/include/bits/sys_errlist.h:27: error: storage class specified for parameter âsys_nerrâ

/usr/include/bits/sys_errlist.h:28: error: storage class specified for parameter âsys_errlistâ

In file included from ./inc/gsm.h:26,

                 from gsm06_10_codec.c:119:

/usr/include/stdio.h:827: error: expected â)â before â*â token

/usr/include/stdio.h:832: error: expected â)â before â*â token

/usr/include/stdio.h:842: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

/usr/include/stdio.h:848: error: expected â)â before â*â token

/usr/include/stdio.h:854: error: storage class specified for parameter âctermidâ

/usr/include/stdio.h:882: error: expected â)â before â*â token

/usr/include/stdio.h:886: error: expected â)â before â*â token

/usr/include/stdio.h:889: error: expected â)â before â*â token

In file included from /usr/include/stdio.h:903,

                 from ./inc/gsm.h:26,

                 from gsm06_10_codec.c:119:

/usr/include/bits/stdio.h:37: error: expected declaration specifiers or â...â before â__gnuc_va_listâ

/usr/include/bits/stdio.h:38: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â{â token

/usr/include/bits/stdio.h:46: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â{â token

/usr/include/bits/stdio.h:54: error: expected â)â before â*â token

/usr/include/bits/stdio.h:64: error: expected â)â before â*â token

/usr/include/bits/stdio.h:72: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â{â token

/usr/include/bits/stdio.h:81: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â{â token

/usr/include/bits/stdio.h:89: error: expected declaration specifiers or â...â before âFILEâ

/usr/include/bits/stdio.h:90: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â{â token

/usr/include/bits/stdio.h:99: error: expected declaration specifiers or â...â before âFILEâ

/usr/include/bits/stdio.h:100: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â{â token

/usr/include/bits/stdio.h:107: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â{â token

/usr/include/bits/stdio.h:126: error: expected â)â before â*â token

/usr/include/bits/stdio.h:133: error: expected â)â before â*â token

In file included from gsm06_10_codec.c:119:

./inc/gsm.h:40: error: storage class specified for parameter âgsmâ

./inc/gsm.h:41: error: storage class specified for parameter âgsm_signalâ

./inc/gsm.h:42: error: storage class specified for parameter âgsm_byteâ

./inc/gsm.h:43: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âgsm_frameâ

./inc/gsm.h:58: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âgsm_createâ

./inc/gsm.h:59: error: storage class specified for parameter âgsm_destroyâ

./inc/gsm.h:59: warning: parameter names (without types) in function declaration

./inc/gsm.h:61: error: expected â)â before â*â token

./inc/gsm.h:62: error: expected â)â before âintâ

./inc/gsm.h:64: error: expected â)â before â*â token

./inc/gsm.h:65: error: expected â)â before â*â token

./inc/gsm.h:67: error: expected â)â before â*â token

./inc/gsm.h:68: error: expected â)â before â*â token

gsm06_10_codec.c:142: warning: âstruct PluginCodec_Definitionâ declared inside parameter list

gsm06_10_codec.c:142: warning: its scope is only this definition or declaration, which is probably not what you want

gsm06_10_codec.c:143: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â{â token

gsm06_10_codec.c:150: warning: âstruct PluginCodec_Definitionâ declared inside parameter list

gsm06_10_codec.c:151: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â{â token

gsm06_10_codec.c:162: warning: âstruct PluginCodec_Definitionâ declared inside parameter list

gsm06_10_codec.c:163: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â{â token

gsm06_10_codec.c:196: warning: âstruct PluginCodec_Definitionâ declared inside parameter list

gsm06_10_codec.c:197: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â{â token

gsm06_10_codec.c:257: warning: âstruct PluginCodec_Definitionâ declared inside parameter list

gsm06_10_codec.c:258: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â{â token

gsm06_10_codec.c:278: warning: âstruct PluginCodec_Definitionâ declared inside parameter list

gsm06_10_codec.c:279: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â{â token

gsm06_10_codec.c:294: error: storage class specified for parameter âlicenseInfoâ

gsm06_10_codec.c:294: error: parameter âlicenseInfoâ is initialized

gsm06_10_codec.c:295: warning: excess elements in struct initializer

gsm06_10_codec.c:295: warning: (near initialization for âlicenseInfoâ)

gsm06_10_codec.c:297: warning: excess elements in struct initializer

gsm06_10_codec.c:297: warning: (near initialization for âlicenseInfoâ)

gsm06_10_codec.c:298: warning: excess elements in struct initializer

gsm06_10_codec.c:298: warning: (near initialization for âlicenseInfoâ)

gsm06_10_codec.c:299: warning: excess elements in struct initializer

gsm06_10_codec.c:299: warning: (near initialization for âlicenseInfoâ)

gsm06_10_codec.c:300: warning: excess elements in struct initializer

gsm06_10_codec.c:300: warning: (near initialization for âlicenseInfoâ)

gsm06_10_codec.c:301: warning: excess elements in struct initializer

gsm06_10_codec.c:301: warning: (near initialization for âlicenseInfoâ)

gsm06_10_codec.c:302: warning: excess elements in struct initializer

gsm06_10_codec.c:302: warning: (near initialization for âlicenseInfoâ)

gsm06_10_codec.c:303: error: âPluginCodec_License_MPLâ undeclared (first use in this function)

gsm06_10_codec.c:303: error: (Each undeclared identifier is reported only once

gsm06_10_codec.c:303: error: for each function it appears in.)

gsm06_10_codec.c:303: warning: excess elements in struct initializer

gsm06_10_codec.c:303: warning: (near initialization for âlicenseInfoâ)

gsm06_10_codec.c:305: warning: excess elements in struct initializer

gsm06_10_codec.c:305: warning: (near initialization for âlicenseInfoâ)

gsm06_10_codec.c:306: warning: excess elements in struct initializer

gsm06_10_codec.c:306: warning: (near initialization for âlicenseInfoâ)

gsm06_10_codec.c:307: warning: excess elements in struct initializer

gsm06_10_codec.c:307: warning: (near initialization for âlicenseInfoâ)

gsm06_10_codec.c:308: warning: excess elements in struct initializer

gsm06_10_codec.c:308: warning: (near initialization for âlicenseInfoâ)

gsm06_10_codec.c:309: warning: excess elements in struct initializer

gsm06_10_codec.c:309: warning: (near initialization for âlicenseInfoâ)

gsm06_10_codec.c:310: warning: excess elements in struct initializer

gsm06_10_codec.c:310: warning: (near initialization for âlicenseInfoâ)

gsm06_10_codec.c:311: warning: excess elements in struct initializer

gsm06_10_codec.c:311: warning: (near initialization for âlicenseInfoâ)

gsm06_10_codec.c:312: error: âPluginCodec_Licence_Noneâ undeclared (first use in this function)

gsm06_10_codec.c:313: warning: excess elements in struct initializer

gsm06_10_codec.c:313: warning: (near initialization for âlicenseInfoâ)

gsm06_10_codec.c:317: error: storage class specified for parameter âL16Descâ

gsm06_10_codec.c:317: error: parameter âL16Descâ is initialized

gsm06_10_codec.c:319: error: storage class specified for parameter âgsm0610â

gsm06_10_codec.c:319: error: parameter âgsm0610â is initialized

gsm06_10_codec.c:321: error: storage class specified for parameter âmsGSMâ

gsm06_10_codec.c:321: error: parameter âmsGSMâ is initialized

gsm06_10_codec.c:323: error: storage class specified for parameter âsdpGSMâ

gsm06_10_codec.c:323: error: parameter âsdpGSMâ is initialized

gsm06_10_codec.c:326: error: storage class specified for parameter âsdpMSGSMâ

gsm06_10_codec.c:326: error: parameter âsdpMSGSMâ is initialized

gsm06_10_codec.c:328: error: storage class specified for parameter âgsmCapsâ

gsm06_10_codec.c:328: error: parameter âgsmCapsâ is initialized

gsm06_10_codec.c:329: warning: excess elements in struct initializer

gsm06_10_codec.c:329: warning: (near initialization for âgsmCapsâ)

gsm06_10_codec.c:330: warning: excess elements in struct initializer

gsm06_10_codec.c:330: warning: (near initialization for âgsmCapsâ)

gsm06_10_codec.c:333: error: storage class specified for parameter âmsGSMHeaderâ

gsm06_10_codec.c:333: error: parameter âmsGSMHeaderâ is initialized

gsm06_10_codec.c:336: warning: initialization makes pointer from integer without a cast

gsm06_10_codec.c:336: warning: excess elements in scalar initializer

gsm06_10_codec.c:336: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:336: warning: excess elements in scalar initializer

gsm06_10_codec.c:336: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:336: warning: excess elements in scalar initializer

gsm06_10_codec.c:336: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:337: warning: excess elements in scalar initializer

gsm06_10_codec.c:337: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:337: warning: excess elements in scalar initializer

gsm06_10_codec.c:337: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:337: warning: excess elements in scalar initializer

gsm06_10_codec.c:337: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:337: warning: excess elements in scalar initializer

gsm06_10_codec.c:337: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:338: warning: excess elements in scalar initializer

gsm06_10_codec.c:338: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:338: warning: excess elements in scalar initializer

gsm06_10_codec.c:338: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:338: warning: excess elements in scalar initializer

gsm06_10_codec.c:338: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:338: warning: excess elements in scalar initializer

gsm06_10_codec.c:338: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:339: warning: excess elements in scalar initializer

gsm06_10_codec.c:339: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:339: warning: excess elements in scalar initializer

gsm06_10_codec.c:339: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:339: warning: excess elements in scalar initializer

gsm06_10_codec.c:339: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:339: warning: excess elements in scalar initializer

gsm06_10_codec.c:339: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:340: warning: excess elements in scalar initializer

gsm06_10_codec.c:340: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:340: warning: excess elements in scalar initializer

gsm06_10_codec.c:340: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:340: warning: excess elements in scalar initializer

gsm06_10_codec.c:340: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:340: warning: excess elements in scalar initializer

gsm06_10_codec.c:340: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:345: warning: excess elements in scalar initializer

gsm06_10_codec.c:345: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:345: warning: excess elements in scalar initializer

gsm06_10_codec.c:345: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:346: warning: excess elements in scalar initializer

gsm06_10_codec.c:346: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:346: warning: excess elements in scalar initializer

gsm06_10_codec.c:346: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:347: warning: excess elements in scalar initializer

gsm06_10_codec.c:347: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:347: warning: excess elements in scalar initializer

gsm06_10_codec.c:347: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:347: warning: excess elements in scalar initializer

gsm06_10_codec.c:347: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:347: warning: excess elements in scalar initializer

gsm06_10_codec.c:347: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:348: warning: excess elements in scalar initializer

gsm06_10_codec.c:348: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:348: warning: excess elements in scalar initializer

gsm06_10_codec.c:348: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:348: warning: excess elements in scalar initializer

gsm06_10_codec.c:348: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:348: warning: excess elements in scalar initializer

gsm06_10_codec.c:348: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:349: warning: excess elements in scalar initializer

gsm06_10_codec.c:349: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:349: warning: excess elements in scalar initializer

gsm06_10_codec.c:349: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:350: warning: excess elements in scalar initializer

gsm06_10_codec.c:350: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:350: warning: excess elements in scalar initializer

gsm06_10_codec.c:350: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:351: warning: excess elements in scalar initializer

gsm06_10_codec.c:351: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:351: warning: excess elements in scalar initializer

gsm06_10_codec.c:351: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:356: warning: excess elements in scalar initializer

gsm06_10_codec.c:356: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:356: warning: excess elements in scalar initializer

gsm06_10_codec.c:356: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:359: warning: excess elements in scalar initializer

gsm06_10_codec.c:359: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:360: warning: excess elements in scalar initializer

gsm06_10_codec.c:360: warning: (near initialization for âmsGSMHeaderâ)

gsm06_10_codec.c:366: warning: âstruct PluginCodec_H323NonStandardCodecDataâ declared inside parameter list

gsm06_10_codec.c:367: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â{â token

gsm06_10_codec.c:392: error: storage class specified for parameter âmsgsmCapâ

gsm06_10_codec.c:392: error: parameter âmsgsmCapâ is initialized

gsm06_10_codec.c:394: warning: excess elements in struct initializer

gsm06_10_codec.c:394: warning: (near initialization for âmsgsmCapâ)

gsm06_10_codec.c:395: warning: excess elements in struct initializer

gsm06_10_codec.c:395: warning: (near initialization for âmsgsmCapâ)

gsm06_10_codec.c:395: warning: excess elements in struct initializer

gsm06_10_codec.c:395: warning: (near initialization for âmsgsmCapâ)

gsm06_10_codec.c:395: warning: excess elements in struct initializer

gsm06_10_codec.c:395: warning: (near initialization for âmsgsmCapâ)

gsm06_10_codec.c:396: warning: excess elements in struct initializer

gsm06_10_codec.c:396: warning: (near initialization for âmsgsmCapâ)

gsm06_10_codec.c:396: warning: excess elements in struct initializer

gsm06_10_codec.c:396: warning: (near initialization for âmsgsmCapâ)

gsm06_10_codec.c:397: error: âmsgsmCompareFuncâ undeclared (first use in this function)

gsm06_10_codec.c:398: warning: excess elements in struct initializer

gsm06_10_codec.c:398: warning: (near initialization for âmsgsmCapâ)

gsm06_10_codec.c:405: warning: âstruct PluginCodec_Definitionâ declared inside parameter list

gsm06_10_codec.c:406: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â{â token

gsm06_10_codec.c:414: error: storage class specified for parameter âh323CoderControlsâ

gsm06_10_codec.c:414: error: array type has incomplete element type

gsm06_10_codec.c:414: error: parameter âh323CoderControlsâ is initialized

gsm06_10_codec.c:415: error: âvalid_for_h323â undeclared (first use in this function)

gsm06_10_codec.c:424: error: storage class specified for parameter âgsmCodecDefnâ

gsm06_10_codec.c:424: error: array type has incomplete element type

gsm06_10_codec.c:424: error: parameter âgsmCodecDefnâ is initialized

gsm06_10_codec.c:428: error: âPLUGIN_CODEC_VERSIONâ undeclared (first use in this function)

gsm06_10_codec.c:431: error: âPluginCodec_MediaTypeAudioâ undeclared (first use in this function)

gsm06_10_codec.c:432: error: âPluginCodec_InputTypeRawâ undeclared (first use in this function)

gsm06_10_codec.c:433: error: âPluginCodec_OutputTypeRawâ undeclared (first use in this function)

gsm06_10_codec.c:434: error: âPluginCodec_RTPTypeExplicitâ undeclared (first use in this function)

gsm06_10_codec.c:452: error: âcreate_codecâ undeclared (first use in this function)

gsm06_10_codec.c:453: error: âdestroy_codecâ undeclared (first use in this function)

gsm06_10_codec.c:454: error: âcodec_encoderâ undeclared (first use in this function)

gsm06_10_codec.c:457: error: âPluginCodec_H323AudioCodec_gsmFullRateâ undeclared (first use in this function)

gsm06_10_codec.c:489: error: âcodec_decoderâ undeclared (first use in this function)

gsm06_10_codec.c:507: error: âPluginCodec_RTPTypeDynamicâ undeclared (first use in this function)

gsm06_10_codec.c:527: error: âcodec_msgsm_encoderâ undeclared (first use in this function)

gsm06_10_codec.c:530: error: âPluginCodec_H323Codec_nonStandardâ undeclared (first use in this function)

gsm06_10_codec.c:562: error: âcodec_msgsm_decoderâ undeclared (first use in this function)

gsm06_10_codec.c:576: error: expected declaration specifiers before âPLUGIN_CODEC_DLL_APIâ

gsm06_10_codec.c:424: error: declaration for parameter âgsmCodecDefnâ but no such parameter

gsm06_10_codec.c:414: error: declaration for parameter âh323CoderControlsâ but no such parameter

gsm06_10_codec.c:392: error: parameter âmsgsmCapâ has incomplete type

gsm06_10_codec.c:392: error: declaration for parameter âmsgsmCapâ but no such parameter

gsm06_10_codec.c:333: error: declaration for parameter âmsGSMHeaderâ but no such parameter

gsm06_10_codec.c:328: error: parameter âgsmCapsâ has incomplete type

gsm06_10_codec.c:328: error: declaration for parameter âgsmCapsâ but no such parameter

gsm06_10_codec.c:326: error: declaration for parameter âsdpMSGSMâ but no such parameter

gsm06_10_codec.c:323: error: declaration for parameter âsdpGSMâ but no such parameter

gsm06_10_codec.c:321: error: declaration for parameter âmsGSMâ but no such parameter

gsm06_10_codec.c:319: error: declaration for parameter âgsm0610â but no such parameter

gsm06_10_codec.c:317: error: declaration for parameter âL16Descâ but no such parameter

gsm06_10_codec.c:294: error: parameter âlicenseInfoâ has incomplete type

gsm06_10_codec.c:294: error: declaration for parameter âlicenseInfoâ but no such parameter

./inc/gsm.h:59: error: declaration for parameter âgsm_destroyâ but no such parameter

./inc/gsm.h:42: error: declaration for parameter âgsm_byteâ but no such parameter

./inc/gsm.h:41: error: declaration for parameter âgsm_signalâ but no such parameter

./inc/gsm.h:40: error: declaration for parameter âgsmâ but no such parameter

/usr/include/stdio.h:854: error: declaration for parameter âctermidâ but no such parameter

/usr/include/bits/sys_errlist.h:28: error: declaration for parameter âsys_errlistâ but no such parameter

/usr/include/bits/sys_errlist.h:27: error: declaration for parameter âsys_nerrâ but no such parameter

/usr/include/stdio.h:815: error: declaration for parameter âperrorâ but no such parameter

/usr/include/stdio.h:671: error: declaration for parameter âungetcâ but no such parameter

/usr/include/stdio.h:664: error: declaration for parameter âputsâ but no such parameter

/usr/include/stdio.h:658: error: declaration for parameter âfputsâ but no such parameter

/usr/include/stdio.h:608: error: declaration for parameter âgetsâ but no such parameter

/usr/include/stdio.h:600: error: declaration for parameter âfgetsâ but no such parameter

/usr/include/stdio.h:591: error: declaration for parameter âputwâ but no such parameter

/usr/include/stdio.h:581: error: declaration for parameter âputchar_unlockedâ but no such parameter

/usr/include/stdio.h:580: error: declaration for parameter âputc_unlockedâ but no such parameter

/usr/include/stdio.h:572: error: declaration for parameter âfputc_unlockedâ but no such parameter

/usr/include/stdio.h:558: error: declaration for parameter âputcharâ but no such parameter

/usr/include/stdio.h:552: error: declaration for parameter âputcâ but no such parameter

/usr/include/stdio.h:551: error: declaration for parameter âfputcâ but no such parameter

/usr/include/stdio.h:529: error: declaration for parameter âgetchar_unlockedâ but no such parameter

/usr/include/stdio.h:516: error: declaration for parameter âgetcharâ but no such parameter

/usr/include/stdio.h:411: error: declaration for parameter âsscanfâ but no such parameter

/usr/include/stdio.h:409: error: declaration for parameter âscanfâ but no such parameter

/usr/include/stdio.h:365: error: declaration for parameter âvsnprintfâ but no such parameter

/usr/include/stdio.h:361: error: declaration for parameter âsnprintfâ but no such parameter

/usr/include/stdio.h:354: error: declaration for parameter âvsprintfâ but no such parameter

/usr/include/stdio.h:352: error: declaration for parameter âvprintfâ but no such parameter

/usr/include/stdio.h:339: error: declaration for parameter âsprintfâ but no such parameter

/usr/include/stdio.h:337: error: declaration for parameter âprintfâ but no such parameter

/usr/include/stdio.h:204: error: declaration for parameter âtempnamâ but no such parameter

/usr/include/stdio.h:192: error: declaration for parameter âtmpnam_râ but no such parameter

/usr/include/stdio.h:186: error: declaration for parameter âtmpnamâ but no such parameter

/usr/include/stdio.h:157: error: declaration for parameter ârenameâ but no such parameter

/usr/include/stdio.h:155: error: declaration for parameter âremoveâ but no such parameter

/usr/include/stdio.h:147: error: declaration for parameter âstderrâ but no such parameter

/usr/include/stdio.h:146: error: declaration for parameter âstdoutâ but no such parameter

/usr/include/stdio.h:145: error: declaration for parameter âstdinâ but no such parameter

/usr/include/libio.h:459: error: declaration for parameter â_IO_putcâ but no such parameter

/usr/include/libio.h:384: error: declaration for parameter â__io_close_fnâ but no such parameter

/usr/include/libio.h:381: error: declaration for parameter â__io_seek_fnâ but no such parameter

/usr/include/libio.h:348: error: parameter â_IO_2_1_stderr_â has incomplete type

/usr/include/libio.h:348: error: declaration for parameter â_IO_2_1_stderr_â but no such parameter

/usr/include/libio.h:347: error: parameter â_IO_2_1_stdout_â has incomplete type

/usr/include/libio.h:347: error: declaration for parameter â_IO_2_1_stdout_â but no such parameter

/usr/include/libio.h:346: error: parameter â_IO_2_1_stdin_â has incomplete type

/usr/include/libio.h:346: error: declaration for parameter â_IO_2_1_stdin_â but no such parameter

/usr/include/libio.h:341: error: declaration for parameter â_IO_FILEâ but no such parameter

/usr/include/libio.h:180: error: parameter â_IO_lock_tâ has incomplete type

/usr/include/libio.h:180: error: declaration for parameter â_IO_lock_tâ but no such parameter

/usr/lib/gcc/i486-linux-gnu/4.3.2/include/stdarg.h:43: error: declaration for parameter â__gnuc_va_listâ but no such parameter

/usr/include/_G_config.h:56: error: declaration for parameter â_G_uint32_tâ but no such parameter

/usr/include/_G_config.h:55: error: declaration for parameter â_G_uint16_tâ but no such parameter

/usr/include/_G_config.h:54: error: declaration for parameter â_G_int32_tâ but no such parameter

/usr/include/_G_config.h:53: error: declaration for parameter â_G_int16_tâ but no such parameter

/usr/include/_G_config.h:31: error: declaration for parameter â_G_fpos64_tâ but no such parameter

/usr/include/_G_config.h:26: error: declaration for parameter â_G_fpos_tâ but no such parameter

/usr/include/wchar.h:90: error: declaration for parameter â__mbstate_tâ but no such parameter

/usr/include/stdio.h:65: error: declaration for parameter â__FILEâ but no such parameter

/usr/include/stdio.h:49: error: declaration for parameter âFILEâ but no such parameter

/usr/include/bits/string2.h:1323: error: declaration for parameter â__strndupâ but no such parameter

/usr/include/bits/string2.h:1304: error: declaration for parameter â__strdupâ but no such parameter

/usr/include/bits/string2.h:1260: error: declaration for parameter â__strsep_3câ but no such parameter

/usr/include/bits/string2.h:1233: error: declaration for parameter â__strsep_2câ but no such parameter

/usr/include/bits/string2.h:1223: error: declaration for parameter â__strsep_1câ but no such parameter

/usr/include/bits/string2.h:1205: error: declaration for parameter â__strsep_gâ but no such parameter

/usr/include/bits/string2.h:1173: error: declaration for parameter â__strtok_r_1câ but no such parameter

/usr/include/bits/string2.h:1132: error: declaration for parameter â__strpbrk_c3â but no such parameter

/usr/include/bits/string2.h:1121: error: declaration for parameter â__strpbrk_c2â but no such parameter

/usr/include/bits/string2.h:394: error: declaration for parameter â__rawmemchrâ but no such parameter

/usr/include/string.h:354: error: declaration for parameter âstrsepâ but no such parameter

/usr/include/string.h:335: error: declaration for parameter âstrncasecmpâ but no such parameter

/usr/include/string.h:331: error: declaration for parameter âstrcasecmpâ but no such parameter

/usr/include/string.h:318: error: declaration for parameter âffsâ but no such parameter

/usr/include/string.h:313: error: declaration for parameter ârindexâ but no such parameter

/usr/include/string.h:309: error: declaration for parameter âindexâ but no such parameter

/usr/include/string.h:305: error: declaration for parameter âbcmpâ but no such parameter

/usr/include/string.h:302: error: declaration for parameter âbzeroâ but no such parameter

/usr/include/string.h:298: error: declaration for parameter âbcopyâ but no such parameter

/usr/include/string.h:294: error: declaration for parameter â__bzeroâ but no such parameter

/usr/include/string.h:270: error: declaration for parameter âstrerror_râ but no such parameter

/usr/include/string.h:256: error: declaration for parameter âstrerrorâ but no such parameter

/usr/include/string.h:210: error: declaration for parameter âstrtok_râ but no such parameter

/usr/include/string.h:205: error: declaration for parameter â__strtok_râ but no such parameter

/usr/include/string.h:199: error: declaration for parameter âstrtokâ but no such parameter

/usr/include/string.h:194: error: declaration for parameter âstrstrâ but no such parameter

/usr/include/string.h:191: error: declaration for parameter âstrpbrkâ but no such parameter

/usr/include/string.h:170: error: declaration for parameter âstrrchrâ but no such parameter

/usr/include/string.h:167: error: declaration for parameter âstrchrâ but no such parameter

/usr/include/string.h:130: error: declaration for parameter âstrdupâ but no such parameter

/usr/include/string.h:106: error: declaration for parameter âstrcollâ but no such parameter

/usr/include/string.h:102: error: declaration for parameter âstrncmpâ but no such parameter

/usr/include/string.h:99: error: declaration for parameter âstrcmpâ but no such parameter

/usr/include/string.h:95: error: declaration for parameter âstrncatâ but no such parameter

/usr/include/string.h:92: error: declaration for parameter âstrcatâ but no such parameter

/usr/include/string.h:87: error: declaration for parameter âstrncpyâ but no such parameter

/usr/include/string.h:84: error: declaration for parameter âstrcpyâ but no such parameter

/usr/include/string.h:66: error: declaration for parameter âmemchrâ but no such parameter

/usr/include/string.h:62: error: declaration for parameter âmemcmpâ but no such parameter

/usr/include/string.h:59: error: declaration for parameter âmemsetâ but no such parameter

/usr/include/string.h:51: error: declaration for parameter âmemccpyâ but no such parameter

/usr/include/string.h:43: error: declaration for parameter âmemmoveâ but no such parameter

/usr/include/string.h:38: error: declaration for parameter âmemcpyâ but no such parameter

/usr/include/stdlib.h:867: error: declaration for parameter âgetloadavgâ but no such parameter

/usr/include/stdlib.h:832: error: declaration for parameter âposix_openptâ but no such parameter

/usr/include/stdlib.h:804: error: declaration for parameter ârpmatchâ but no such parameter

/usr/include/stdlib.h:786: error: declaration for parameter âwctombâ but no such parameter

/usr/include/stdlib.h:779: error: declaration for parameter âmblenâ but no such parameter

/usr/include/stdlib.h:768: error: declaration for parameter âqfcvt_râ but no such parameter

/usr/include/stdlib.h:764: error: declaration for parameter âqecvt_râ but no such parameter

/usr/include/stdlib.h:760: error: declaration for parameter âfcvt_râ but no such parameter

/usr/include/stdlib.h:757: error: declaration for parameter âecvt_râ but no such parameter

/usr/include/stdlib.h:751: error: declaration for parameter âqgcvtâ but no such parameter

/usr/include/stdlib.h:748: error: declaration for parameter âqfcvtâ but no such parameter

/usr/include/stdlib.h:745: error: declaration for parameter âqecvtâ but no such parameter

/usr/include/stdlib.h:739: error: declaration for parameter âgcvtâ but no such parameter

/usr/include/stdlib.h:733: error: declaration for parameter âfcvtâ but no such parameter

/usr/include/stdlib.h:727: error: declaration for parameter âecvtâ but no such parameter

/usr/include/stdlib.h:692: error: declaration for parameter âlabsâ but no such parameter

/usr/include/stdlib.h:691: error: declaration for parameter âabsâ but no such parameter

/usr/include/stdlib.h:686: error: declaration for parameter âqsortâ but no such parameter

/usr/include/stdlib.h:680: error: declaration for parameter âbsearchâ but no such parameter

/usr/include/stdlib.h:670: error: declaration for parameter â__compar_fn_tâ but no such parameter

/usr/include/stdlib.h:662: error: declaration for parameter ârealpathâ but no such parameter

/usr/include/stdlib.h:645: error: declaration for parameter âsystemâ but no such parameter

/usr/include/stdlib.h:614: error: declaration for parameter âmkdtempâ but no such parameter

/usr/include/stdlib.h:594: error: declaration for parameter âmkstempâ but no such parameter

/usr/include/stdlib.h:583: error: declaration for parameter âmktempâ but no such parameter

/usr/include/stdlib.h:574: error: declaration for parameter âclearenvâ but no such parameter

/usr/include/stdlib.h:567: error: declaration for parameter âunsetenvâ but no such parameter

/usr/include/stdlib.h:563: error: declaration for parameter âsetenvâ but no such parameter

/usr/include/stdlib.h:557: error: declaration for parameter âputenvâ but no such parameter

/usr/include/stdlib.h:550: error: declaration for parameter â__secure_getenvâ but no such parameter

/usr/include/stdlib.h:545: error: declaration for parameter âgetenvâ but no such parameter

/usr/include/stdlib.h:531: error: declaration for parameter âexitâ but no such parameter

/usr/include/stdlib.h:523: error: declaration for parameter âon_exitâ but no such parameter

/usr/include/stdlib.h:517: error: declaration for parameter âatexitâ but no such parameter

/usr/include/stdlib.h:513: error: declaration for parameter âabortâ but no such parameter

/usr/include/stdlib.h:507: error: declaration for parameter âposix_memalignâ but no such parameter

/usr/include/stdlib.h:493: error: declaration for parameter âcfreeâ but no such parameter

/usr/include/stdlib.h:488: error: declaration for parameter âfreeâ but no such parameter

/usr/include/stdlib.h:485: error: declaration for parameter âreallocâ but no such parameter

/usr/include/stdlib.h:459: error: declaration for parameter âlcong48_râ but no such parameter

/usr/include/stdlib.h:456: error: declaration for parameter âseed48_râ but no such parameter

/usr/include/stdlib.h:453: error: declaration for parameter âsrand48_râ but no such parameter

/usr/include/stdlib.h:447: error: declaration for parameter âjrand48_râ but no such parameter

/usr/include/stdlib.h:444: error: declaration for parameter âmrand48_râ but no such parameter

/usr/include/stdlib.h:438: error: declaration for parameter ânrand48_râ but no such parameter

/usr/include/stdlib.h:435: error: declaration for parameter âlrand48_râ but no such parameter

/usr/include/stdlib.h:430: error: declaration for parameter âerand48_râ but no such parameter

/usr/include/stdlib.h:428: error: declaration for parameter âdrand48_râ but no such parameter

/usr/include/stdlib.h:412: error: declaration for parameter âlcong48â but no such parameter

/usr/include/stdlib.h:410: error: declaration for parameter âseed48â but no such parameter

/usr/include/stdlib.h:409: error: declaration for parameter âsrand48â but no such parameter

/usr/include/stdlib.h:405: error: declaration for parameter âjrand48â but no such parameter

/usr/include/stdlib.h:404: error: declaration for parameter âmrand48â but no such parameter

/usr/include/stdlib.h:400: error: declaration for parameter ânrand48â but no such parameter

/usr/include/stdlib.h:399: error: declaration for parameter âlrand48â but no such parameter

/usr/include/stdlib.h:396: error: declaration for parameter âerand48â but no such parameter

/usr/include/stdlib.h:395: error: declaration for parameter âdrand48â but no such parameter

/usr/include/stdlib.h:387: error: declaration for parameter ârand_râ but no such parameter

/usr/include/stdlib.h:382: error: declaration for parameter âsrandâ but no such parameter

/usr/include/stdlib.h:380: error: declaration for parameter ârandâ but no such parameter

/usr/include/stdlib.h:371: error: declaration for parameter âsetstate_râ but no such parameter

/usr/include/stdlib.h:366: error: declaration for parameter âinitstate_râ but no such parameter

/usr/include/stdlib.h:363: error: declaration for parameter âsrandom_râ but no such parameter

/usr/include/stdlib.h:360: error: declaration for parameter ârandom_râ but no such parameter

/usr/include/stdlib.h:341: error: declaration for parameter âsetstateâ but no such parameter

/usr/include/stdlib.h:336: error: declaration for parameter âinitstateâ but no such parameter

/usr/include/stdlib.h:330: error: declaration for parameter âsrandomâ but no such parameter

/usr/include/stdlib.h:327: error: declaration for parameter ârandomâ but no such parameter

/usr/include/bits/pthreadtypes.h:216: error: declaration for parameter âpthread_barrierattr_tâ but no such parameter

/usr/include/bits/pthreadtypes.h:210: error: declaration for parameter âpthread_barrier_tâ but no such parameter

/usr/include/bits/pthreadtypes.h:201: error: declaration for parameter âpthread_spinlock_tâ but no such parameter

/usr/include/bits/pthreadtypes.h:195: error: declaration for parameter âpthread_rwlockattr_tâ but no such parameter

/usr/include/bits/pthreadtypes.h:189: error: declaration for parameter âpthread_rwlock_tâ but no such parameter

/usr/include/bits/pthreadtypes.h:144: error: declaration for parameter âpthread_once_tâ but no such parameter

/usr/include/bits/pthreadtypes.h:140: error: declaration for parameter âpthread_key_tâ but no such parameter

/usr/include/bits/pthreadtypes.h:136: error: declaration for parameter âpthread_condattr_tâ but no such parameter

/usr/include/bits/pthreadtypes.h:130: error: declaration for parameter âpthread_cond_tâ but no such parameter

/usr/include/bits/pthreadtypes.h:110: error: declaration for parameter âpthread_mutexattr_tâ but no such parameter

/usr/include/bits/pthreadtypes.h:104: error: declaration for parameter âpthread_mutex_tâ but no such parameter

/usr/include/bits/pthreadtypes.h:70: error: declaration for parameter â__pthread_slist_tâ but no such parameter

/usr/include/bits/pthreadtypes.h:57: error: declaration for parameter âpthread_attr_tâ but no such parameter

/usr/include/bits/pthreadtypes.h:50: error: declaration for parameter âpthread_tâ but no such parameter

/usr/include/sys/select.h:109: error: declaration for parameter âselectâ but no such parameter

/usr/include/sys/select.h:78: error: declaration for parameter âfd_setâ but no such parameter

/usr/include/sys/select.h:55: error: declaration for parameter â__fd_maskâ but no such parameter

/usr/include/bits/sigset.h:32: error: declaration for parameter â__sigset_tâ but no such parameter

/usr/include/bits/sigset.h:24: error: declaration for parameter â__sig_atomic_tâ but no such parameter

/usr/include/sys/types.h:206: error: declaration for parameter âregister_tâ but no such parameter

/usr/include/sys/types.h:204: error: declaration for parameter âu_int64_tâ but no such parameter

/usr/include/sys/types.h:203: error: declaration for parameter âu_int32_tâ but no such parameter

/usr/include/sys/types.h:202: error: declaration for parameter âu_int16_tâ but no such parameter

/usr/include/sys/types.h:201: error: declaration for parameter âu_int8_tâ but no such parameter

/usr/include/sys/types.h:198: error: declaration for parameter âint64_tâ but no such parameter

/usr/include/sys/types.h:197: error: declaration for parameter âint32_tâ but no such parameter

/usr/include/sys/types.h:196: error: declaration for parameter âint16_tâ but no such parameter

/usr/include/sys/types.h:195: error: declaration for parameter âint8_tâ but no such parameter

/usr/include/sys/types.h:153: error: declaration for parameter âuintâ but no such parameter

/usr/include/sys/types.h:152: error: declaration for parameter âushortâ but no such parameter

/usr/include/sys/types.h:151: error: declaration for parameter âulongâ but no such parameter

/usr/include/bits/types.h:186: error: declaration for parameter â__caddr_tâ but no such parameter

/usr/include/bits/types.h:42: error: declaration for parameter â__uint32_tâ but no such parameter

/usr/include/bits/types.h:41: error: declaration for parameter â__int32_tâ but no such parameter

/usr/include/bits/types.h:40: error: declaration for parameter â__uint16_tâ but no such parameter

/usr/include/bits/types.h:39: error: declaration for parameter â__int16_tâ but no such parameter

/usr/include/bits/types.h:38: error: declaration for parameter â__uint8_tâ but no such parameter

/usr/include/bits/types.h:37: error: declaration for parameter â__int8_tâ but no such parameter

/usr/include/bits/types.h:34: error: declaration for parameter â__u_longâ but no such parameter

/usr/include/bits/types.h:33: error: declaration for parameter â__u_intâ but no such parameter

/usr/include/bits/types.h:32: error: declaration for parameter â__u_shortâ but no such parameter

/usr/include/bits/types.h:31: error: declaration for parameter â__u_charâ but no such parameter

/usr/include/stdlib.h:314: error: declaration for parameter âa64lâ but no such parameter

/usr/include/stdlib.h:311: error: declaration for parameter âl64aâ but no such parameter

/usr/include/stdlib.h:188: error: declaration for parameter âstrtoulâ but no such parameter

/usr/include/stdlib.h:184: error: declaration for parameter âstrtolâ but no such parameter

/usr/include/stdlib.h:165: error: declaration for parameter âstrtodâ but no such parameter

/usr/include/stdlib.h:151: error: declaration for parameter âatolâ but no such parameter

/usr/include/stdlib.h:148: error: declaration for parameter âatoiâ but no such parameter

/usr/include/stdlib.h:145: error: declaration for parameter âatofâ but no such parameter

/usr/include/stdlib.h:110: error: declaration for parameter âldiv_tâ but no such parameter

/usr/include/stdlib.h:102: error: declaration for parameter âdiv_tâ but no such parameter

/usr/lib/gcc/i486-linux-gnu/4.3.2/include/stddef.h:326: error: declaration for parameter âwchar_tâ but no such parameter

/usr/lib/gcc/i486-linux-gnu/4.3.2/include/stddef.h:214: error: declaration for parameter âsize_tâ but no such parameter

gsm06_10_codec.c:580: error: expected â{â at end of input

make[1]: *** [obj/gsm06_10_codec.o] Error 1

make[1]: Leaving directory `/root/plugins/audio/GSM0610'

make: *** [all] Error 2

 

 

what could be the issue?  Can you please help to resolve the above issue.?

 

 

Regards

Amogh K




This e-mail is confidential and may be legally privileged. If you are not the intended recipient, please notify the sender immediately and delete this e-mail.

?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
</description>
    <dc:creator>Amogh.Kulkarni&lt; at &gt;shinsei-it.com</dc:creator>
    <dc:date>2008-10-23T11:00:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.h323plus/318">
    <title>OpalVideoFormat never instantiated</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.h323plus/318</link>
    <description>Hi,

 

I was looking at the code in h323.cxx function
"H323Connection::MergeCapabilities((unsigned sessionID, const
H323Capability &amp; local, H323Capability * remote)"

 

   OpalVideoFormat &amp; remoteFormat = (OpalVideoFormat
&amp;)(remote-&gt;GetWritableMediaFormat());

   const OpalMediaFormat &amp; localFormat = local.GetMediaFormat();

 

   if (remoteFormat.Merge(localFormat)) {

 

This looks like it would call the "Merge" function of OpalVideoFormat
but when debugging it uses the Merge function of the base class
OpalMediaFormat. Looking through the code it seems that the class
OpalVideoFormat is actually never instantiated.

 

I was thinking of fixing this by making "GetWritableMediaFormat" virtual
and reimplementing it in for example "H323VideoCapability" class to
create a real OpalVideoFormat instance.

 

I was wondering if anybody knows this code better and could tell if this
is a good idea...

 

Greetings Niek

</description>
    <dc:creator>Niek Kooij</dc:creator>
    <dc:date>2008-10-21T14:58:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.h323plus/315">
    <title>About H.323plus with H.460.6</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.h323plus/315</link>
    <description>Hi all:
 
Does H.323plus support H.460.6 now? 
Is there any tools to simulate H.460.6? 
thanks 
George
_________________________________________________________________
MSN 中文网，最新时尚生活资讯，白领聚集门户。
http://cn.msn.com</description>
    <dc:creator>quan-xiao-wen</dc:creator>
    <dc:date>2008-10-09T12:30:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.h323plus/314">
    <title>Need tested source code to run an MCU</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.h323plus/314</link>
    <description>Dear All

I am trying since last week to run an openmcu on Centos5 and I have tried
almost all the combination of source code available at h323plus.org web site
and at source forge.net

I need help to install h323plus + openmcu to stablish a video conferacing
room.

I am successfull installing openh323 + openmcu v2.2.1 on ubuntu but users
can't see video but they can hear voice although openmcu's statistics show
that clients are Rx/Tx video frames but there is not video at any end.

Regards,

Shahzad Abid
</description>
    <dc:creator>Shahzad Abid</dc:creator>
    <dc:date>2008-09-22T06:53:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.h323plus/313">
    <title>H323Transport::HandleFirstSignallingChannelPDU crashwhen connection is NULL</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.h323plus/313</link>
    <description/>
    <dc:creator>Nir Soffer</dc:creator>
    <dc:date>2008-09-21T10:53:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.h323plus/311">
    <title>PTimedMutex::Wait patch</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.h323plus/311</link>
    <description>In PTimedMutex::Wait(const PTimeInterval &amp; waitTime), when  
pthread_mutex_timedlock is not available or broken (it is broken on  
our arm platform), the code always sleeps before checking the finish  
time, which is incorrect.

For example, if you call Wait(0), and fail to acquire the lock, you  
will sleep for 10 milliseconds before you get back the retrun value.

This is a bigger issue if you use H323EndPoint::FindConnectionWithLock:

   PWaitAndSignal mutex(connectionsMutex);

   H323Connection * connection;
   while ((connection = FindConnectionWithoutLocks(token)) != NULL) {

     // XXX this will block for 10 milliseconds if the lock can not  
be acquired!
     // TryLock calls Wait(0) which sleeps for 10ms on failure
     switch (connection-&gt;TryLock()) {

       case 0 :
         return NULL;
       case 1 :
         return connection;
     }
     // Could not get connection lock, unlock the endpoint lists so a  
thread
     // that has the connection lock gets a chance at the endpoint  
lists.
     connectionsMutex.Signal();
     PThread::Sleep(20);
     connectionsMutex.Wait();
   }

   return NULL;

The code try sleep for 20 milliseconds while the connectionsMutex is  
unlocked, letting the other thread that hold the connection a chancee  
to use the endpoint lists, but for each 30 milliseconds cycle, it  
keeps the endpoint lists locked for 10 milliseconds.

Attached a trivial fix.




Best Regards,

Nir Soffer


</description>
    <dc:creator>Nir Soffer</dc:creator>
    <dc:date>2008-09-20T19:25:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.h323plus/309">
    <title>OpenMCU and XMeeting</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.h323plus/309</link>
    <description>I'm having trouble with XMeeting and OpenMCU.  XMeeting connects fine intially, but if another h.323 client joins the session, XMeeting disconnects and OpenMCU crashes.  Here's what I get at the console for OpenMCU:

*** glibc detected *** openmcu: free(): invalid pointer: 0x098912c8 ***
======= Backtrace: =========
/lib/libc.so.6[0xb49ac1]
/lib/libc.so.6(cfree+0x90)[0xb4d0f0]
/usr/lib/libstdc++.so.6(_ZdlPv+0x21)[0x2fba6f1]
/lib/libpt_linux_x86_r.so.2.0.1(_ZN13PAbstractList15DestroyContentsEv+0x19)[0xaa38a7]
/lib/libpt_linux_x86_r.so.2.0.1(_ZN10PContainer8DestructEv+0x36)[0xaa8976]
openmcu(_ZN13PAbstractListD2Ev+0x16)[0x8064856]
/lib/libpt_linux_x86_r.so.2.0.1(_ZN7PSocket6SelectERS_S0_RK13PTimeInterval+0xa6)[0xa92caa]
/lib/libh323_linux_x86_r.so.1.20-alpha2(_ZN7RTP_UDP8ReadDataER13RTP_DataFramei+0x25)[0x67b621]
/lib/libh323_linux_x86_r.so.1.20-alpha2(_ZN16RTP_JitterBuffer6OnReadERPNS_5EntryERii+0x20)[0x70a632]
/lib/libh323_linux_x86_r.so.1.20-alpha2(_ZN16RTP_JitterBuffer16JitterThreadMainER7PThreadi+0x88)[0x70c57a]
/lib/libpt_linux_x86_r.so.2.0.1(_ZN13PSimpleThread4MainEv+0x1d)[0xa9c287]
/lib/libpt_linux_x86_r.so.2.0.1(_ZN7PThread14PX_ThreadStartEPv+0xea)[0xa8a678]
/lib/libpthread.so.0[0x78050b]
/lib/libc.so.6(clone+0x5e)[0xbb3b2e]
======= Memory map: ========
00110000-00111000 r-xp 00110000 00:00 0          [vdso]
00111000-0077a000 r-xp 00000000 fd:00 49282      /lib/libh323_linux_x86_r.so.1.20-alpha2
0077a000-0077b000 rw-p 00669000 fd:00 49282      /lib/libh323_linux_x86_r.so.1.20-alpha2
0077b000-00790000 r-xp 00000000 fd:00 51534      /lib/libpthread-2.7.so
00790000-00791000 r--p 00014000 fd:00 51534      /lib/libpthread-2.7.so
00791000-00792000 rw-p 00015000 fd:00 51534      /lib/libpthread-2.7.so
00792000-00794000 rw-p 00792000 00:00 0 
00794000-00797000 r-xp 00000000 fd:00 49532      /lib/libdl-2.7.so
00797000-00798000 r--p 00002000 fd:00 49532      /lib/libdl-2.7.so
00798000-00799000 rw-p 00003000 fd:00 49532      /lib/libdl-2.7.so
00799000-007c0000 r-xp 00000000 fd:00 51506      /lib/libm-2.7.so
007c0000-007c1000 r--p 00026000 fd:00 51506      /lib/libm-2.7.so
007c1000-007c2000 rw-p 00027000 fd:00 51506      /lib/libm-2.7.so
007c2000-007de000 r-xp 00000000 fd:00 445122     /usr/local/lib/ptlib/devices/videoinput/v4l2_pwplugin.so
007de000-007df000 rw-p 0001c000 fd:00 445122     /usr/local/lib/ptlib/devices/videoinput/v4l2_pwplugin.so
007df000-007fa000 r-xp 00000000 fd:00 445123     /usr/local/lib/ptlib/devices/videoinput/v4l_pwplugin.so
007fa000-007fb000 rw-p 0001b000 fd:00 445123     /usr/local/lib/ptlib/devices/videoinput/v4l_pwplugin.so
007fb000-00805000 r-xp 00000000 fd:00 49255      /lib/libnss_files-2.7.so
00805000-00806000 r--p 00009000 fd:00 49255      /lib/libnss_files-2.7.so
00806000-00807000 rw-p 0000a000 fd:00 49255      /lib/libnss_files-2.7.so
008b6000-008d1000 r-xp 00000000 fd:00 49338      /lib/ld-2.7.so
008d1000-008d2000 r--p 0001a000 fd:00 49338      /lib/ld-2.7.so
008d2000-008d3000 rw-p 0001b000 fd:00 49338      /lib/ld-2.7.so
008d3000-00adb000 r-xp 00000000 fd:00 49337      /lib/libpt_linux_x86_r.so.2.0.1
00adb000-00add000 rw-p 00208000 fd:00 49337      /lib/libpt_linux_x86_r.so.2.0.1
00add000-00ae0000 rw-p 00add000 00:00 0 
00ae0000-00c33000 r-xp 00000000 fd:00 49340      /lib/libc-2.7.so
00c33000-00c35000 r--p 00153000 fd:00 49340      /lib/libc-2.7.so
00c35000-00c36000 rw-p 00155000 fd:00 49340      /lib/libc-2.7.so
00c36000-00c39000 rw-p 00c36000 00:00 0 
026c9000-026d9000 r-xp 00000000 fd:00 51559      /lib/libresolv-2.7.so
026d9000-026da000 r--p 00010000 fd:00 51559      /lib/libresolv-2.7.so
026da000-026db000 rw-p 00011000 fd:00 51559      /lib/libresolv-2.7.so
026db000-026dd000 rw-p 026db000 00:00 0 
02e90000-02e9b000 r-xp 00000000 fd:00 51527      /lib/libgcc_s-4.1.2-20070925.so.1
02e9b000-02e9c000 rw-p 0000a000 fd:00 51527      /lib/libgcc_s-4.1.2-20070925.so.1
02f07000-02fe7000 r-xp 00000000 fd:00 5619850    /usr/lib/libstdc++.so.6.0.8
02fe7000-02feb000 r--p 000df000 fd:00 5619850    /usr/lib/libstdc++.so.6.0.8
02feb000-02fec000 rw-p 000e3000 fd:00 5619850    /usr/lib/libstdc++.so.6.0.8
02fec000-02ff2000 rw-p 02fec000 00:00 0 
08048000-0807d000 r-xp 00000000 fd:00 88310      /usr/local/bin/openmcu
0807d000-08088000 rw-p 00034000 fd:00 88310      /usr/local/bin/openmcu
08088000-08089000 rw-p 08088000 00:00 0 Aborted


######################################################
*** glibc detected *** openmcu: malloc(): memory corruption (fast): 0x08afa618 ***
======= Backtrace: =========
/lib/libc.so.6[0xb4a8ac]
/lib/libc.so.6(__libc_malloc+0x7b)[0xb4bb7b]
/usr/lib/libstdc++.so.6(_Znwj+0x27)[0x2fbbba7]
/lib/libpt_linux_x86_r.so.2.0.1(_ZN10PContainerC2Ei+0x17)[0xaa6945]
/lib/libpt_linux_x86_r.so.2.0.1(_ZN14PAbstractArrayC2Eii+0x13)[0xaa8fad]
/lib/libpt_linux_x86_r.so.2.0.1(_ZN10PBaseArrayIcEC2Ei+0x15)[0xa22119]
/lib/libpt_linux_x86_r.so.2.0.1(_ZN10PCharArrayC2Ei+0x13)[0xaae873]
/lib/libpt_linux_x86_r.so.2.0.1(_ZN7PStringC1Ev+0x12)[0xaaabbc]
/lib/libpt_linux_x86_r.so.2.0.1(_ZN12PDTMFDecoder6DecodeEPKsi+0x11)[0xa3dff3]
/lib/libh323_linux_x86_r.so.1.20-alpha2(_ZN14H323Connection21OnUserInputInBandDTMFERN9H323Codec10FilterInfoEi+0x27)[0x639441]
/lib/libh323_linux_x86_r.so.1.20-alpha2(_ZN9H323Codec8WriteRawEPvi+0x92)[0x66b80a]
/lib/libh323_linux_x86_r.so.1.20-alpha2(_ZN20H323FramedAudioCodec5WriteEPKhjRK13RTP_DataFrameRj+0x12f)[0x66b9f7]
/lib/libh323_linux_x86_r.so.1.20-alpha2(_ZN15H323_RTPChannel7ReceiveEv+0x2c3)[0x670ff9]
/lib/libpt_linux_x86_r.so.2.0.1(_ZN7PThread14PX_ThreadStartEPv+0xea)[0xa8a678]
/lib/libpthread.so.0[0x78050b]
/lib/libc.so.6(clone+0x5e)[0xbb3b2e]
======= Memory map: ========
00110000-00111000 r-xp 00110000 00:00 0          [vdso]
00111000-0077a000 r-xp 00000000 fd:00 49282      /lib/libh323_linux_x86_r.so.1.20-alpha2
0077a000-0077b000 rw-p 00669000 fd:00 49282      /lib/libh323_linux_x86_r.so.1.20-alpha2
0077b000-00790000 r-xp 00000000 fd:00 51534      /lib/libpthread-2.7.so
00790000-00791000 r--p 00014000 fd:00 51534      /lib/libpthread-2.7.so
00791000-00792000 rw-p 00015000 fd:00 51534      /lib/libpthread-2.7.so
00792000-00794000 rw-p 00792000 00:00 0 
00794000-00797000 r-xp 00000000 fd:00 49532      /lib/libdl-2.7.so
00797000-00798000 r--p 00002000 fd:00 49532      /lib/libdl-2.7.so
00798000-00799000 rw-p 00003000 fd:00 49532      /lib/libdl-2.7.so
00799000-007c0000 r-xp 00000000 fd:00 51506      /lib/libm-2.7.so
007c0000-007c1000 r--p 00026000 fd:00 51506      /lib/libm-2.7.so
007c1000-007c2000 rw-p 00027000 fd:00 51506      /lib/libm-2.7.so
007c2000-007de000 r-xp 00000000 fd:00 445122     /usr/local/lib/ptlib/devices/videoinput/v4l2_pwplugin.so
007de000-007df000 rw-p 0001c000 fd:00 445122     /usr/local/lib/ptlib/devices/videoinput/v4l2_pwplugin.so
007df000-007fa000 r-xp 00000000 fd:00 445123     /usr/local/lib/ptlib/devices/videoinput/v4l_pwplugin.so
007fa000-007fb000 rw-p 0001b000 fd:00 445123     /usr/local/lib/ptlib/devices/videoinput/v4l_pwplugin.so
007fb000-00805000 r-xp 00000000 fd:00 49255      /lib/libnss_files-2.7.so
00805000-00806000 r--p 00009000 fd:00 49255      /lib/libnss_files-2.7.so
00806000-00807000 rw-p 0000a000 fd:00 49255      /lib/libnss_files-2.7.so
008b6000-008d1000 r-xp 00000000 fd:00 49338      /lib/ld-2.7.so
008d1000-008d2000 r--p 0001a000 fd:00 49338      /lib/ld-2.7.so
008d2000-008d3000 rw-p 0001b000 fd:00 49338      /lib/ld-2.7.so
008d3000-00adb000 r-xp 00000000 fd:00 49337      /lib/libpt_linux_x86_r.so.2.0.1
00adb000-00add000 rw-p 00208000 fd:00 49337      /lib/libpt_linux_x86_r.so.2.0.1
00add000-00ae0000 rw-p 00add000 00:00 0 
00ae0000-00c33000 r-xp 00000000 fd:00 49340      /lib/libc-2.7.so
00c33000-00c35000 r--p 00153000 fd:00 49340      /lib/libc-2.7.so
00c35000-00c36000 rw-p 00155000 fd:00 49340      /lib/libc-2.7.so
00c36000-00c39000 rw-p 00c36000 00:00 0 
026c9000-026d9000 r-xp 00000000 fd:00 51559      /lib/libresolv-2.7.so
026d9000-026da000 r--p 00010000 fd:00 51559      /lib/libresolv-2.7.so
026da000-026db000 rw-p 00011000 fd:00 51559      /lib/libresolv-2.7.so
026db000-026dd000 rw-p 026db000 00:00 0 
02e90000-02e9b000 r-xp 00000000 fd:00 51527      /lib/libgcc_s-4.1.2-20070925.so.1
02e9b000-02e9c000 rw-p 0000a000 fd:00 51527      /lib/libgcc_s-4.1.2-20070925.so.1
02f07000-02fe7000 r-xp 00000000 fd:00 5619850    /usr/lib/libstdc++.so.6.0.8
02fe7000-02feb000 r--p 000df000 fd:00 5619850    /usr/lib/libstdc++.so.6.0.8
02feb000-02fec000 rw-p 000e3000 fd:00 5619850    /usr/lib/libstdc++.so.6.0.8
02fec000-02ff2000 rw-p 02fec000 00:00 0 
08048000-0807d000 r-xp 00000000 fd:00 88310      /usr/local/bin/openmcu
0807d000-08088000 rw-p 00034000 fd:00 88310      /usr/local/bin/openmcu
08088000-08089000 rw-p 08088000 00:00 0 
08a6d000-08b85000 rw-p 08a6d000 00:00 0          [heap]
b7800000-b7821000 rw-p b7800000 00:00 0 
b7821000-b7900000 ---p b7821000 00:00 0 
b796a000-b796b000 ---p b796a000 00:00 0 
b796b000-b79ab000 rw-p b796b000 00:00 0 
b79ab000-b79ac000 ---p b79ab000 00:00 0 
b79ac000-b79ec000 rw-p b79ac000 00:00 0 
b79ec000-b79ed000 ---p b79ec000 00:00 0 
b79ed000-b7a2d000 rw-p b79ed000 00:00 0 
b7a2d000-b7a2e000 ---p b7a2d000 00:00 0 
b7a2e000-b7a6e000 rw-p b7a2e000 00:00 0 
b7a6e000-b7a6f000 ---p b7a6e000 00:00 0 
b7a6f000-b7aaf000 rw-p b7a6f000 00:00 0 
b7aaf000-b7ab0000 ---p b7aaf000 00:00 0 
b7ab0000-b7b16000 rw-p b7ab0000 00:00 0 
b7b16000-b7b17000 ---p b7b16000 00:00 0 
b7b17000-b7b57000 rw-p b7b17000 00:00 0 
b7b57000-b7b58000 ---p b7b57000 00:00 0 
b7b58000-b7b98000 rw-p b7b58000 00:00 0 
b7b98000-b7b99000 ---p b7b98000 00:00 0 
b7b99000-b7bd9000 rw-p b7b99000 00:00 0 
b7bd9000-b7bda000 ---p b7bd9000 00:00 0 
b7bda000-b7c1a000 rw-p b7bda000 00:00 0 
b7c1a000-b7c1b000 ---p b7c1a000 00:00 0 
b7c1b000-b7ca7000 rw-p b7c1b000 00:00 0 
b7ca7000-b7ca8000 ---p b7ca7000 00:00 0 
b7ca8000-b7ce8000 rw-p b7ca8000 00:00 0 
b7ce8000-b7ce9000 ---p b7ce8000 00:00 0 
b7ce9000-b7d29000 rw-p b7ce9000 00:00 0 
b7d29000-b7d2a000 ---p b7d29000 00:00 0 
b7d2a000-b7d6a000 rw-p b7d2a000 00:00 0 
b7d6a000-b7d6b000 ---p b7d6a000 00:00 0 
b7d6b000-b7dab000 rw-p b7d6b000 00:00 0 
b7dab000-b7dac000 ---p b7dab000 00:00 0 
b7dac000-b7dec000 rw-p b7dac000 00:00 0 
b7dec000-b7ded000 ---p b7dec000 00:00 0 
b7ded000-b7e2d000 rw-p b7ded000 00:00 0 
b7e2d000-b7e2e000 ---p b7e2d000 00:00 0 
b7e2e000-b7e6e000 rw-p b7e2e000 00:00 0 
b7e6e000-b7e6f000 ---p b7e6e000 00:00 0 
b7e6f000-b7eaf000 rw-p b7e6f000 00:00 0 
b7eaf000-b7eb0000 ---p b7eaf000 00:00 0 
b7eb0000-b7ef4000 rw-p b7eb0000 00:00 0 
b7f00000-b7f01000 rw-p b7f00000 00:00 0 
bfbec000-bfc01000 rw-p bffeb000 00:00 0          [stack]
Aborted

The system is Fedora8.  Please let me know if more info is needed.

myk

"If you're clear in your vision and trust the people in your team with clear objectives, they will invariably do their best to achieve everything desired, and usually deliver everything you could have hoped for and even more." -Paul Debevec

</description>
    <dc:creator>Michael Miller</dc:creator>
    <dc:date>2008-09-19T13:13:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.h323plus/304">
    <title>H323 error codes</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.h323plus/304</link>
    <description>Hi all,

In Q931 protocol is it necessary that the cause code will come in last
message. Does H245 contains the cause codes.
Thanks
Mayank Jain

</description>
    <dc:creator>mayank&lt; at &gt;in.niksun.com</dc:creator>
    <dc:date>2008-09-19T06:31:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.h323plus/303">
    <title>(no subject)</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.h323plus/303</link>
    <description>
</description>
    <dc:creator>mayank&lt; at &gt;in.niksun.com</dc:creator>
    <dc:date>2008-09-19T06:30:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.h323plus/302">
    <title>Cosmetic issues PTLib v2.0.1 with VS2008-SP1</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.h323plus/302</link>
    <description>Hello
Reporting some cosmetic issues during compiling PTLib on VS2008-SP1. The
files:

vsdl.cxx
pvfiledev.cxx
pstun.cxx

Have the macro '#define P_FORCE_STATIC_PLUGIN', the VS compiler outputs:

1&gt;..\..\ptclib\{one of above} : warning C4603: 'P_FORCE_STATIC_PLUGIN' :
macro is not defined or definition is different after precompiled header use
1&gt;        Add macro to precompiled header instead of defining here
1&gt;        ..\..\ptclib\{one of above} : use of precompiled header


But the &lt;ptlib/pluginmgr.h&gt; includes &lt;ptlib/plugin.h&gt;, the later already
define 'P_FORCE_STATIC_PLUGIN' when compiling under _WIN32.
So remove or comment the

#define P_FORCE_STATIC_PLUGIN

from:

vsdl.cxx
pvfiledev.cxx
pstun.cxx

//============================
sockets.cxx

The '#include &lt;ptlib.h&gt;' is the pre-compiled header and MUST come 1st
so, changing '#include &lt;ptlib.h&gt;' to come before '#ifdef __NUCLEUS_PLUS__'

#ifdef __NUCLEUS_PLUS__
#include &lt;ConfigurationClass.h&gt;
#endif


#include &lt;ptlib.h&gt;

#include &lt;ptlib.h&gt;

#ifdef __NUCLEUS_PLUS__
#include &lt;ConfigurationClass.h&gt;
#endif

//============================
Error: sphelper.h(1170)

GetUserDefaultUILanguage(): identifier not found


Configure is using c:\program files\microsoft sdks\windows\v6.0a\
for Located Speech API
compile without speech support.

</description>
    <dc:creator>Marcos Fábio Jardini</dc:creator>
    <dc:date>2008-09-09T15:03:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.h323plus/299">
    <title>How to enable P_DIRECTSHOW in ptlib</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.h323plus/299</link>
    <description>hi:
   Anyone know how to enable P_DIRECTSHOW?
   Although I have install Directshow SDK and set the directory in vs2003,
   when I complie the ptlib,the P_DIRECTSHOW is still undef in ptbuildopts.h.then it cannot support DirectShow.
   who can help me to make the P_DIRECTSHOW is defined? 
   thanks!

2008-08-27 



JobsGuo 
</description>
    <dc:creator>JobsGuo</dc:creator>
    <dc:date>2008-08-27T10:03:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.h323plus/297">
    <title>Registering with the GnuGK - continued</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.h323plus/297</link>
    <description>Hard coding the authenticator.Enable (as shown bellow) solves the 
registration problem. Obviously this is not good - any ideas why 
authenticator.IsCapability returns the wrong result in the "simple" 
sample application ?

BOOL H323Gatekeeper::OnReceiveGatekeeperConfirm(const 
H225_GatekeeperConfirm &amp; gcf)
{
  if (!H225_RAS::OnReceiveGatekeeperConfirm(gcf))
    return FALSE;

  PINDEX i;

  for (i = 0; i &lt; authenticators.GetSize(); i++) {
    H235Authenticator &amp; authenticator = authenticators[i];
    if (authenticator.UseGkAndEpIdentifiers())
      authenticator.SetRemoteId(gatekeeperIdentifier);
  }

  if (gcf.HasOptionalField(H225_GatekeeperConfirm::e_authenticationMode) &amp;&amp;
      gcf.HasOptionalField(H225_GatekeeperConfirm::e_algorithmOID)) {
    for (i = 0; i &lt; authenticators.GetSize(); i++) {
      H235Authenticator &amp; authenticator = authenticators[i];
      authenticator.Enable( TRUE 
/*authenticator.IsCapability(gcf.m_authenticationMode,    // &lt;&lt;&lt;&lt; This 
makes it work
                                                      
gcf.m_algorithmOID)*/);
      PTRACE(4,"RAS\tAuthenticator " &lt;&lt; authenticator.GetName()
                      &lt;&lt; (authenticator.IsActive() ? " ACTIVATED" : " 
disabled"));
    }
  }

</description>
    <dc:creator>Amnon David</dc:creator>
    <dc:date>2008-08-24T16:39:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.h323plus/296">
    <title>silly question but...</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.h323plus/296</link>
    <description>Has anyone ever managed to register with the GNU Gatekeeper using the 
"simple" sample application ?

Whichever method I try, I get a SecurityDenial from the Gatekeeper

Will appreciate any help on this

-Amnon


</description>
    <dc:creator>Amnon David</dc:creator>
    <dc:date>2008-08-24T16:12:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.h323plus/294">
    <title>Bitrate Fluctuations</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.h323plus/294</link>
    <description>When I am connected to OpenMCU using PVX, I notice that the bitrate coming from OpenMCU varies quite a bit. I have the bitrate set to 1920 Mbps but actual call rate is 1856 and the actual bitrate bounces sporadically never hitting the maximum bitrate consistently. Sometimes it goes above the call rate and then back down. Is this something that H323+ handles or is this handled by the codec?


      __________________________________________________________________
Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your favourite sites. Download it now at
http://ca.toolbar.yahoo.com.</description>
    <dc:creator>Adrien Rudulier</dc:creator>
    <dc:date>2008-08-19T18:38:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.h323plus/293">
    <title>Multicast</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.h323plus/293</link>
    <description>Greetings H323Plus devs.

I have need of an ability to support a conference where each end-point can/will manipulate the audio stream coming from every other end-point based on some data associated with each end-point.  To me, it seems like each end-point should multicast the audio stream and possibly the data that each other end-point will use to modify the audio stream.  Each end-point should listen for multicasts associated with the conference and modify and mix the streams as required based on the data.  From my internet searches, this seems to be more or less the classic decentralised/distributed multipoint conference.

I have attempted to search the mailing list archives and code for how to do this with H323 Plus and have found that the capability appears to be lacking.  Although I am willing to work on developing this capability, I am far from expert on H323 (Plus or otherwise) or VoIP and would need some strong pointers from those of you who are expert.  I would appreciate some input on how best to proceed to get the functionality for which I'm looking.

Your suggestions would be most welcome,

Troy.

</description>
    <dc:creator>Junk-Mail Wastebasket</dc:creator>
    <dc:date>2008-08-18T17:55:19</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.telephony.h323plus">
    <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.h323plus</link>
  </textinput>
</rdf:RDF>
