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

28 lines
737 B

flow:
- start|REPLY_ROUTE_NAT:
$avp(lua_dlg_profile): [
"totalaccountout:[% customerpbx_test.id %]",
"totaluserout:[% spce_test.testuser1002.uuid %]",
"totalaccount:[% customerpbx_test.id %]",
"totaluser:[% spce_test.testuser1002.uuid %]",
"totalaccount:[% customerpbx_test.id %]",
"totaluser:[% spce_test.testuser1003.uuid %]",
"total"
]
- start|ROUTE_ENTRY:
- return|ROUTE_ENTRY:
- start|REPLY_SCA_UPDATE:
- return|REPLY_SCA_UPDATE:
- start|ROUTE_EXIT:
- start|ROUTE_RUNTIME:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT
sip_in:
- '^SIP/2.0 180 Ringing'
- 'CSeq: 2 INVITE'
sip_out:
- [
'^SIP/2.0 180 Ringing',
'CSeq: 2 INVITE',
]