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 消息,并且我的 SIP 服务器(voipswitch)正在接受它。当我将 SIP 消息作为图像发送到同一台服务器时。我在这里不可接受。我的服务器是否需要支持 MSRTP 才能通过 SIP 接受图像?
SIP 使用提议/应答模型,其中提议和应答寻求建立一组公共媒体功能。A488 Not Acceptable Here表示没有一组通用媒体功能。
488 Not Acceptable Here
所以是的,如果您希望在会话中使用 MSRP ,您的 SIP 服务器必须支持MSRP 。