📄 gkstatus.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -