Thanks for the answer!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,
Search found 3 matches
- 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: 15751
Re: How to use H323FileTransfer classes?
- 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: 15751
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 ...
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 ...
- 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: 15751
How to use H323FileTransfer classes?
Hi, I'm trying to use a H323FileTransfer classes, but does not work 
How can i do it?
Please help me! if only one small example...

How can i do it?
Please help me! if only one small example...