gkstatus.txt

来自「开发h323ip电话的朋友」· 文本 代码 · 共 25 行

TXT
25
字号
The Gatekeeper Status Thread============================The status thread is the external interface to the gatekeeper.The gatekeeper sends out messages about ongoing calls to allconnected clients and can receive commands via the thread.To connect to the status thread, clients open a TCP connectionto port 7000. (You can use netcat as a very simple client:"nc <hostname> 7000".)The future message format is described in GkStatusMsgFmt.html.The following commands can be sent to the gatekeeper via thestatus thread:"PrintAllRegistrations"		prints all registered endpoints"PrintCurrentCalls"			prints all ongoing calls"DisconnectIp <IP>"			will disconnect the call on this endpoint"DisconnectAlias <Alias>"	will disconnect the call on this endpoint"UnregisterAllEndpoints"	will unregister all endpoints"UnregisterAlias <Alias>"	will unregister this endpointSee GkStatus.cxx for more commands.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?