📄 testtfsm-serverinvite
字号:
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -