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.
52 lines
3.1 KiB
52 lines
3.1 KiB
flow:
|
|
- start|DEFAULT_ROUTE:
|
|
- start|ROUTE_ENTRY:
|
|
- return|ROUTE_ENTRY:
|
|
- start|ROUTE_LEG_B:
|
|
- start|ROUTE_INITVARS:
|
|
- return|ROUTE_INITVARS:
|
|
- start|DEFAULT_SEND:
|
|
- exit|DEFAULT_SEND:
|
|
- start|ROUTE_EXIT:
|
|
- start|ROUTE_RUNTIME:
|
|
- return|ROUTE_RUNTIME:
|
|
- exit|ROUTE_EXIT:
|
|
sip_in:
|
|
- 'INVITE sip:testuser1003@[% scenarios.0.responders.0.ip %]:[% scenarios.0.responders.0.port %] SIP/2.0'
|
|
- 'From: <sip:43122122@invite-allowedcli-nonmatch.scenarios.test>;tag=[\w-]+'
|
|
- 'To: <sip:testuser1003@invite-allowedcli-nonmatch.scenarios.test>'
|
|
- 'CSeq: \d+ INVITE'
|
|
- 'P-LB-Uptime: \d+'
|
|
- 'P-Asserted-Identity: <sip:[% invite_allowedcli_nonmatch_scenarios_test.testuser1002.phone_number %]@invite-allowedcli-nonmatch.scenarios.test>'
|
|
- 'P-Caller-UUID: [% invite_allowedcli_nonmatch_scenarios_test.testuser1002.uuid %]'
|
|
- 'P-NGCP-Caller-Info: <sip:testuser1002@invite-allowedcli-nonmatch.scenarios.test>;ip=[% scenarios.0.ip %];port=[% scenarios.0.port %];primary=[% invite_allowedcli_nonmatch_scenarios_test.testuser1002.phone_number %]'
|
|
- 'P-NGCP-Callee-Info: <sip:testuser1003@invite-allowedcli-nonmatch.scenarios.test>;ip=[% scenarios.0.responders.0.ip %];port=[% scenarios.0.responders.0.port %];primary=[% invite_allowedcli_nonmatch_scenarios_test.testuser1003.phone_number %]'
|
|
- 'P-D-Uri: sip:lb@127.0.0.1;lr;(received=sip:[% scenarios.0.responders.0.ip %]:[% scenarios.0.responders.0.port %];)?socket=sip:[% server_ip %]:5060'
|
|
- 'Content-Type: application/sdp'
|
|
- 'Contact: <sip:127.0.0.1:508[08];transport=udp>'
|
|
- 'Content-Length:\s+\d+'
|
|
sip_out:
|
|
- [
|
|
'SIP/2.0 100 Trying',
|
|
'From: <sip:43122122@invite-allowedcli-nonmatch.scenarios.test>;tag=[\w-]+',
|
|
'To: <sip:testuser1003@invite-allowedcli-nonmatch.scenarios.test>',
|
|
'CSeq: \d+ INVITE',
|
|
'Server: Sipwise NGCP Proxy',
|
|
'Content-Length: 0',
|
|
]
|
|
- [
|
|
'INVITE sip:testuser1003@[% scenarios.0.responders.0.ip %]:[% scenarios.0.responders.0.port %] SIP/2.0',
|
|
'From: <sip:43122122@invite-allowedcli-nonmatch.scenarios.test>;tag=[\w-]+',
|
|
'To: <sip:testuser1003@invite-allowedcli-nonmatch.scenarios.test>',
|
|
'CSeq: \d+ INVITE',
|
|
'P-LB-Uptime: \d+',
|
|
'P-Asserted-Identity: <sip:[% invite_allowedcli_nonmatch_scenarios_test.testuser1002.phone_number %]@invite-allowedcli-nonmatch.scenarios.test>',
|
|
'P-Caller-UUID: [% invite_allowedcli_nonmatch_scenarios_test.testuser1002.uuid %]',
|
|
'P-NGCP-Caller-Info: <sip:testuser1002@invite-allowedcli-nonmatch.scenarios.test>;ip=[% scenarios.0.ip %];port=[% scenarios.0.port %];primary=[% invite_allowedcli_nonmatch_scenarios_test.testuser1002.phone_number %]',
|
|
'P-NGCP-Callee-Info: <sip:testuser1003@invite-allowedcli-nonmatch.scenarios.test>;ip=[% scenarios.0.responders.0.ip %];port=[% scenarios.0.responders.0.port %];primary=[% invite_allowedcli_nonmatch_scenarios_test.testuser1003.phone_number %]',
|
|
'P-D-Uri: sip:lb@127.0.0.1;lr;(received=sip:[% scenarios.0.responders.0.ip %]:[% scenarios.0.responders.0.port %];)?socket=sip:[% server_ip %]:5060',
|
|
'Content-Type: application/sdp',
|
|
'Contact: <sip:127.0.0.1:508[08];transport=udp>',
|
|
'Content-Length:\s+\d+',
|
|
]
|