Tagged Questions

1
vote
2answers
188 views

Difference between SIP and H.323

What is the difference between SIP and H.323, I mean what are the salient features between them? To start with , SIP is text based while H.323 is binary. SIP is by IETF while H.323 by ITU. SIP is ...
1
vote
2answers
76 views

H.460.18 and NAT

I'm going through the Whitepaper by RADVISION on NAT/Firewall traversal for H.323 endpoints. It is suggested there to use ITU-T H.460.18,17 and 19. 460.17 is very clear way for NAT traversal, but I'm ...
0
votes
3answers
113 views

To write with Java, where can i find the H.323 message protocol details? For IP to IP communication

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 ...
0
votes
1answer
520 views

voip client using h.323 in java

i am trying to write a voip client using h.323 in java and i was wondering if someone could point me as to which api is available in java and if there is any tutorial available for it.anything ...
0
votes
2answers
691 views

How does one capture H.323 voice traffic on a VOIP network?

What I am trying to do is capture the WAV data of a phone conversation on a VOIP network using SharpPCap/PCap.Net. We are using the H.323 recommendation and my understanding is that voice data is ...
0
votes
1answer
187 views

Detect H.323 by simple sniffing?

Is it possible to detect if a H.323 connection (phone call) is up by simple sniffing traffic on an adjacent node?