You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
2.9 KiB
58 lines
2.9 KiB
messages:
|
|
- - 'SIP/2.0 100 Trying'
|
|
- 'From: <sip:[% scenarios.0.username %]@invite.scenarios.test>;tag=[\w-]+'
|
|
- 'To: <sip:[% scenarios.0.responders.0.username %]@invite.scenarios.test>'
|
|
- 'CSeq: \d+ INVITE'
|
|
- 'Server: Sipwise NGCP LB'
|
|
- 'Content-Length: 0'
|
|
- - 'SIP/2.0 407 Proxy Authentication Required'
|
|
- 'From: <sip:[% scenarios.0.username %]@invite.scenarios.test>;tag=[\w-]+'
|
|
- 'To: <sip:[% scenarios.0.responders.0.username %]@invite.scenarios.test>;tag=[\w-]+'
|
|
- 'CSeq: \d+ INVITE'
|
|
- 'Proxy-Authenticate: Digest realm="invite.scenarios.test", nonce="[^"]+"'
|
|
- 'Server: Sipwise NGCP Proxy'
|
|
- 'Content-Length: 0'
|
|
- - 'SIP/2.0 100 Trying'
|
|
- 'From: <sip:[% scenarios.0.username %]@invite.scenarios.test>;tag=[\w-]+'
|
|
- 'To: <sip:[% scenarios.0.responders.0.username %]@invite.scenarios.test>'
|
|
- 'CSeq: \d+ INVITE'
|
|
- 'Server: Sipwise NGCP LB'
|
|
- 'Content-Length: 0'
|
|
- - 'SIP/2.0 180 Ringing'
|
|
- 'Record-Route: <sip:127.0.0.1:5062;lr=on;ftag=[^;]+;did=[^;]+;ice_caller=strip;ice_callee=strip;aset=\d+;rtpprx=yes;vsf=[^;]+>'
|
|
- 'Record-Route: <sip:127.0.0.1;r2=on;lr=on;ftag=[^;]+;ngcplb=yes;nat=yes;socket=udp:[% server_ip %]:5060>'
|
|
- 'Record-Route: <sip:[% server_ip %];r2=on;lr=on;ftag=[^;]+;ngcplb=yes;nat=yes;socket=udp:[% server_ip %]:5060>'
|
|
- 'From: <sip:[% scenarios.0.username %]@invite.scenarios.test>;tag=[\w-]+'
|
|
- 'To: <sip:[% scenarios.0.responders.0.username %]@invite.scenarios.test>;tag=[\w-]+'
|
|
- 'CSeq: \d+ INVITE'
|
|
- 'Content-Length: 0'
|
|
- 'Contact: <sip:ngcp-lb@[% server_ip %]:5060;ngcpct=[^;]+>'
|
|
- - 'SIP/2.0 200 OK'
|
|
- 'Record-Route: <sip:127.0.0.1:5062;lr=on;ftag=[^;]+;did=[^;]+;ice_caller=strip;ice_callee=strip;aset=\d+;rtpprx=yes;vsf=[^;]+>'
|
|
- 'Record-Route: <sip:127.0.0.1;r2=on;lr=on;ftag=[^;]+;ngcplb=yes;nat=yes;socket=udp:[% server_ip %]:5060>'
|
|
- 'Record-Route: <sip:[% server_ip %];r2=on;lr=on;ftag=[^;]+;ngcplb=yes;nat=yes;socket=udp:[% server_ip %]:5060>'
|
|
- 'From: <sip:[% scenarios.0.username %]@invite.scenarios.test>;tag=[\w-]+'
|
|
- 'To: <sip:[% scenarios.0.responders.0.username %]@invite.scenarios.test>;tag=[\w-]+'
|
|
- 'CSeq: \d+ INVITE'
|
|
- 'Content-Type: application/sdp'
|
|
- 'Content-Length: \d+'
|
|
- 'Contact: <sip:ngcp-lb@[% server_ip %]:5060;ngcpct=[^;]+>'
|
|
- 'v=0'
|
|
- 'o=user1 \d+ \d+ IN IP4 [% server_ip %]'
|
|
- 's=-'
|
|
- 'c=IN IP4 [% server_ip %]'
|
|
- 't=0 0'
|
|
- 'm=audio \d+ RTP/AVP 8'
|
|
- 'a=rtpmap:8 PCMA/8000'
|
|
- 'a=sendrecv'
|
|
- 'a=rtcp:\d+'
|
|
- 'a=ptime:50'
|
|
- - 'SIP/2.0 200 OK'
|
|
- 'Record-Route: <sip:127.0.0.1:5062;lr=on;ftag=[^;]+;vsf=[^;]+;rtpprx=yes>'
|
|
- 'Record-Route: <sip:127.0.0.1;r2=on;lr=on;ftag=[^;]+;ngcplb=yes;nat=yes;socket=udp:[% server_ip %]:5060>'
|
|
- 'Record-Route: <sip:[% server_ip %];r2=on;lr=on;ftag=[^;]+;ngcplb=yes;nat=yes;socket=udp:[% server_ip %]:5060>'
|
|
- 'From: <sip:[% scenarios.0.username %]@invite.scenarios.test>;tag=[\w-]+'
|
|
- 'To: <sip:[% scenarios.0.responders.0.username %]@invite.scenarios.test>;tag=[\w-]+'
|
|
- 'CSeq: \d+ BYE'
|
|
- 'Content-Length: 0'
|