MT#57778 Fix scenarios for routes ROUTE_LOAD_CALLEE_RESELLER_PREF and ROUTE_LOAD_CALLER_RESELLER_PREF

Following scenarios have been fixed:

- invite_prack
- invite_allowip
- invite_allowedcli_nonmatch_reject
- invite_allowedcli_match_alias
- invite_allowedcli_match
- incoming_peer_stir
- incoming_peer
- incoming_hih
- incoming_foreign_dom
- invite_allowedcli_nonmatch

Change-Id: I768ef221bbb45641f229e641b3e7406de7ebe846
mr11.5
Alessio Garzi 2 years ago
parent dac78d23fa
commit 773d10b39c

@ -30,6 +30,8 @@ flow:
- return|ROUTE_CHECK_UA:
- start|ROUTE_LOAD_CALLER_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLER_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLER_RESELLER_PREF:
- return|ROUTE_LOAD_CALLER_RESELLER_PREF:
- return|ROUTE_LOAD_CALLER_PREF:
- start|ROUTE_DLG_MANAGE:
- return|ROUTE_DLG_MANAGE:
@ -55,6 +57,8 @@ flow:
- start|ROUTE_LOAD_CALLEE_PREF:
- start|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- return|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- start|ROUTE_SET_CALLEE_DIALOG:
- start|ROUTE_CNT_DLG_CHECK:
- return|ROUTE_CNT_DLG_CHECK:
@ -64,9 +68,11 @@ flow:
- return|ROUTE_SET_CALLEE_DIALOG_TOTAL:
- return|ROUTE_SET_CALLEE_DIALOG:
$avp(lua_dlg_profile): [
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_foreign_dom_scenarios_test.testuser1003.uuid %]",
"total",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_foreign_dom_scenarios_test.testuser1003.uuid %]"
]
@ -116,18 +122,24 @@ flow:
- return|ROUTE_SET_CALLER_DIALOG_BASE:
- return|ROUTE_SET_CALLER_DIALOG:
$avp(lua_dlg_profile): [
"resellerout:0",
"accountout:0",
"userout:0",
"reseller:0",
"account:0",
"user:0",
"totalresellerout:0",
"totalaccountout:0",
"totaluserout:0",
"totalreseller:0",
"totalaccount:0",
"totaluser:0",
"local",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_foreign_dom_scenarios_test.testuser1003.uuid %]",
"total",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_foreign_dom_scenarios_test.testuser1003.uuid %]"
]
@ -144,6 +156,8 @@ flow:
- start|BRANCH_ROUTE_SBC:
- start|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- return|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- start|ROUTE_SET_CALLEE_DIALOG:
- start|ROUTE_CNT_DLG_CHECK:
- return|ROUTE_CNT_DLG_CHECK:
@ -200,18 +214,24 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
$avp(lua_dlg_profile): [
"resellerout:0",
"accountout:0",
"userout:0",
"reseller:0",
"account:0",
"user:0",
"totalresellerout:0",
"totalaccountout:0",
"totaluserout:0",
"totalreseller:0",
"totalaccount:0",
"totaluser:0",
"local",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_foreign_dom_scenarios_test.testuser1003.uuid %]",
"total",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_foreign_dom_scenarios_test.testuser1003.uuid %]"
]

@ -6,18 +6,24 @@ flow:
- start|ROUTE_APPLY_HEADER_RULES:
- return|ROUTE_APPLY_HEADER_RULES:
$avp(lua_dlg_profile): [
"resellerout:0",
"accountout:0",
"userout:0",
"reseller:0",
"account:0",
"user:0",
"totalresellerout:0",
"totalaccountout:0",
"totaluserout:0",
"totalreseller:0",
"totalaccount:0",
"totaluser:0",
"local",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% spce_test.testuser1003.uuid %]",
"total",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% spce_test.testuser1003.uuid %]"
]

@ -16,18 +16,24 @@ flow:
- start|dialog:start:
- return|dialog:start:
$avp(lua_dlg_profile): [
"resellerout:0",
"accountout:0",
"userout:0",
"reseller:0",
"account:0",
"user:0",
"totalresellerout:0",
"totalaccountout:0",
"totaluserout:0",
"totalreseller:0",
"totalaccount:0",
"totaluser:0",
"local",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_foreign_dom_scenarios_test.testuser1003.uuid %]",
"total",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_foreign_dom_scenarios_test.testuser1003.uuid %]"
]

@ -47,6 +47,8 @@ flow:
- start|ROUTE_LOAD_CALLEE_PREF:
- start|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- return|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- start|ROUTE_SET_CALLEE_DIALOG:
- start|ROUTE_CNT_DLG_CHECK:
- return|ROUTE_CNT_DLG_CHECK:
@ -56,8 +58,10 @@ flow:
- return|ROUTE_SET_CALLEE_DIALOG_TOTAL:
- return|ROUTE_SET_CALLEE_DIALOG:
$avp(lua_dlg_profile): [
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_hih_scenarios_test.testuser1003.uuid %]",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_hih_scenarios_test.testuser1003.uuid %]",
"peer:[% peer_00_host0.id %]", "total"
@ -114,8 +118,10 @@ flow:
- return|ROUTE_CNT_DLG_CHECK:
- return|ROUTE_SET_CALLER_DIALOG:
$avp(lua_dlg_profile): [
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_hih_scenarios_test.testuser1003.uuid %]",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_hih_scenarios_test.testuser1003.uuid %]",
"peer:[% peer_00_host0.id %]", "total"

@ -27,6 +27,8 @@ flow:
- return|ROUTE_CHECK_UA:
- start|ROUTE_LOAD_CALLER_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLER_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLER_RESELLER_PREF:
- return|ROUTE_LOAD_CALLER_RESELLER_PREF:
- return|ROUTE_LOAD_CALLER_PREF:
- start|ROUTE_APPLY_HEADER_RULES:
- return|ROUTE_APPLY_HEADER_RULES:
@ -54,6 +56,8 @@ flow:
- start|ROUTE_LOAD_CALLEE_PREF:
- start|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- return|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- start|ROUTE_SET_CALLEE_DIALOG:
- start|ROUTE_CNT_DLG_CHECK:
- start|ROUTE_DLG_MANAGE:
@ -65,8 +69,10 @@ flow:
- return|ROUTE_SET_CALLEE_DIALOG_TOTAL:
- return|ROUTE_SET_CALLEE_DIALOG:
$avp(lua_dlg_profile): [
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_hih_scenarios_test.testuser1002.uuid %]",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_hih_scenarios_test.testuser1002.uuid %]"
]
@ -113,8 +119,10 @@ flow:
- start|ROUTE_OUTBOUND:
$avp(lua_dlg_profile): [
"local",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_hih_scenarios_test.testuser1002.uuid %]",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_hih_scenarios_test.testuser1002.uuid %]"
]
@ -127,17 +135,23 @@ flow:
- return|ROUTE_SET_CALLER_DIALOG_BASE:
- return|ROUTE_SET_CALLER_DIALOG:
$avp(lua_dlg_profile): [
"resellerout:1",
"accountout:[% customer_test.id %]",
"userout:[% incoming_hih_scenarios_test.testuser1003.uuid %]",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_hih_scenarios_test.testuser1003.uuid %]",
"totalresellerout:1",
"totalaccountout:[% customer_test.id %]",
"totaluserout:[% incoming_hih_scenarios_test.testuser1003.uuid %]",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_hih_scenarios_test.testuser1003.uuid %]",
"local",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_hih_scenarios_test.testuser1002.uuid %]",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_hih_scenarios_test.testuser1002.uuid %]"
]
@ -152,6 +166,8 @@ flow:
- start|BRANCH_ROUTE_SBC:
- start|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- return|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- start|ROUTE_SET_CALLEE_DIALOG:
- start|ROUTE_CNT_DLG_CHECK:
- return|ROUTE_CNT_DLG_CHECK:
@ -208,17 +224,23 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
$avp(lua_dlg_profile): [
"resellerout:1",
"accountout:[% customer_test.id %]",
"userout:[% incoming_hih_scenarios_test.testuser1003.uuid %]",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_hih_scenarios_test.testuser1003.uuid %]",
"totalresellerout:1",
"totalaccountout:[% customer_test.id %]",
"totaluserout:[% incoming_hih_scenarios_test.testuser1003.uuid %]",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_hih_scenarios_test.testuser1003.uuid %]",
"local",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_hih_scenarios_test.testuser1002.uuid %]",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_hih_scenarios_test.testuser1002.uuid %]"
]

@ -13,8 +13,10 @@ flow:
- start|dialog:start:
- return|dialog:start:
$avp(lua_dlg_profile): [
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_hih_scenarios_test.testuser1003.uuid %]",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_hih_scenarios_test.testuser1003.uuid %]",
"peer:[% peer_00_host0.id %]", "total"

@ -45,6 +45,8 @@ flow:
- start|ROUTE_LOAD_CALLEE_PREF:
- start|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- return|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- start|ROUTE_SET_CALLEE_DIALOG:
- start|ROUTE_CNT_DLG_CHECK:
- return|ROUTE_CNT_DLG_CHECK:
@ -54,8 +56,10 @@ flow:
- return|ROUTE_SET_CALLEE_DIALOG_TOTAL:
- return|ROUTE_SET_CALLEE_DIALOG:
$avp(lua_dlg_profile): [
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_peer.scenarios.test.testuser1003.uuid %]",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_peer.scenarios.test.testuser1003.uuid %]",
"peer:[% peer_00_host0.id %]",
@ -102,8 +106,10 @@ flow:
- start|ROUTE_SET_CALLER_DIALOG:
$avp(lua_dlg_profile): [
"incoming",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_peer.scenarios.test.testuser1003.uuid %]",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_peer.scenarios.test.testuser1003.uuid %]",
"peer:[% peer_00_host0.id %]",
@ -125,6 +131,8 @@ flow:
- start|BRANCH_ROUTE_SBC:
- start|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- return|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- start|ROUTE_SET_CALLEE_DIALOG:
- start|ROUTE_CNT_DLG_CHECK:
- return|ROUTE_CNT_DLG_CHECK:
@ -183,8 +191,10 @@ flow:
- exit|ROUTE_EXIT:
$avp(lua_dlg_profile): [
"incoming",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_peer.scenarios.test.testuser1003.uuid %]",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_peer.scenarios.test.testuser1003.uuid %]",
"peer:[% peer_00_host0.id %]",

@ -19,8 +19,10 @@ flow:
- return|dialog:start:
$avp(lua_dlg_profile): [
"incoming",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_peer.scenarios.test.testuser1003.uuid %]",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_peer.scenarios.test.testuser1003.uuid %]",
"peer:[% peer_00_host0.id %]",

@ -51,6 +51,8 @@ flow:
- start|ROUTE_LOAD_CALLEE_PREF:
- start|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- return|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- start|ROUTE_SET_CALLEE_DIALOG:
- start|ROUTE_CNT_DLG_CHECK:
- return|ROUTE_CNT_DLG_CHECK:
@ -60,8 +62,10 @@ flow:
- return|ROUTE_SET_CALLEE_DIALOG_TOTAL:
- return|ROUTE_SET_CALLEE_DIALOG:
$avp(lua_dlg_profile): [
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_peer.scenarios.test.testuser1004.uuid %]",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_peer.scenarios.test.testuser1004.uuid %]",
"peer:[% peer_00_host0.id %]",
@ -108,8 +112,10 @@ flow:
- start|ROUTE_SET_CALLER_DIALOG:
$avp(lua_dlg_profile): [
"incoming",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_peer.scenarios.test.testuser1004.uuid %]",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_peer.scenarios.test.testuser1004.uuid %]",
"peer:[% peer_00_host0.id %]",
@ -131,6 +137,8 @@ flow:
- start|BRANCH_ROUTE_SBC:
- start|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- return|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- start|ROUTE_SET_CALLEE_DIALOG:
- start|ROUTE_CNT_DLG_CHECK:
- return|ROUTE_CNT_DLG_CHECK:
@ -189,8 +197,10 @@ flow:
- exit|ROUTE_EXIT:
$avp(lua_dlg_profile): [
"incoming",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_peer.scenarios.test.testuser1004.uuid %]",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_peer.scenarios.test.testuser1004.uuid %]",
"peer:[% peer_00_host0.id %]",

@ -49,6 +49,8 @@ flow:
- start|ROUTE_LOAD_CALLEE_PREF:
- start|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- return|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- start|ROUTE_SET_CALLEE_DIALOG:
- start|ROUTE_CNT_DLG_CHECK:
- return|ROUTE_CNT_DLG_CHECK:
@ -58,8 +60,10 @@ flow:
- return|ROUTE_SET_CALLEE_DIALOG_TOTAL:
- return|ROUTE_SET_CALLEE_DIALOG:
$avp(lua_dlg_profile): [
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_peer.scenarios.test.testuser1005.uuid %]",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_peer.scenarios.test.testuser1005.uuid %]",
"peer:[% peer_00_host0.id %]",
@ -106,8 +110,10 @@ flow:
- start|ROUTE_SET_CALLER_DIALOG:
$avp(lua_dlg_profile): [
"incoming",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_peer.scenarios.test.testuser1005.uuid %]",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_peer.scenarios.test.testuser1005.uuid %]",
"peer:[% peer_00_host0.id %]",
@ -129,6 +135,8 @@ flow:
- start|BRANCH_ROUTE_SBC:
- start|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- return|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- start|ROUTE_SET_CALLEE_DIALOG:
- start|ROUTE_CNT_DLG_CHECK:
- return|ROUTE_CNT_DLG_CHECK:
@ -187,8 +195,10 @@ flow:
- exit|ROUTE_EXIT:
$avp(lua_dlg_profile): [
"incoming",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_peer.scenarios.test.testuser1005.uuid %]",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_peer.scenarios.test.testuser1005.uuid %]",
"peer:[% peer_00_host0.id %]",

@ -46,6 +46,8 @@ flow:
- start|ROUTE_LOAD_CALLEE_PREF:
- start|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- return|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- start|ROUTE_SET_CALLEE_DIALOG:
- start|ROUTE_CNT_DLG_CHECK:
- return|ROUTE_CNT_DLG_CHECK:
@ -55,8 +57,10 @@ flow:
- return|ROUTE_SET_CALLEE_DIALOG_TOTAL:
- return|ROUTE_SET_CALLEE_DIALOG:
$avp(lua_dlg_profile): [
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_peer_stir.scenarios.test.testuser1003.uuid %]",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_peer_stir.scenarios.test.testuser1003.uuid %]",
"peer:[% peer_00_host0.id %]",
@ -114,8 +118,10 @@ flow:
- start|ROUTE_SET_CALLER_DIALOG:
$avp(lua_dlg_profile): [
"incoming",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_peer_stir.scenarios.test.testuser1003.uuid %]",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_peer_stir.scenarios.test.testuser1003.uuid %]",
"peer:[% peer_00_host0.id %]",
@ -137,6 +143,8 @@ flow:
- start|BRANCH_ROUTE_SBC:
- start|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- return|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- start|ROUTE_SET_CALLEE_DIALOG:
- start|ROUTE_CNT_DLG_CHECK:
- return|ROUTE_CNT_DLG_CHECK:
@ -195,8 +203,10 @@ flow:
- exit|ROUTE_EXIT:
$avp(lua_dlg_profile): [
"incoming",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_peer_stir.scenarios.test.testuser1003.uuid %]",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_peer_stir.scenarios.test.testuser1003.uuid %]",
"peer:[% peer_00_host0.id %]",

@ -19,8 +19,10 @@ flow:
- return|dialog:start:
$avp(lua_dlg_profile): [
"incoming",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_peer_stir.scenarios.test.testuser1003.uuid %]",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_peer_stir.scenarios.test.testuser1003.uuid %]",
"peer:[% peer_00_host0.id %]",

@ -46,6 +46,8 @@ flow:
- start|ROUTE_LOAD_CALLEE_PREF:
- start|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- return|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- start|ROUTE_SET_CALLEE_DIALOG:
- start|ROUTE_CNT_DLG_CHECK:
- return|ROUTE_CNT_DLG_CHECK:
@ -55,8 +57,10 @@ flow:
- return|ROUTE_SET_CALLEE_DIALOG_TOTAL:
- return|ROUTE_SET_CALLEE_DIALOG:
$avp(lua_dlg_profile): [
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_peer_stir.scenarios.test.testuser1003.uuid %]",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_peer_stir.scenarios.test.testuser1003.uuid %]",
"peer:[% peer_00_host0.id %]",

@ -46,6 +46,8 @@ flow:
- start|ROUTE_LOAD_CALLEE_PREF:
- start|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- return|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- start|ROUTE_SET_CALLEE_DIALOG:
- start|ROUTE_CNT_DLG_CHECK:
- return|ROUTE_CNT_DLG_CHECK:
@ -55,8 +57,10 @@ flow:
- return|ROUTE_SET_CALLEE_DIALOG_TOTAL:
- return|ROUTE_SET_CALLEE_DIALOG:
$avp(lua_dlg_profile): [
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_peer_stir.scenarios.test.testuser1003.uuid %]",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_peer_stir.scenarios.test.testuser1003.uuid %]",
"peer:[% peer_00_host0.id %]",

@ -46,6 +46,8 @@ flow:
- start|ROUTE_LOAD_CALLEE_PREF:
- start|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- return|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- start|ROUTE_SET_CALLEE_DIALOG:
- start|ROUTE_CNT_DLG_CHECK:
- return|ROUTE_CNT_DLG_CHECK:
@ -55,8 +57,10 @@ flow:
- return|ROUTE_SET_CALLEE_DIALOG_TOTAL:
- return|ROUTE_SET_CALLEE_DIALOG:
$avp(lua_dlg_profile): [
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_peer_stir.scenarios.test.testuser1003.uuid %]",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_peer_stir.scenarios.test.testuser1003.uuid %]",
"peer:[% peer_00_host0.id %]",

@ -46,6 +46,8 @@ flow:
- start|ROUTE_LOAD_CALLEE_PREF:
- start|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- return|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- start|ROUTE_SET_CALLEE_DIALOG:
- start|ROUTE_CNT_DLG_CHECK:
- return|ROUTE_CNT_DLG_CHECK:
@ -55,8 +57,10 @@ flow:
- return|ROUTE_SET_CALLEE_DIALOG_TOTAL:
- return|ROUTE_SET_CALLEE_DIALOG:
$avp(lua_dlg_profile): [
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% incoming_peer_stir.scenarios.test.testuser1003.uuid %]",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% incoming_peer_stir.scenarios.test.testuser1003.uuid %]",
"peer:[% peer_00_host0.id %]",

@ -36,6 +36,8 @@ flow:
- return|ROUTE_CHECK_UA:
- start|ROUTE_LOAD_CALLER_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLER_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLER_RESELLER_PREF:
- return|ROUTE_LOAD_CALLER_RESELLER_PREF:
- return|ROUTE_LOAD_CALLER_PREF:
$xavp(caller_usr_prefs[0]=>allowed_clis[*]): ['[% invite_allowedcli_match_scenarios_test.testuser1002.phone_number %]1*', '[% invite_allowedcli_match_scenarios_test.testuser1002.phone_number %]9*']
$xavp(caller_real_prefs[0]=>allowed_clis[*]): ['[% invite_allowedcli_match_scenarios_test.testuser1002.phone_number %]1*', '[% invite_allowedcli_match_scenarios_test.testuser1002.phone_number %]9*']
@ -68,6 +70,8 @@ flow:
- start|ROUTE_LOAD_CALLEE_PREF:
- start|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- return|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- start|ROUTE_SET_CALLEE_DIALOG:
- start|ROUTE_CNT_DLG_CHECK:
- return|ROUTE_CNT_DLG_CHECK:
@ -77,9 +81,11 @@ flow:
- return|ROUTE_SET_CALLEE_DIALOG_TOTAL:
- return|ROUTE_SET_CALLEE_DIALOG:
$avp(lua_dlg_profile): [
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% invite_allowedcli_match_scenarios_test.testuser1003.uuid %]",
"total",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% invite_allowedcli_match_scenarios_test.testuser1003.uuid %]"
]
@ -123,9 +129,11 @@ flow:
- start|ROUTE_SET_CALLER_DIALOG:
$avp(lua_dlg_profile): [
"local",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% invite_allowedcli_match_scenarios_test.testuser1003.uuid %]",
"total",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% invite_allowedcli_match_scenarios_test.testuser1003.uuid %]"
]
@ -137,18 +145,24 @@ flow:
- return|ROUTE_SET_CALLER_DIALOG_BASE:
- return|ROUTE_SET_CALLER_DIALOG:
$avp(lua_dlg_profile): [
'accountout:[% customer_test.id %]',
"resellerout:1",
"accountout:[% customer_test.id %]",
'userout:[% invite_allowedcli_match_scenarios_test.testuser1002.uuid %]',
'account:[% customer_test.id %]',
"reseller:1",
"account:[% customer_test.id %]",
'user:[% invite_allowedcli_match_scenarios_test.testuser1002.uuid %]',
'totalaccountout:[% customer_test.id %]',
"totalresellerout:1",
"totalaccountout:[% customer_test.id %]",
'totaluserout:[% invite_allowedcli_match_scenarios_test.testuser1002.uuid %]',
'totalaccount:[% customer_test.id %]',
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
'totaluser:[% invite_allowedcli_match_scenarios_test.testuser1002.uuid %]',
"local",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% invite_allowedcli_match_scenarios_test.testuser1003.uuid %]",
"total",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% invite_allowedcli_match_scenarios_test.testuser1003.uuid %]"
]
@ -165,6 +179,8 @@ flow:
- start|BRANCH_ROUTE_SBC:
- start|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- return|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- start|ROUTE_SET_CALLEE_DIALOG:
- start|ROUTE_CNT_DLG_CHECK:
- return|ROUTE_CNT_DLG_CHECK:
@ -221,18 +237,24 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
$avp(lua_dlg_profile): [
'accountout:[% customer_test.id %]',
"resellerout:1",
"accountout:[% customer_test.id %]",
'userout:[% invite_allowedcli_match_scenarios_test.testuser1002.uuid %]',
'account:[% customer_test.id %]',
"reseller:1",
"account:[% customer_test.id %]",
'user:[% invite_allowedcli_match_scenarios_test.testuser1002.uuid %]',
'totalaccountout:[% customer_test.id %]',
"totalresellerout:1",
"totalaccountout:[% customer_test.id %]",
'totaluserout:[% invite_allowedcli_match_scenarios_test.testuser1002.uuid %]',
'totalaccount:[% customer_test.id %]',
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
'totaluser:[% invite_allowedcli_match_scenarios_test.testuser1002.uuid %]',
"local",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% invite_allowedcli_match_scenarios_test.testuser1003.uuid %]",
"total",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% invite_allowedcli_match_scenarios_test.testuser1003.uuid %]"
]

@ -18,18 +18,24 @@ flow:
- start|dialog:start:
- return|dialog:start:
$avp(lua_dlg_profile): [
'accountout:[% customer_test.id %]',
"resellerout:1",
"accountout:[% customer_test.id %]",
'userout:[% invite_allowedcli_match_scenarios_test.testuser1002.uuid %]',
'account:[% customer_test.id %]',
"reseller:1",
"account:[% customer_test.id %]",
'user:[% invite_allowedcli_match_scenarios_test.testuser1002.uuid %]',
'totalaccountout:[% customer_test.id %]',
"totalresellerout:1",
"totalaccountout:[% customer_test.id %]",
'totaluserout:[% invite_allowedcli_match_scenarios_test.testuser1002.uuid %]',
'totalaccount:[% customer_test.id %]',
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
'totaluser:[% invite_allowedcli_match_scenarios_test.testuser1002.uuid %]',
"local",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% invite_allowedcli_match_scenarios_test.testuser1003.uuid %]",
"total",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% invite_allowedcli_match_scenarios_test.testuser1003.uuid %]"
]

@ -37,6 +37,8 @@ flow:
- return|ROUTE_CHECK_UA:
- start|ROUTE_LOAD_CALLER_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLER_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLER_RESELLER_PREF:
- return|ROUTE_LOAD_CALLER_RESELLER_PREF:
- return|ROUTE_LOAD_CALLER_PREF:
$xavp(caller_usr_prefs[0]=>allowed_clis[*]): ['[% invite_allowedcli_match_alias_scenarios_test.testuser1002.phone_number %]1*', '[% invite_allowedcli_match_alias_scenarios_test.testuser1002.phone_number %]9*']
$xavp(caller_real_prefs[0]=>allowed_clis[*]): ['[% invite_allowedcli_match_alias_scenarios_test.testuser1002.phone_number %]1*', '[% invite_allowedcli_match_alias_scenarios_test.testuser1002.phone_number %]9*']
@ -68,6 +70,8 @@ flow:
- start|ROUTE_LOAD_CALLEE_PREF:
- start|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- return|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- start|ROUTE_SET_CALLEE_DIALOG:
- start|ROUTE_CNT_DLG_CHECK:
- return|ROUTE_CNT_DLG_CHECK:
@ -77,9 +81,11 @@ flow:
- return|ROUTE_SET_CALLEE_DIALOG_TOTAL:
- return|ROUTE_SET_CALLEE_DIALOG:
$avp(lua_dlg_profile): [
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% invite_allowedcli_match_alias_scenarios_test.testuser1003.uuid %]",
"total",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% invite_allowedcli_match_alias_scenarios_test.testuser1003.uuid %]"
]
@ -123,9 +129,11 @@ flow:
- start|ROUTE_SET_CALLER_DIALOG:
$avp(lua_dlg_profile): [
"local",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% invite_allowedcli_match_alias_scenarios_test.testuser1003.uuid %]",
"total",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% invite_allowedcli_match_alias_scenarios_test.testuser1003.uuid %]"
]
@ -137,18 +145,24 @@ flow:
- return|ROUTE_SET_CALLER_DIALOG_BASE:
- return|ROUTE_SET_CALLER_DIALOG:
$avp(lua_dlg_profile): [
'accountout:[% customer_test.id %]',
"resellerout:1",
"accountout:[% customer_test.id %]",
'userout:[% invite_allowedcli_match_alias_scenarios_test.testuser1002.uuid %]',
'account:[% customer_test.id %]',
"reseller:1",
"account:[% customer_test.id %]",
'user:[% invite_allowedcli_match_alias_scenarios_test.testuser1002.uuid %]',
'totalaccountout:[% customer_test.id %]',
"totalresellerout:1",
"totalaccountout:[% customer_test.id %]",
'totaluserout:[% invite_allowedcli_match_alias_scenarios_test.testuser1002.uuid %]',
'totalaccount:[% customer_test.id %]',
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
'totaluser:[% invite_allowedcli_match_alias_scenarios_test.testuser1002.uuid %]',
"local",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% invite_allowedcli_match_alias_scenarios_test.testuser1003.uuid %]",
"total",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% invite_allowedcli_match_alias_scenarios_test.testuser1003.uuid %]"
]
@ -165,6 +179,8 @@ flow:
- start|BRANCH_ROUTE_SBC:
- start|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- return|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- start|ROUTE_SET_CALLEE_DIALOG:
- start|ROUTE_CNT_DLG_CHECK:
- return|ROUTE_CNT_DLG_CHECK:
@ -222,18 +238,24 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
$avp(lua_dlg_profile): [
'accountout:[% customer_test.id %]',
"resellerout:1",
"accountout:[% customer_test.id %]",
'userout:[% invite_allowedcli_match_alias_scenarios_test.testuser1002.uuid %]',
'account:[% customer_test.id %]',
"reseller:1",
"account:[% customer_test.id %]",
'user:[% invite_allowedcli_match_alias_scenarios_test.testuser1002.uuid %]',
'totalaccountout:[% customer_test.id %]',
"totalresellerout:1",
"totalaccountout:[% customer_test.id %]",
'totaluserout:[% invite_allowedcli_match_alias_scenarios_test.testuser1002.uuid %]',
'totalaccount:[% customer_test.id %]',
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
'totaluser:[% invite_allowedcli_match_alias_scenarios_test.testuser1002.uuid %]',
"local",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% invite_allowedcli_match_alias_scenarios_test.testuser1003.uuid %]",
"total",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% invite_allowedcli_match_alias_scenarios_test.testuser1003.uuid %]"
]

@ -18,18 +18,24 @@ flow:
- start|dialog:start:
- return|dialog:start:
$avp(lua_dlg_profile): [
'accountout:[% customer_test.id %]',
"resellerout:1",
"accountout:[% customer_test.id %]",
'userout:[% invite_allowedcli_match_alias_scenarios_test.testuser1002.uuid %]',
'account:[% customer_test.id %]',
"reseller:1",
"account:[% customer_test.id %]",
'user:[% invite_allowedcli_match_alias_scenarios_test.testuser1002.uuid %]',
'totalaccountout:[% customer_test.id %]',
"totalresellerout:1",
"totalaccountout:[% customer_test.id %]",
'totaluserout:[% invite_allowedcli_match_alias_scenarios_test.testuser1002.uuid %]',
'totalaccount:[% customer_test.id %]',
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
'totaluser:[% invite_allowedcli_match_alias_scenarios_test.testuser1002.uuid %]',
"local",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% invite_allowedcli_match_alias_scenarios_test.testuser1003.uuid %]",
"total",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% invite_allowedcli_match_alias_scenarios_test.testuser1003.uuid %]"
]

@ -37,6 +37,8 @@ flow:
- return|ROUTE_CHECK_UA:
- start|ROUTE_LOAD_CALLER_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLER_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLER_RESELLER_PREF:
- return|ROUTE_LOAD_CALLER_RESELLER_PREF:
- return|ROUTE_LOAD_CALLER_PREF:
$xavp(caller_usr_prefs[0]=>allowed_clis[*]): ['[% invite_allowedcli_nonmatch_scenarios_test.testuser1002.phone_number %]1*', '[% invite_allowedcli_nonmatch_scenarios_test.testuser1002.phone_number %]9*']
$xavp(caller_real_prefs[0]=>allowed_clis[*]): ['[% invite_allowedcli_nonmatch_scenarios_test.testuser1002.phone_number %]1*', '[% invite_allowedcli_nonmatch_scenarios_test.testuser1002.phone_number %]9*']
@ -69,6 +71,8 @@ flow:
- start|ROUTE_LOAD_CALLEE_PREF:
- start|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- return|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- start|ROUTE_SET_CALLEE_DIALOG:
- start|ROUTE_CNT_DLG_CHECK:
- return|ROUTE_CNT_DLG_CHECK:
@ -78,9 +82,11 @@ flow:
- return|ROUTE_SET_CALLEE_DIALOG_TOTAL:
- return|ROUTE_SET_CALLEE_DIALOG:
$avp(lua_dlg_profile) : [
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% invite_allowedcli_nonmatch_scenarios_test.testuser1003.uuid %]",
"total",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% invite_allowedcli_nonmatch_scenarios_test.testuser1003.uuid %]"
]
@ -124,9 +130,11 @@ flow:
- start|ROUTE_SET_CALLER_DIALOG:
$avp(lua_dlg_profile) : [
"local",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% invite_allowedcli_nonmatch_scenarios_test.testuser1003.uuid %]",
"total",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% invite_allowedcli_nonmatch_scenarios_test.testuser1003.uuid %]"
]
@ -138,18 +146,24 @@ flow:
- return|ROUTE_SET_CALLER_DIALOG_BASE:
- return|ROUTE_SET_CALLER_DIALOG:
$avp(lua_dlg_profile) : [
'accountout:[% customer_test.id %]',
"resellerout:1",
"accountout:[% customer_test.id %]",
'userout:[% invite_allowedcli_nonmatch_scenarios_test.testuser1002.uuid %]',
'account:[% customer_test.id %]',
"reseller:1",
"account:[% customer_test.id %]",
'user:[% invite_allowedcli_nonmatch_scenarios_test.testuser1002.uuid %]',
'totalaccountout:[% customer_test.id %]',
"totalresellerout:1",
"totalaccountout:[% customer_test.id %]",
'totaluserout:[% invite_allowedcli_nonmatch_scenarios_test.testuser1002.uuid %]',
'totalaccount:[% customer_test.id %]',
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
'totaluser:[% invite_allowedcli_nonmatch_scenarios_test.testuser1002.uuid %]',
"local",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% invite_allowedcli_nonmatch_scenarios_test.testuser1003.uuid %]",
"total",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% invite_allowedcli_nonmatch_scenarios_test.testuser1003.uuid %]"
]
@ -166,6 +180,8 @@ flow:
- start|BRANCH_ROUTE_SBC:
- start|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLEE_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- return|ROUTE_LOAD_CALLEE_RESELLER_PREF:
- start|ROUTE_SET_CALLEE_DIALOG:
- start|ROUTE_CNT_DLG_CHECK:
- return|ROUTE_CNT_DLG_CHECK:
@ -222,18 +238,24 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
$avp(lua_dlg_profile) : [
'accountout:[% customer_test.id %]',
"resellerout:1",
"accountout:[% customer_test.id %]",
'userout:[% invite_allowedcli_nonmatch_scenarios_test.testuser1002.uuid %]',
'account:[% customer_test.id %]',
"reseller:1",
"account:[% customer_test.id %]",
'user:[% invite_allowedcli_nonmatch_scenarios_test.testuser1002.uuid %]',
'totalaccountout:[% customer_test.id %]',
"totalresellerout:1",
"totalaccountout:[% customer_test.id %]",
'totaluserout:[% invite_allowedcli_nonmatch_scenarios_test.testuser1002.uuid %]',
'totalaccount:[% customer_test.id %]',
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
'totaluser:[% invite_allowedcli_nonmatch_scenarios_test.testuser1002.uuid %]',
"local",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% invite_allowedcli_nonmatch_scenarios_test.testuser1003.uuid %]",
"total",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% invite_allowedcli_nonmatch_scenarios_test.testuser1003.uuid %]"
]

@ -6,18 +6,24 @@ flow:
- start|ROUTE_APPLY_HEADER_RULES:
- return|ROUTE_APPLY_HEADER_RULES:
$avp(lua_dlg_profile) : [
'accountout:[% customer_test.id %]',
"resellerout:1",
"accountout:[% customer_test.id %]",
'userout:[% invite_allowedcli_nonmatch_scenarios_test.testuser1002.uuid %]',
'account:[% customer_test.id %]',
"reseller:1",
"account:[% customer_test.id %]",
'user:[% invite_allowedcli_nonmatch_scenarios_test.testuser1002.uuid %]',
'totalaccountout:[% customer_test.id %]',
"totalresellerout:1",
"totalaccountout:[% customer_test.id %]",
'totaluserout:[% invite_allowedcli_nonmatch_scenarios_test.testuser1002.uuid %]',
'totalaccount:[% customer_test.id %]',
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
'totaluser:[% invite_allowedcli_nonmatch_scenarios_test.testuser1002.uuid %]',
"local",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% invite_allowedcli_nonmatch_scenarios_test.testuser1003.uuid %]",
"total",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% invite_allowedcli_nonmatch_scenarios_test.testuser1003.uuid %]"
]

@ -18,18 +18,24 @@ flow:
- start|dialog:start:
- return|dialog:start:
$avp(lua_dlg_profile) : [
'accountout:[% customer_test.id %]',
"resellerout:1",
"accountout:[% customer_test.id %]",
'userout:[% invite_allowedcli_nonmatch_scenarios_test.testuser1002.uuid %]',
'account:[% customer_test.id %]',
"reseller:1",
"account:[% customer_test.id %]",
'user:[% invite_allowedcli_nonmatch_scenarios_test.testuser1002.uuid %]',
'totalaccountout:[% customer_test.id %]',
"totalresellerout:1",
"totalaccountout:[% customer_test.id %]",
'totaluserout:[% invite_allowedcli_nonmatch_scenarios_test.testuser1002.uuid %]',
'totalaccount:[% customer_test.id %]',
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
'totaluser:[% invite_allowedcli_nonmatch_scenarios_test.testuser1002.uuid %]',
"local",
"totalreseller:1",
"totalaccount:[% customer_test.id %]",
"totaluser:[% invite_allowedcli_nonmatch_scenarios_test.testuser1003.uuid %]",
"total",
"reseller:1",
"account:[% customer_test.id %]",
"user:[% invite_allowedcli_nonmatch_scenarios_test.testuser1003.uuid %]"
]

@ -36,6 +36,8 @@ flow:
- return|ROUTE_CHECK_UA:
- start|ROUTE_LOAD_CALLER_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLER_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLER_RESELLER_PREF:
- return|ROUTE_LOAD_CALLER_RESELLER_PREF:
- return|ROUTE_LOAD_CALLER_PREF:
$xavp(caller_usr_prefs[0]=>allowed_clis[*]): ['[% invite_allowedcli_nonmatch_reject_scenarios_test.testuser1002.phone_number %]1*', '[% invite_allowedcli_nonmatch_reject_scenarios_test.testuser1002.phone_number %]9*']
$xavp(caller_real_prefs[0]=>allowed_clis[*]): ['[% invite_allowedcli_nonmatch_reject_scenarios_test.testuser1002.phone_number %]1*', '[% invite_allowedcli_nonmatch_reject_scenarios_test.testuser1002.phone_number %]9*']

@ -36,6 +36,8 @@ flow:
- return|ROUTE_CHECK_UA:
- start|ROUTE_LOAD_CALLER_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLER_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLER_RESELLER_PREF:
- return|ROUTE_LOAD_CALLER_RESELLER_PREF:
- return|ROUTE_LOAD_CALLER_PREF:
$xavp(caller_usr_prefs[0]=>allowed_ips_grp[*]): '\d+'
$xavp(caller_real_prefs[0]=>allowed_ips_grp[*]): '\d+'

@ -31,6 +31,8 @@ flow:
- return|ROUTE_CHECK_UA:
- start|ROUTE_LOAD_CALLER_CONTRACT_PREF:
- return|ROUTE_LOAD_CALLER_CONTRACT_PREF:
- start|ROUTE_LOAD_CALLER_RESELLER_PREF:
- return|ROUTE_LOAD_CALLER_RESELLER_PREF:
- return|ROUTE_LOAD_CALLER_PREF:
- start|ROUTE_DLG_MANAGE:
- return|ROUTE_DLG_MANAGE:

Loading…
Cancel
Save