I am trying to write from the scratch for learning H.323 (without any gatekeeper, straight peer-to-peer).
public DatagramChannel rtp = null;
public DatagramSocket socket = null;
But i am not sure which specification i should follow? there are lot of H.323 specs. Has anyone wrote H.323 simple point-to-point apps? Can you suggest which documentation is good to get started for this?
e.g (alas its only SIP, which i tested): http://www.tech-invite.com/Ti-abnf-sdp.html
Thanks
References:
A simple Q.931 message exchange might go as follows:
http://wiki.wireshark.org/SampleCaptures (search h323 raw packets)
http://www.en.voipforo.com/H323/H323_example.php
http://www.eventhelix.com/RealtimeMantra/Telecom/h323_call_flow.pdf