26 Feb
2016
26 Feb
'16
10:35 a.m.
Hi Leonardo,
I don't think H.323 has a standardized way of sending text messages.
But since you seem to implement the endpoints on both ends of the call, you could simply send Facility messages with nonStandard elements back and forth.
Regards, Jan
--
Jan Willamowius, Founder of the GNU Gatekeeper Project
EMail : jan@willamowius.de
Website: http://www.gnugk.org
Support: http://www.willamowius.com/gnugk-support.html
Relaxed Communications GmbH
Frahmredder 91
22393 Hamburg
Geschäftsführer: Jan Willamowius
HRB 125261 (Amtsgericht Hamburg)
USt-IdNr: DE286003584
Leonardo Nahra wrote:
> Hello,
>
> I'm working on a conference project,and we will use the H.323 protocol to
> establish a connection between monitors, so they can exchange information
> about configuration options of the video stream they'll receive.
>
> So, once a call is established, in addition of exchanging video and audio
> (that we already have implemented apart), configuration options need to be
> sent in text format back and forth.
>
> Searching through h323plus I couldn't find a way to send text in a call,
> can you give me some pointers on how to accomplish that?
>
> Thanks, Nahra.