From b499e0a35b40fc8204a7b553d754c8f5902d5608 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Thu, 27 Oct 2016 12:36:20 +0200 Subject: [PATCH] TT#5103 TT#4856 invite_voicebox: fix template, use dynamic id Change-Id: Ibca45c5218a375d34ee7b5ca47556245f5c75d38 --- scenarios/invite_voicebox/0005_test.yml.tt2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scenarios/invite_voicebox/0005_test.yml.tt2 b/scenarios/invite_voicebox/0005_test.yml.tt2 index b19a7d15..d840ea16 100644 --- a/scenarios/invite_voicebox/0005_test.yml.tt2 +++ b/scenarios/invite_voicebox/0005_test.yml.tt2 @@ -41,9 +41,9 @@ flow: - start|ROUTE_SET_CALLER_DIALOG: - return|ROUTE_SET_CALLER_DIALOG: $avp(lua_dlg_profile): [ - "totalaccountout:4", + "totalaccountout:[% customer_test.id %]", "totaluserout:[% spce_test.testuser1001.uuid %]", - "totalaccount:4", + "totalaccount:[% customer_test.id %]", "totaluser:[% spce_test.testuser1001.uuid %]", "peer:voicebox", "local" @@ -78,9 +78,9 @@ flow: - return|BRANCH_ROUTE_NO_SBC: - exit|ROUTE_OUTBOUND: $avp(lua_dlg_profile): [ - "totalaccountout:4", + "totalaccountout:[% customer_test.id %]", "totaluserout:[% spce_test.testuser1001.uuid %]", - "totalaccount:4", + "totalaccount:[% customer_test.id %]", "totaluser:[% spce_test.testuser1001.uuid %]", "peer:voicebox", "local"