[asterisk-commits] mjordan: testsuite/asterisk/trunk r4246 - /asterisk/trunk/tests/cdr/cdr_prope...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Oct 2 13:37:49 CDT 2013
Author: mjordan
Date: Wed Oct 2 13:37:47 2013
New Revision: 4246
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=4246
Log:
Fix the cdr_accountcode test
And now the CDRs look more like they used to in previous versions of Asterisk.
I blame something getting fixed in the bridge, but hey - progress.
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=4246&r1=4245&r2=4246
==============================================================================
--- asterisk/trunk/tests/cdr/cdr_properties/cdr_accountcode/test-config.yaml (original)
+++ asterisk/trunk/tests/cdr/cdr_properties/cdr_accountcode/test-config.yaml Wed Oct 2 13:37:47 2013
@@ -111,18 +111,6 @@
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'
@@ -134,7 +122,18 @@
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'
properties:
minversion: '1.8.12.0'
More information about the asterisk-commits
mailing list