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.
34 lines
982 B
34 lines
982 B
flow:
|
|
- start|DEFAULT_ONREPLY:
|
|
- start|REPLY_ROUTE_LEG_B:
|
|
- start|ROUTE_ENTRY:
|
|
- return|ROUTE_ENTRY:
|
|
- start|ROUTE_EXIT:
|
|
- start|ROUTE_RUNTIME:
|
|
- return|ROUTE_RUNTIME:
|
|
- exit|ROUTE_EXIT:
|
|
sip_in:
|
|
- 'SIP/2.0 180 Ringing'
|
|
- 'From: <sip:4311000@invite-locmap-forward.scenarios.test>;tag=[\w-]+'
|
|
- 'To: <sip:testuser1002@172.30.1.2>;tag=[\w-]+'
|
|
- 'CSeq: \d+ INVITE'
|
|
- 'Contact: <sip:172.30.1.2:52602;transport=UDP>'
|
|
- 'Content-Length: 0'
|
|
- 'P-NGCP-Src-Ip: 172.30.1.2'
|
|
- 'P-NGCP-Src-Port: \d+'
|
|
- 'P-NGCP-Src-Proto: udp'
|
|
- 'P-NGCP-Src-Af: 4'
|
|
sip_out:
|
|
- [
|
|
'SIP/2.0 180 Ringing',
|
|
'From: <sip:4311000@invite-locmap-forward.scenarios.test>;tag=[\w-]+',
|
|
'To: <sip:testuser1002@172.30.1.2>;tag=[\w-]+',
|
|
'CSeq: \d+ INVITE',
|
|
'Contact: <sip:172.30.1.2:52602;transport=UDP>',
|
|
'Content-Length: 0',
|
|
'P-NGCP-Src-Ip: 172.30.1.2',
|
|
'P-NGCP-Src-Port: \d+',
|
|
'P-NGCP-Src-Proto: udp',
|
|
'P-NGCP-Src-Af: 4',
|
|
]
|