summaryrefslogtreecommitdiff
path: root/res/ari
diff options
context:
space:
mode:
authorKevin Harwell <kharwell@digium.com>2016-08-04 10:27:48 -0500
committerKevin Harwell <kharwell@digium.com>2016-08-04 10:29:38 -0500
commite711e57106369fabfe46eefb43f7c30134ffa4e9 (patch)
tree7d49c44f6d6d25816bdbf3016742eb36bf2ab921 /res/ari
parent29b0f733a0ee97c39d8a5b7a5485779f4d80dc5b (diff)
resource_channels: Sync with ARI stubs
This file was out of sync with the current ARI definitions. Change-Id: Ie7cb7d6d3c2eeb9cc9d683ca87b43b117e713d0a
Diffstat (limited to 'res/ari')
-rw-r--r--res/ari/resource_channels.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/ari/resource_channels.h b/res/ari/resource_channels.h
index 951433f13..f68db2f5b 100644
--- a/res/ari/resource_channels.h
+++ b/res/ari/resource_channels.h
@@ -116,7 +116,7 @@ struct ast_ari_channels_create_args {
const char *other_channel_id;
/*! Unique ID of the calling channel */
const char *originator;
- /*! The format name capability list to use if originator is not specified. Ex. "ulaw,slin16". Format names an be found with "core show codecs". */
+ /*! The format name capability list to use if originator is not specified. Ex. "ulaw,slin16". Format names can be found with "core show codecs". */
const char *formats;
};
/*!