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
环境信息: 最新的wvp代码
内容描述: 问题:订阅该如何交互
根据RFC 3265文档中3.1.4.2刷新订阅规范:
说刷新订阅的eventId需要是相同的;但我在wvp生成订阅请求createSubscribeRequest中:
EventHeader eventHeader = SipFactory.getInstance().createHeaderFactory().createEventHeader(event); int random = (int) Math.floor(Math.random() * 10000); eventHeader.setEventId(random + ""); request.addHeader(eventHeader);
每次发送的订阅的eventId都是随机的;我想请教下规范的订阅交互流程应该是怎么样的
截图
抓包文件
日志
日志内容放这里, 文件的话请直接上传
The text was updated successfully, but these errors were encountered:
这边以前用过续订的方式,但是很多下级平台不支持,导致订阅失败了,重新订阅这种反而兼容性更好一些,后面考虑做成配置的
Sorry, something went wrong.
No branches or pull requests
环境信息:
最新的wvp代码
内容描述:
问题:订阅该如何交互
根据RFC 3265文档中3.1.4.2刷新订阅规范:
说刷新订阅的eventId需要是相同的;但我在wvp生成订阅请求createSubscribeRequest中:
每次发送的订阅的eventId都是随机的;我想请教下规范的订阅交互流程应该是怎么样的
截图
抓包文件
日志
The text was updated successfully, but these errors were encountered: