OpenH323 digest, Vol 3 #295 - 5 msgs
- From: Samyak Infotech <samyak.infotech (at) gmail.com>
- Date: Sat, 28 Jan 2006 12:16:41 +0000
Hi
I am trying to multicast the data on 224.0.0.21
so i have changed in rtp.cxx
m_multicastAddress = PIPSocket::Address("224.0.0.21")
dataSocket = newPUDPSocket()
dataSocket->WriteTo(frame.GetPointer(),
frame.GetHeaderSize()+frame.GetPayloadSize(),
m_multicastAddress, DataPort))
socket.ReadFrom(frame.GetPointer(), frame.GetSize(), m_multicastAddress, port)
struct ip_mreq
mreq;
///Structure to set multicasting
mreq.imr_multiaddr = m_multicastAddress; ///224.0.0.21
mreq.imr_interface = localAddress;
Add even I have setted the multicast options by SetOption()
WriteTo() and Readfrom() functions such that they will be writing the
data and reading the data from the multicast address even then i
could not achieve the thing, interestingly even i am writing the data
to the multicast address it is not being transmitted to that address
instead it is going to the remote address itself. If any one can help
me out in this regard please mail back
Expecting a reply
Thanks in Advance
Teja
On 1/4/06, openh323-request@openh323.org <openh323-request@openh323.org
> wrote:Send OpenH323 mailing list submissions to
openh323@openh323.org
To subscribe or unsubscribe via the World Wide Web, visit
http://www.openh323.org/mailman/listinfo/openh323
or, via email, send a message with subject or body 'help' to
openh323-request@openh323.org
You can reach the person managing the list at
openh323-admin@openh323.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of OpenH323 digest..."
Today's Topics:
1. How to fix this problem! (=?gb2312?B?zuIg0cfHrA==?=)
2. Re: How to fix this problem! (Guilhem Tardy)
3. Re: How to fix this problem! (Simon Horne)
4. Hi Regarding MCN in Decentralised Mode (Samyak Infotech)
5. Re: Hi Regarding MCN in Decentralised Mode (Guilhem Tardy)
--__--__--
Message: 1
From: =?gb2312?B?zuIg0cfHrA==?= <wflyfox2003@hotmail.com>
To: openh323@openh323.org
Date: Wed, 04 Jan 2006 03:12:48 +0000
Subject: [OpenH323]How to fix this problem!
Reply-To: openh323@openh323.org
hello,every one
I met This problem,
core.cxx
: In member function `H323Connection* MyEndPoint::Call(const
PString&)':
core.cxx:102: no matching function for call to
`H323EndPoint::MakeCall(const
PString&, const PString&)'
/root/openh323/include/h323ep.h:610: candidates are: H323Connection*
H323EndPoint::MakeCall(const PString&, PString&, void* = 0)
/root/openh323/include/h323ep.h:637: H323Connection*
H323EndPoint::MakeCall(const PString&, H323Transport*, PString&, void* =
0)
_________________________________________________________________
äçäçäæåççåéäççâ MSN Hotmailã http://www.hotmail.com
--__--__--
Message: 2
Date: Tue, 3 Jan 2006 21:17:10 -0800 (PST)
From: Guilhem Tardy <gravsten@yahoo.com>
Subject: Re: [OpenH323]How to fix this problem!
To: openh323@openh323.org
Reply-To:
openh323@openh323.org
Please specify what version of OpenH323 and what compiler you are using?
If CVS, maybe a transient error. Please update or fall back on a release
version.
There are many empty methods ("hooks") in OpenH323, useless to us mere mortals
but otherwise harmless. I can assure you that I have never seen such a compile
error.
--- å ää <
wflyfox2003@hotmail.com> wrote:
> hello,every one
>
> I met This problem,
>
> core.cxx: In member function `H323Connection* MyEndPoint::Call(const
> PString&)':
> core.cxx:102: no matching function for call to
> `H323EndPoint::MakeCall(const
> PString&, const PString&)'
> /root/openh323/include/h323ep.h:610: candidates are: H323Connection*
> H323EndPoint::MakeCall(const PString&, PString&, void* = 0)
> /root/openh323/include/h323ep.h:637: H323Connection*
> H323EndPoint::MakeCall(const PString&, H323Transport*, PString&, void* =
> 0)
__________________________________________
Yahoo! DSL ïSomething to write home about.
Just $16.99/mo. or less.
dsl.yahoo.com
--__--__--
Message: 3
Date: Wed, 04 Jan 2006 13:45:10 +0800
To: openh323@openh323.org
From: Simon Horne <shorne@isvo.net>
Subject: Re: [OpenH323]How to fix this problem!
Reply-To: openh323@openh323.org
You are making an incorrect call to H323EndPoint::MakeCall()
The second parameter you are sending is const PString when it should be
just PString. This returns the call token for the call being placed.
Simon
At 11:12 AM 4/01/2006, you wrote:
>hello,every one
>
>I met This problem,
>
>core.cxx: In member function `H323Connection*
>MyEndPoint::Call(const PString&)':
>core.cxx:102: no matching function for call to
>`H323EndPoint::MakeCall(const PString&, const PString&)'
>/root/openh323/include/h323ep.h:610: candidates are:
>H323Connection* H323EndPoint::MakeCall(const PString&, PString&, void* = 0)
>/root/openh323/include/h323ep.h:637: H323Connection*
>H323EndPoint::MakeCall(const PString&, H323Transport*, PString&, void* = 0)
>
>_________________________________________________________________
>äçäçäæåççåéäççâ MSN Hotmailã http://www.hotmail.com
>
>------------------------------------------------------------------------
>Check the FAQ before asking! - http://www.openh323.org/~openh323/fom.cgi
>The OpenH323 Project mailing list, using Mailman. To unsubscribe or
>change your subscription options, goto
>http://www.openh323.org/mailman/listinfo/openh323
>Maintained by Quicknet Technologies, Inc - http://www.quicknet.net
>------------------------------------------------------------------------
--__--__--
Message: 4
Date: Wed, 4 Jan 2006 07:52:28 +0000
From: Samyak Infotech <
samyak.infotech@gmail.com>
To: openh323@openh323.org
Subject: [OpenH323]Hi Regarding MCN in Decentralised Mode
Reply-To: openh323@openh323.org
------=_Part_9478_5952237.1136361148733
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Hi
Can any one help me out in doing changes in the MCN side while
implementing a Decentralised MCU I am differentiating the centralised mode
and decentralised mode based on the conferences.So I whant to know what r
all the things that should be added up to the MCN to support Decentralised
Mode of Operation.
Thanks in Advance
Teja
------=_Part_9478_5952237.1136361148733
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Hi<br>
<br>
Can any one help me out in doing changes
in the MCN side while implementing a Decentralised MCU I am
differentiating the centralised mode and decentralised mode based on
the conferences.So I whant to know what r all the things that should be
added up to the MCN to support Decentralised Mode of Operation.<br>
<br>
<br>
Thanks in Advance<br>
Teja<br>
<br>
<br>
------=_Part_9478_5952237.1136361148733--
--__--__--
Message: 5
Date: Wed, 4 Jan 2006 01:22:46 -0800 (PST)
From: Guilhem Tardy <
gravsten@yahoo.com>
Subject: Re: [OpenH323]Hi Regarding MCN in Decentralised Mode
To: openh323@openh323.org
Reply-To: openh323@openh323.org
Hi,
> Can any one help me out in doing changes in the MCN side while
> implementing a Decentralised MCU I am differentiating the
> centralised mode and decentralised mode based on the
> conferences.So I whant to know what r
> all the things that should be added up to the MCN to support
> Decentralised Mode of Operation.
If it is the same question as before and you did not get an answer, I suggest a
change of strategy.
For one, I can see only sparse information on what you are trying to do, no
reference source code nor debug traces.
Regards,
Guilhem.
__________________________________________
Yahoo! DSL ïSomething to write home about.
Just $16.99/mo. or less.
dsl.yahoo.com
--__--__--
_______________________________________________
OpenH323 mailing list
OpenH323@openh323.org
http://www.openh323.org/mailman/listinfo/openh323
End of OpenH323 Digest