gnugk 和 openmcu

发布于 2024-11-17 17:00:14 字数 536 浏览 3 评论 0原文

我正在尝试将 gnugk 和 openmcu 用于视频会议应用程序。 根据我的配置,gnugk 和 openmcu 在同一台机器上运行(10.21.34.2)。

但是在看到日志文件后,我可以看出 openmcu 无法向网守注册,它说的是这样的...

2011/06/27 17:18:26.868       OpenMCU   Debug3  RAS Gatekeeper discovered at: 10.21.34.2:1719 (if=10.21.34.2:36799) 
2011/06/27 17:18:26.868       OpenMCU   Debug3  RAS Cannot register with Gatekeeper without a H323Listener!
2011/06/27 17:18:26.869       OpenMCU   Error   Error registering with gatekeeper at ""

在我看来,问题是因为第二行....H323 Listener ..

提前谢谢...

I am trying to use gnugk and openmcu for a video conferencing application.
As per my configuration, both gnugk as well as openmcu run in same machine ( 10.21.34.2).

But after seeing the log files, I could discern that openmcu is not able to register with the gatekeeper, it says something like this...

2011/06/27 17:18:26.868       OpenMCU   Debug3  RAS Gatekeeper discovered at: 10.21.34.2:1719 (if=10.21.34.2:36799) 
2011/06/27 17:18:26.868       OpenMCU   Debug3  RAS Cannot register with Gatekeeper without a H323Listener!
2011/06/27 17:18:26.869       OpenMCU   Error   Error registering with gatekeeper at ""

The issue as it seems to me is because of the second line....H323 Listener..

Thx in advance...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

中二柚 2024-11-24 17:00:14

看起来 GnuGk 和 OpenMCU 都在侦听端口 1720。

将 OpenMCU 的 RAS 侦听器更改为不同的端口(例如 1730)。然后就可以向 GnuGk 注册了。

在您的 OpenMCU 配置文件中:

[Parameters]
Interface Array Size=1
Interface 1=10.21.34.2:1730
Gatekeeper=10.21.34.2

It looks like both GnuGk and OpenMCU are listening on port 1720.

Change the RAS listener for OpenMCU to a different port (eg. 1730). Then it will be able to register with GnuGk.

In your OpenMCU config file:

[Parameters]
Interface Array Size=1
Interface 1=10.21.34.2:1730
Gatekeeper=10.21.34.2
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文