sip60
来自「基于GNU的VoIP SIP协议(RFC3261)实现代码」· 代码 · 共 14 行
TXT
14 行
SIP/2.0 407 Proxy Authorization Required
Via: SIP/2.0/UDP ss1.wcom.com:5060;branch=230f2.1
Via: SIP/2.0/UDP here.com:5060
Record-Route: <sip:UserB@there.com;maddr=ss1.wcom.com>
From: BigGuy <sip:UserA@here.com>
To: LittleGuy <sip:UserB@there.com>;tag=838209
Call-ID: 12345600@here.com
CSeq: 2 INVITE
Proxy-Authenticate: Digest realm="MCI SIP",
domain="sip:ss2.mci.com", nonce="c1e22c41ae6cbe5ae983a9c8e88d359",
opaque="", stale=FALSE, algorithm=MD5
Content-Length: 0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?