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/incoming_peer/0036_test.yml.tt2

30 lines
696 B

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:[% scenarios.2.responders.0.username %]@'
- 'P-Early-Media: supported'
sip_out:
- [
'SIP/2.0 100 Trying',
'Content-Length: 0'
]
- [
'INVITE sip:[% scenarios.2.responders.0.username %]@',
'CSeq: \d+ INVITE',
'P-Early-Media: supported',
'P-LB-Uptime: \d+',
'Content-Type: application/sdp',
'Content-Length:\s+\d+',
]