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.
62 lines
2.6 KiB
62 lines
2.6 KiB
flow:
|
|
- start|DEFAULT_ROUTE:
|
|
- start|ROUTE_ENTRY:
|
|
- return|ROUTE_ENTRY:
|
|
- start|ROUTE_NET_INFO:
|
|
- return|ROUTE_NET_INFO:
|
|
- start|ROUTE_CHECK_TEL_URI:
|
|
- return|ROUTE_CHECK_TEL_URI:
|
|
- start|ROUTE_PRX_REQUEST:
|
|
- start|ROUTE_INITVARS:
|
|
- return|ROUTE_INITVARS:
|
|
- start|ROUTE_SCA_UPDATE:
|
|
- return|ROUTE_SCA_UPDATE:
|
|
- start|ROUTE_PREPARE_UA:
|
|
- return|ROUTE_PREPARE_UA:
|
|
- start|ROUTE_RESTORE_CLUSTERSET:
|
|
- return|ROUTE_RESTORE_CLUSTERSET:
|
|
- start|ROUTE_WITHINDLG_RTPENGINE:
|
|
- return|ROUTE_WITHINDLG_RTPENGINE:
|
|
- start|ROUTE_OUTBOUND:
|
|
- start|DEFAULT_SEND:
|
|
- exit|DEFAULT_SEND:
|
|
- start|ROUTE_EXIT:
|
|
- start|ROUTE_RUNTIME:
|
|
- return|ROUTE_RUNTIME:
|
|
- exit|ROUTE_EXIT:
|
|
sip_in:
|
|
- 'ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0'
|
|
- '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-manager-2sec.scenarios-pbx.test>;tag=[\w-]+'
|
|
- 'To: <sip:[% invite_manager_2sec_scenarios_pbx_test.manager.pbx_extension %]@invite-manager-2sec.scenarios-pbx.test>;tag=[\w-]+'
|
|
- 'CSeq: \d+ ACK'
|
|
- 'Contact: <sip:[% scenarios.0.username %]@[% scenarios.0.ip %]:[% scenarios.0.port %];alias=[^;]+>'
|
|
- 'Content-Length:\s+0'
|
|
- 'P-NGCP-Src-Ip: [% scenarios.0.ip %]'
|
|
- 'P-NGCP-Src-Port: [% scenarios.0.port %]'
|
|
- 'P-NGCP-Src-Proto: udp'
|
|
- 'P-NGCP-Src-Af: 4'
|
|
- 'P-Sock-Info: udp:[% server_ip %]:5060'
|
|
- 'P-LB-Uptime:\s+\d+'
|
|
- 'P-NGCP-Src-Nat: 1'
|
|
sip_out:
|
|
- [
|
|
'ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0',
|
|
'Record-Route: <sip:127.0.0.1:5062;lr=on;ftag=[^;]+;vsf=[^;]+;rtpprx=yes;ice_callee=strip;ice_caller=strip;aset=\d+>',
|
|
'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:[% invite_manager_2sec_scenarios_pbx_test.secretary2.pbx_phone_number %]@invite-manager-2sec.scenarios-pbx.test>;tag=[\w-]+',
|
|
'To: <sip:[% invite_manager_2sec_scenarios_pbx_test.manager.pbx_extension %]@invite-manager-2sec.scenarios-pbx.test>;tag=[\w-]+',
|
|
'CSeq: \d+ ACK',
|
|
'Contact: <sip:[% scenarios.0.username %]@[% scenarios.0.ip %]:[% scenarios.0.port %];alias=[^;]+>',
|
|
'Content-Length:\s+0',
|
|
'P-NGCP-Src-Ip: [% scenarios.0.ip %]',
|
|
'P-NGCP-Src-Port: [% scenarios.0.port %]',
|
|
'P-NGCP-Src-Proto: udp',
|
|
'P-NGCP-Src-Af: 4',
|
|
'P-Sock-Info: udp:[% server_ip %]:5060',
|
|
'P-LB-Uptime:\s+\d+',
|
|
'P-NGCP-Src-Nat: 1',
|
|
]
|