[asterisk-commits] mmichelson: branch group/CCSS r240267 - /team/group/CCSS/include/asterisk/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Jan 14 15:27:09 CST 2010


Author: mmichelson
Date: Thu Jan 14 15:27:08 2010
New Revision: 240267

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=240267
Log:
Add note indicating that ast_channel_get_cc_agent_type is only for native agents.


Modified:
    team/group/CCSS/include/asterisk/channel.h

Modified: team/group/CCSS/include/asterisk/channel.h
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/include/asterisk/channel.h?view=diff&rev=240267&r1=240266&r2=240267
==============================================================================
--- team/group/CCSS/include/asterisk/channel.h (original)
+++ team/group/CCSS/include/asterisk/channel.h Thu Jan 14 15:27:08 2010
@@ -2853,6 +2853,9 @@
  * portion of the channel name is used instead. This is perfectly suitable for channel drivers
  * whose channel technologies are a one-to-one match with the agent types defined within.
  *
+ * Note that this function is only called when the agent policy on a given channel is set
+ * to "native." Generic agents' type can be determined automatically by the core.
+ *
  * \param chan The channel for which we wish to retrieve the agent type
  * \param[out] agent_type The type of agent the channel driver wants us to use
  * \param size The size of the buffer to write to




More information about the asterisk-commits mailing list