diff --git a/scenarios/invite/0005_test.yml.tt2 b/scenarios/invite/0005_test.yml.tt2 index bfd461af..e8c82cbf 100644 --- a/scenarios/invite/0005_test.yml.tt2 +++ b/scenarios/invite/0005_test.yml.tt2 @@ -59,6 +59,13 @@ flow: - return|ROUTE_LOAD_CALLEE_CONTRACT_PREF: - start|ROUTE_SET_CALLEE_DIALOG: - return|ROUTE_SET_CALLEE_DIALOG: + $avp(lua_dlg_profile): [ + "totalaccount:[% customer_test.id %]", + "totaluser:[% spce_test.test1002.uuid %]", + "total", + "account:[% customer_test.id %]", + "user:[% spce_test.test1002.uuid %]" + ] - start|ROUTE_BLOCK_IN: - return|ROUTE_BLOCK_IN: - start|ROUTE_ORDER_CF_MAP_ID: @@ -69,7 +76,31 @@ flow: - start|ROUTE_INVITE_TO_INT: - start|ROUTE_OUTBOUND: - start|ROUTE_SET_CALLER_DIALOG: + $avp(lua_dlg_profile): [ + "local", + "totalaccount:[% customer_test.id %]", + "totaluser:[% spce_test.test1002.uuid %]", + "total", + "account:[% customer_test.id %]", + "user:[% spce_test.test1002.uuid %]" + ] - return|ROUTE_SET_CALLER_DIALOG: + $avp(lua_dlg_profile): [ + "accountout:[% customer_test.id %]", + "userout:[% spce_test.test1003.uuid %]", + "account:[% customer_test.id %]", + "user:[% spce_test.test1003.uuid %]", + "totalaccountout:[% customer_test.id %]", + "totaluserout:[% spce_test.test1003.uuid %]", + "totalaccount:[% customer_test.id %]", + "totaluser:[% spce_test.test1003.uuid %]", + "local", + "totalaccount:[% customer_test.id %]", + "totaluser:[% spce_test.test1002.uuid %]", + "total", + "account:[% customer_test.id %]", + "user:[% spce_test.test1002.uuid %]" + ] - start|ROUTE_ACC_CALLER: - return|ROUTE_ACC_CALLER: - start|ROUTE_ACC_CALLEE: diff --git a/scenarios/invite/0007_test.yml.tt2 b/scenarios/invite/0007_test.yml.tt2 index 1c18ea97..8536a742 100644 --- a/scenarios/invite/0007_test.yml.tt2 +++ b/scenarios/invite/0007_test.yml.tt2 @@ -1,5 +1,21 @@ flow: - start|REPLY_ROUTE_NAT: + $avp(lua_dlg_profile): [ + "accountout:[% customer_test.id %]", + "userout:[% spce_test.test1003.uuid %]", + "account:[% customer_test.id %]", + "user:[% spce_test.test1003.uuid %]", + "totalaccountout:[% customer_test.id %]", + "totaluserout:[% spce_test.test1003.uuid %]", + "totalaccount:[% customer_test.id %]", + "totaluser:[% spce_test.test1003.uuid %]", + "local", + "totalaccount:[% customer_test.id %]", + "totaluser:[% spce_test.test1002.uuid %]", + "total", + "account:[% customer_test.id %]", + "user:[% spce_test.test1002.uuid %]" + ] - exit|REPLY_ROUTE_NAT: sip_in: - '^SIP/2.0 180 Ringing' diff --git a/scenarios/invite/0008_test.yml.tt2 b/scenarios/invite/0008_test.yml.tt2 index 4afff712..9022a6dd 100644 --- a/scenarios/invite/0008_test.yml.tt2 +++ b/scenarios/invite/0008_test.yml.tt2 @@ -2,7 +2,22 @@ flow: - start|REPLY_ROUTE_NAT: - 'start|dialog:start': - 'return|dialog:start': - # branch ?? + $avp(lua_dlg_profile): [ + "accountout:[% customer_test.id %]", + "userout:[% spce_test.test1003.uuid %]", + "account:[% customer_test.id %]", + "user:[% spce_test.test1003.uuid %]", + "totalaccountout:[% customer_test.id %]", + "totaluserout:[% spce_test.test1003.uuid %]", + "totalaccount:[% customer_test.id %]", + "totaluser:[% spce_test.test1003.uuid %]", + "local", + "totalaccount:[% customer_test.id %]", + "totaluser:[% spce_test.test1002.uuid %]", + "total", + "account:[% customer_test.id %]", + "user:[% spce_test.test1002.uuid %]" + ] - 'return|dialog:start': sip_in: - '^SIP/2.0 200 OK'