[asterisk-commits] eliel: branch group/data_api_gsoc2009 r206488 - /team/group/data_api_gsoc2009...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jul 14 11:59:24 CDT 2009
Author: eliel
Date: Tue Jul 14 11:59:21 2009
New Revision: 206488
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=206488
Log:
Set another example.
Modified:
team/group/data_api_gsoc2009/tests/test_data.c
Modified: team/group/data_api_gsoc2009/tests/test_data.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/data_api_gsoc2009/tests/test_data.c?view=diff&rev=206488&r1=206487&r2=206488
==============================================================================
--- team/group/data_api_gsoc2009/tests/test_data.c (original)
+++ team/group/data_api_gsoc2009/tests/test_data.c Tue Jul 14 11:59:21 2009
@@ -215,8 +215,7 @@
struct ast_data_query query = {
.version = AST_DATA_QUERY_VERSION,
.path = "asterisk/application/app_queue",
- .search = "app_queue/queues/queue/members/member/interface=Agent/3000,app_queue/queues/queue/members/member/interface=Agent/1000",
- .filter = "queues/queue/members/member"
+ .search = "app_queue/queues/queue/members/member/interface=Agent/1000,app_queue/queues/queue/name=cola1",
};
switch (cmd) {
More information about the asterisk-commits
mailing list