Search found 3 matches

by spart
Tue Apr 08, 2014 5:46 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: How to use H323FileTransfer classes?
Replies: 3
Views: 10909

Re: How to use H323FileTransfer classes?

shorne wrote:Error 22 is invalid argument when opening the socket. The RTP socket for filetransfer should no different to any other socket for RTP.

H323 file transfer is really prototype code and should be handled that way. Improvements are definitely welcome,
Thanks for the answer!
by spart
Mon Apr 07, 2014 6:30 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: How to use H323FileTransfer classes?
Replies: 3
Views: 10909

Re: How to use H323FileTransfer classes?

In the code, add capability H323FileTransferCa pability mcap; mcap.SetCapability Direction(H323Capability::e_ReceiveAndTransm it); AddCapability(mcap); then this capability, create a channel H323FileTransferCh annel *cn = mcap.CreateChannel(connection, H323Channel::IsTransmitter, mcap.GetDefaultSes ...
by spart
Wed Apr 02, 2014 12:48 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: How to use H323FileTransfer classes?
Replies: 3
Views: 10909

How to use H323FileTransfer classes?

Hi, I'm trying to use a H323FileTransfer classes, but does not work :cry:
How can i do it?
Please help me! if only one small example...