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_callforward/0040_test.yml.tt2

27 lines
485 B

flow:
- start|REPLY_ROUTE_NAT:
- exit|REPLY_ROUTE_NAT:
sip_in:
- '^SIP/2.0 200 OK'
[% IF PRO %]
- 'CSeq: 11 BYE'
- 'From: <sip:4311002@'
[% ELSE %]
- 'CSeq: 3 BYE'
- 'From: <sip:testuser1002@'
[% END %]
- 'Content-Length: 0'
- 'To: <sip:testuser1004@'
sip_out:
- [
'^SIP/2.0 200 OK',
[% IF PRO %]
'CSeq: 11 BYE',
[% ELSE %]
'CSeq: 3 BYE',
[% END %]
'Content-Length: 0',
'From: <sip:testuser1002@',
'To: <sip:testuser1004@'
]