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.
kamailio-config-tests/scenarios/invite_concurrent_max_out/0016_test.yml.tt2

40 lines
892 B

flow:
- start|DEFAULT_ROUTE:
- start|ROUTE_NET_INFO:
- return|ROUTE_NET_INFO:
- start|ROUTE_PRX_REQUEST:
- start|ROUTE_INITVARS:
- return|ROUTE_INITVARS:
- 'start|dialog:end':
- 'return|dialog:end':
- 'return|dialog:end':
- start|ROUTE_STOP_RTPPROXY:
- start|ROUTE_RESTORE_CLUSTERSET:
- return|ROUTE_RESTORE_CLUSTERSET:
- return|ROUTE_STOP_RTPPROXY:
- start|ROUTE_OUTBOUND:
- exit|ROUTE_OUTBOUND:
sip_in:
- '^BYE'
- 'Contact: sip:testuser1002@'
- 'From: <sip:testuser1002@'
- 'To: <sip:004321001@'
- 'CSeq: 6 BYE'
- 'Max-Forwards: 69'
- 'Content-Length: 0'
sip_out:
- [
'^SIP/2.0 100 Trying',
'CSeq: 6 BYE',
'From: <sip:testuser1002@',
'To: <sip:004321001@',
'Content-Length: 0'
]
- [
'^BYE',
'From: <sip:4311002@',
'To: <sip:004321001@',
'CSeq: 6 BYE',
'Content-Length: 0'
]