TT#4856 scenarios/invite: add counter info

Change-Id: Ib0facd267c01efe83504bfaf07c1ca5abcab8058
changes/44/9144/1
Victor Seva 9 years ago
parent 0c3e341b6f
commit 354dbbea73

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

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

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

Loading…
Cancel
Save