Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
195 views

Using H.323 to test a legacy voicemail sysem

I've been asked to develop a script that can via H.323 dial a voicemail system that needs better monitoring. (The device dies in mysterious ways and offers very little over snmp). The idea is to call ...
1
vote
1answer
53 views

Good H323 Proxy server

Is there any open source good h323 proxy server to be used for video conferencing? In C or C# ?
1
vote
1answer
82 views

H.323, How to make a simple ring without media. This script was following Q.931 setup but still not working

Can anyone please help me to solve this? When i send this request i have seen in wireshark that packets are going to SJPhone in 1720 tcp port. But still SJPhone does not ring. I want to make it ring ...
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
74 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 ...
1
vote
3answers
1k views

Video API For Building Video-Conference App

I'm going to be building an application within the next six months that will be functioning as a 2-way video-conferencing system, as well as sharing some other data back and forth. I'll probably be ...
0
votes
3answers
94 views

H.323 protocol what does the endpoint to endpoint send and receive to initiate a call?

In H.323 how does the endpoint to endpoint message protocol works? Most of the example i have seen involving gatekeeper in the middle but in reality i want to make a simple Endpoint to Endpoint H.323 ...
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
687 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?