mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
fix: dialogs.getKey change to string(callid)
This commit is contained in:
@@ -51,7 +51,7 @@ type GB28181Plugin struct {
|
||||
ua *sipgo.UserAgent
|
||||
server *sipgo.Server
|
||||
devices task.Manager[string, *Device]
|
||||
dialogs task.Manager[uint32, *Dialog]
|
||||
dialogs task.Manager[string, *Dialog]
|
||||
forwardDialogs task.Manager[uint32, *ForwardDialog]
|
||||
platforms task.Manager[string, *Platform]
|
||||
tcpPorts chan uint16
|
||||
|
||||
Reference in New Issue
Block a user