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/disabled/invite_speeddial/0019_test.yml.tt2

26 lines
659 B

flow:
- start|DEFAULT_ONREPLY:
- start|REPLY_ROUTE_NAT:
- start|ROUTE_EXIT:
- start|ROUTE_RUNTIME:
- return|ROUTE_RUNTIME:
- start|dialog:start:
- return|dialog:start:
# branch ??
- return|dialog:start:
sip_in:
- '^SIP/2.0 200 OK'
- 'CSeq: 2 INVITE'
- 'Content-Type: application/sdp'
- 'From: <sip:4311002@'
- 'To: <sip:\*1@'
- 'Contact: <sip:(testuser1001@)?127.0.0.1:5080(;transport=udp)?>'
sip_out:
- [
'^SIP/2.0 200 OK',
'Contact: <sip:(testuser1001@)?127.0.0.1:5080(;transport=udp)?>',
'CSeq: 2 INVITE',
'From: <sip:testuser1002@',
'To: <sip:\*1@',
'Content-Type: application/sdp'
]