diff --git a/scenarios/invite_allowedcli_match/0005_test.yml.tt2 b/scenarios/invite_allowedcli_match/0005_test.yml.tt2 index 516957df..054d484a 100644 --- a/scenarios/invite_allowedcli_match/0005_test.yml.tt2 +++ b/scenarios/invite_allowedcli_match/0005_test.yml.tt2 @@ -19,8 +19,8 @@ flow: - start|ROUTE_CLEAR_CALLER_PREF: - end|ROUTE_CLEAR_CALLER_PREF: - end|ROUTE_LOAD_CALLER_PREF: - $xavp(caller_usr_prefs[0]=>allowed_clis[*]): ['43110029*', '43110021*'] - $xavp(caller_real_prefs[0]=>allowed_clis[*]): ['43110029*', '43110021*'] + $xavp(caller_usr_prefs[0]=>allowed_clis[*]): ['43110021*', '43110029*'] + $xavp(caller_real_prefs[0]=>allowed_clis[*]): ['43110021*', '43110029*'] $xavp(caller_usr_prefs[0]=>user_cli[*]): [43122122] $xavp(caller_real_prefs[0]=>user_cli[*]): [43122122] $xavp(caller_usr_prefs[0]=>inbound_upn[*]): ['from_display'] @@ -31,6 +31,7 @@ flow: - end|ROUTE_GET_FORWARDER_CLI: - start|ROUTE_CHECK_USERPROV_CLI: - start|ROUTE_CHECK_CLI_ALLOWED: + $xavp(caller_real_prefs[0]=>allowed_clis[*]): ['43110021*', '43110029*'] - end|ROUTE_CHECK_CLI_ALLOWED: - end|ROUTE_CHECK_USERPROV_CLI: - start|ROUTE_CLIR: diff --git a/scenarios/invite_allowedcli_match/prefs.yml b/scenarios/invite_allowedcli_match/prefs.yml index 5c561551..5db9c1f1 100644 --- a/scenarios/invite_allowedcli_match/prefs.yml +++ b/scenarios/invite_allowedcli_match/prefs.yml @@ -1,4 +1,4 @@ testuser1002@spce.test: - allowed_clis: [ "43110021*", "43110029*" ] + allowed_clis: [ "43110029*", "43110021*" ] user_cli: 43122122 inbound_upn: from_display