[asterisk-commits] mjordan: testsuite/asterisk/trunk r4036 - /asterisk/trunk/tests/cdr/cdr_prope...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sun Aug 18 17:29:56 CDT 2013
Author: mjordan
Date: Sun Aug 18 17:29:54 2013
New Revision: 4036
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=4036
Log:
Account for ordering of channel destruction in expected results
The Local channels now (apparently!) have a slightly different ordering when
they nip off and get themselves hung up. As such, the CDR results were off.
The expected results now account for the order in which the channels will
be hung up based on how they are hung up and kicked out from bridge to bridge.
Modified:
asterisk/trunk/tests/cdr/cdr_properties/cdr_accountcode/test-config.yaml
Modified: asterisk/trunk/tests/cdr/cdr_properties/cdr_accountcode/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/cdr/cdr_properties/cdr_accountcode/test-config.yaml?view=diff&rev=4036&r1=4035&r2=4036
==============================================================================
--- asterisk/trunk/tests/cdr/cdr_properties/cdr_accountcode/test-config.yaml (original)
+++ asterisk/trunk/tests/cdr/cdr_properties/cdr_accountcode/test-config.yaml Sun Aug 18 17:29:54 2013
@@ -109,6 +109,18 @@
disposition: 'ANSWERED'
amaflags: 'DOCUMENTATION'
-
+ # caller with Echo app
+ accountcode: ''
+ destination: '1'
+ dcontext: 'default'
+ callerid: '"" <2>'
+ channel: 'Local/1 at default-.*'
+ dchannel: ''
+ lastapp: 'Echo'
+ lastarg: ''
+ disposition: 'ANSWERED'
+ amaflags: 'DOCUMENTATION'
+ -
# 1 at default -> 2 at default
accountcode: 'initial'
destination: '1'
@@ -118,18 +130,6 @@
dchannel: 'Local/2 at default-.*'
lastapp: 'Dial'
lastarg: 'Local/2 at default'
- disposition: 'ANSWERED'
- amaflags: 'DOCUMENTATION'
- -
- # caller with Echo app
- accountcode: ''
- destination: '1'
- dcontext: 'default'
- callerid: '"" <>'
- channel: 'Local/1 at default-.*'
- dchannel: ''
- lastapp: 'Echo'
- lastarg: ''
disposition: 'ANSWERED'
amaflags: 'DOCUMENTATION'
More information about the asterisk-commits
mailing list