TT#5103 TT#4856 invite_voicebox: fix template, use dynamic id

Change-Id: Ibca45c5218a375d34ee7b5ca47556245f5c75d38
changes/79/9179/1
Victor Seva 10 years ago
parent 193c3fd793
commit b499e0a35b

@ -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"

Loading…
Cancel
Save