[asterisk-commits] kharwell: testsuite/asterisk/trunk r6069 - /asterisk/trunk/tests/rest_api/eve...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Dec 9 14:24:49 CST 2014
Author: kharwell
Date: Tue Dec 9 14:24:46 2014
New Revision: 6069
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=6069
Log:
ARI/AMI: Include language in standard channel snapshot output
The channel "language" was already part of a channel snapshot, however is was
not sent out over AMI or ARI. Updated the ARI user channel events testsuite
test to check for the language field (updated test to check both ARI and AMI).
ASTERISK-24553 #close
Reported by: Matt Jordan
Review: https://reviewboard.asterisk.org/r/4245/
Modified:
asterisk/trunk/tests/rest_api/events/user/channel/test-config.yaml
Modified: asterisk/trunk/tests/rest_api/events/user/channel/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/rest_api/events/user/channel/test-config.yaml?view=diff&rev=6069&r1=6068&r2=6069
==============================================================================
--- asterisk/trunk/tests/rest_api/events/user/channel/test-config.yaml (original)
+++ asterisk/trunk/tests/rest_api/events/user/channel/test-config.yaml Tue Dec 9 14:24:46 2014
@@ -48,6 +48,7 @@
Param2: Value2
channel:
id: 'testsuite-default-id;2'
+ language: 'en'
count: 1
requests:
method: 'delete'
@@ -66,6 +67,7 @@
UserEvent: CanYouSeeMe
Param1: Value1
Param2: Value2
+ Language: 'en'
count: 1
More information about the asterisk-commits
mailing list