We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
跟踪代码,发现 btnStart_Click() 调用 Initialize() 时, var sipChannels = SIPTransportConfig.ParseSIPChannelsNode(account); 与 _messageCore.Start() 中 var sipChannels = SIPTransportConfig.ParseSIPChannelsNode(_LocalSipAccount); 这两个参数 account, _LocalSipAccount 是一样的, 导致 _messageCore.Start() 重复绑定了 UDP 5061
The text was updated successfully, but these errors were encountered:
可以提个PR。
Sorry, something went wrong.
No branches or pull requests
跟踪代码,发现 btnStart_Click() 调用 Initialize() 时,
var sipChannels = SIPTransportConfig.ParseSIPChannelsNode(account);
与 _messageCore.Start() 中
var sipChannels = SIPTransportConfig.ParseSIPChannelsNode(_LocalSipAccount);
这两个参数 account, _LocalSipAccount 是一样的,
导致 _messageCore.Start() 重复绑定了 UDP 5061
The text was updated successfully, but these errors were encountered: