testtfsm-serverinvite

来自「这是国外的resip协议栈」· 代码 · 共 63 行

TXT
63
字号
# Invite from the transportinject_wire{INVITE sip:B@127.0.0.1 SIP/2.0
Via: SIP/2.0/UDP 127.0.0.1:1234;branch=z9hG4bK0000
Max-Forwards: 70
From: sip:A@inside.com;tag=12345
To: sip:B@inside.com
Call-ID: 0123456789@pc.inside.com
CSeq: 1 INVITE
Contact: <sip:A@127.0.0.1>
Content-Length: 0

}# See the INVITE be passed up to the TUexpect_tu{method=INVITEtimeout=1000}# See the 100 Trying provisional response generated by the stackexpect_wire{status=100timeout=1500}# Wait for the above to expiredelay{timeout=2000}# Invite is retranmitted and show up at the transportinject_wire{INVITE sip:B@127.0.0.1 SIP/2.0
Via: SIP/2.0/UDP 127.0.0.1:1234;branch=z9hG4bK0000
Max-Forwards: 70
From: sip:A@inside.com;tag=12345
To: sip:B@inside.com
Call-ID: 0123456789@pc.inside.com
CSeq: 1 INVITE
Contact: <sip:A@127.0.0.1>
Content-Length: 0

}# See another 100 Trying provisional response generated by the stackexpect_wire{status=100timeout=1500}# Wait for the above to expiredelay{timeout=2000}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?