Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何更改 SIP 请求中的 Max_Forward 标头值?我正在使用 SER 和两个 xlite sipphones,我想检查 MaxFwd 模块。
您不能(实际上不应该)在客户端以外的任何地方更改该标头。每个代理都应该从值中减去一个并将其传递给下一跳。x-lite如果默认值对于您的架构来说太小,请检查配置。
x-lite
您永远不应该在途中更改该值,否则您可能会导致无限循环(或至少循环直到数据包的大小超过 udp 限制边界)。