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_hih/0010_test.yml.tt2

31 lines
782 B

flow:
- start|DEFAULT_ONREPLY:
- start|REPLY_ROUTE_CF_LOOP:
- start|ROUTE_ENTRY:
- return|ROUTE_ENTRY:
- start|ROUTE_PREPARE_UA:
- return|ROUTE_PREPARE_UA:
- start|ROUTE_EXIT:
- start|ROUTE_RUNTIME:
- return|ROUTE_RUNTIME:
- start|dialog:start:
- return|dialog:start:
$avp(lua_dlg_profile): [
"totalaccount:[% customer_test.id %]",
"totaluser:[% spce_test.testuser1003.uuid %]",
"account:[% customer_test.id %]",
"user:[% spce_test.testuser1003.uuid %]",
"peer:[% peer_00_host0.id %]", "total"
]
- return|dialog:start:
sip_in:
- '^SIP/2.0 200 OK'
- 'From: <sip:004321001@127.0.2.1>;tag='
- 'To: <sip:4311003@'
- 'CSeq: 1 INVITE'
sip_out:
- [
'^SIP/2.0 200 OK',
'CSeq: 1 INVITE'
]