[asterisk-commits] resource channels: Sync with ARI stubs (asterisk[14])

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Aug 4 10:34:06 CDT 2016


Joshua Colp has submitted this change and it was merged.

Change subject: resource_channels: Sync with ARI stubs
......................................................................


resource_channels: Sync with ARI stubs

This file was out of sync with the current ARI definitions.

Change-Id: Ie7cb7d6d3c2eeb9cc9d683ca87b43b117e713d0a
---
M res/ari/resource_channels.h
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Joshua Colp: Looks good to me, approved; Verified



diff --git a/res/ari/resource_channels.h b/res/ari/resource_channels.h
index 056360f..b071d08 100644
--- a/res/ari/resource_channels.h
+++ b/res/ari/resource_channels.h
@@ -116,7 +116,7 @@
 	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;
 };
 /*!

-- 
To view, visit https://gerrit.asterisk.org/3416
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie7cb7d6d3c2eeb9cc9d683ca87b43b117e713d0a
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 14
Gerrit-Owner: Kevin Harwell <kharwell at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>



More information about the asterisk-commits mailing list