[asterisk-commits] mmichelson: branch group/CCSS r235939 - in /team/group/CCSS: include/asterisk...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Dec 21 13:34:16 CST 2009
Author: mmichelson
Date: Mon Dec 21 13:34:15 2009
New Revision: 235939
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=235939
Log:
Following in kpfleming's footsteps, mark all 1.6.4 references to 1.8
Modified:
team/group/CCSS/include/asterisk/ccss.h
team/group/CCSS/include/asterisk/channel.h
team/group/CCSS/main/ccss.c
Modified: team/group/CCSS/include/asterisk/ccss.h
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/include/asterisk/ccss.h?view=diff&rev=235939&r1=235938&r2=235939
==============================================================================
--- team/group/CCSS/include/asterisk/ccss.h (original)
+++ team/group/CCSS/include/asterisk/ccss.h Mon Dec 21 13:34:15 2009
@@ -41,7 +41,7 @@
};
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief The various possibilities for cc_agent_policy values
*/
enum ast_cc_agent_policies {
@@ -68,7 +68,7 @@
};
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief The various possibilities for cc_monitor_policy values
*/
enum ast_cc_monitor_policies {
@@ -91,7 +91,7 @@
struct ast_cc_config_params;
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Queue an AST_CONTROL_CC frame
*
* Since this function calls ast_queue_frame, the channel will be
@@ -161,7 +161,7 @@
char *buf, size_t buf_len);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Is this a CCSS configuration parameter?
* \param name Name of configuration option being parsed.
* \retval 1 Yes, this is a CCSS configuration parameter.
@@ -170,7 +170,7 @@
int ast_cc_is_config_param(const char * const name);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief copy CCSS configuration parameters from one structure to another
*
* For now, this is a simple memcpy, but this function is necessary since
@@ -186,7 +186,7 @@
void ast_cc_copy_config_params(struct ast_cc_config_params *dest, const struct ast_cc_config_params *src);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Get the cc_agent_policy
* \param config The configuration to retrieve the policy from
* \return The current cc_agent_policy for this configuration
@@ -194,7 +194,7 @@
enum ast_cc_agent_policies ast_get_cc_agent_policy(struct ast_cc_config_params *config);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Set the cc_agent_policy
* \param config The configuration to set the cc_agent_policy on
* \param value The new cc_agent_policy we want to change to
@@ -204,7 +204,7 @@
int ast_set_cc_agent_policy(struct ast_cc_config_params *config, enum ast_cc_agent_policies value);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Get the cc_monitor_policy
* \param config The configuration to retrieve the cc_monitor_policy from
* \return The cc_monitor_policy retrieved from the configuration
@@ -212,7 +212,7 @@
enum ast_cc_monitor_policies ast_get_cc_monitor_policy(struct ast_cc_config_params *config);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Set the cc_monitor_policy
* \param config The configuration to set the cc_monitor_policy on
* \param value The new cc_monitor_policy we want to change to
@@ -222,7 +222,7 @@
int ast_set_cc_monitor_policy(struct ast_cc_config_params *config, enum ast_cc_monitor_policies value);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Get the cc_offer_timer
* \param config The configuration to retrieve the cc_offer_timer from
* \return The cc_offer_timer from this configuration
@@ -230,7 +230,7 @@
unsigned int ast_get_cc_offer_timer(struct ast_cc_config_params *config);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Set the cc_offer_timer
* \param config The configuration to set the cc_offer_timer on
* \param value The new cc_offer_timer we want to change to
@@ -239,7 +239,7 @@
void ast_set_cc_offer_timer(struct ast_cc_config_params *config, unsigned int value);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Get the ccnr_available_timer
* \param config The configuration to retrieve the ccnr_available_timer from
* \return The ccnr_available_timer from this configuration
@@ -247,7 +247,7 @@
unsigned int ast_get_ccnr_available_timer(struct ast_cc_config_params *config);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Set the ccnr_available_timer
* \param config The configuration to set the ccnr_available_timer on
* \param value The new ccnr_available_timer we want to change to
@@ -256,7 +256,7 @@
void ast_set_ccnr_available_timer(struct ast_cc_config_params *config, unsigned int value);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Get the ccbs_available_timer
* \param config The configuration to retrieve the ccbs_available_timer from
* \return The ccbs_available_timer from this configuration
@@ -264,7 +264,7 @@
unsigned int ast_get_ccbs_available_timer(struct ast_cc_config_params *config);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Set the ccbs_available_timer
* \param config The configuration to set the ccbs_available_timer on
* \param value The new ccbs_available_timer we want to change to
@@ -273,7 +273,7 @@
void ast_set_ccbs_available_timer(struct ast_cc_config_params *config, unsigned int value);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Get the cc_max_agents
* \param config The configuration to retrieve the cc_max_agents from
* \return The cc_max_agents from this configuration
@@ -281,7 +281,7 @@
unsigned int ast_get_cc_max_agents(struct ast_cc_config_params *config);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Set the cc_max_agents
* \param config The configuration to set the cc_max_agents on
* \param value The new cc_max_agents we want to change to
@@ -290,7 +290,7 @@
void ast_set_cc_max_agents(struct ast_cc_config_params *config, unsigned int value);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Get the cc_max_monitors
* \param config The configuration to retrieve the cc_max_monitors from
* \return The cc_max_monitors from this configuration
@@ -298,7 +298,7 @@
unsigned int ast_get_cc_max_monitors(struct ast_cc_config_params *config);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Set the cc_max_monitors
* \param config The configuration to set the cc_max_monitors on
* \param value The new cc_max_monitors we want to change to
@@ -307,7 +307,7 @@
void ast_set_cc_max_monitors(struct ast_cc_config_params *config, unsigned int value);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Get the name of the callback_macro
* \param config The configuration to retrieve the callback_macro from
* \return The callback_macro name
@@ -315,7 +315,7 @@
const char *ast_get_cc_callback_macro(struct ast_cc_config_params *config);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Set the callback_macro name
* \param config The configuration to set the callback_macro on
* \param value The new callback macro we want to change to
@@ -330,7 +330,7 @@
struct ast_cc_monitor_callbacks;
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Register a set of monitor callbacks with the core
*
* This is made so that at monitor creation time, the proper callbacks
@@ -346,7 +346,7 @@
struct ast_cc_agent_callbacks;
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Register a set of agent callbacks with the core
*
* This is made so that at agent creation time, the proper callbacks
@@ -547,7 +547,7 @@
};
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Scheduler callback for available timer expiration
*
* When arming the available timer from within a device monitor, you MUST
@@ -563,7 +563,7 @@
/* BEGIN API FOR IN-CALL CC HANDLING */
/*!
- * \since 1.6.4
+ * \since 1.8
*
* \brief Mark the channel to ignore further CC activity.
*
@@ -577,7 +577,7 @@
void ast_ignore_cc(struct ast_channel *chan);
/*!
- * \since 1.6.4
+ * \since 1.8
*
* \brief Set the dialable name for an extension
*
@@ -594,7 +594,7 @@
void ast_cc_set_extension_dialable_name(struct ast_channel *chan, const char * const dialable_name);
/*!
- * \since 1.6.4
+ * \since 1.8
*
* \brief Properly react to a CC control frame.
*
@@ -611,7 +611,7 @@
void ast_handle_cc_control_frame(struct ast_channel *inbound, struct ast_channel *outbound, void *frame_data);
/*!
- * \since 1.6.4
+ * \since 1.8
*
* \brief Start the CC process on a call.
*
@@ -633,7 +633,7 @@
int ast_cc_call_init(struct ast_channel *chan, int *ignore_cc);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Check if the incoming CC request is within the bounds
* set by the cc_max_requests configuration option
*
@@ -653,7 +653,7 @@
int ast_cc_request_is_within_limits(void);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Get the core id for the current call
*
* The main use of this function is for channel drivers
@@ -918,7 +918,7 @@
/* BEGIN STATE CHANGE API */
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Offer CC to a caller
*
* This function is called from ast_hangup if the caller is
@@ -936,7 +936,7 @@
int ast_cc_offer(struct ast_channel *caller_chan);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Accept inbound CC request
*
* When a caller requests CC, this function should be called to let
@@ -950,7 +950,7 @@
int ast_cc_agent_accept_request(int core_id, const char * const debug);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Indicate that an outbound entity has accepted our CC request
*
* When we receive confirmation that an outbound device has accepted the
@@ -964,7 +964,7 @@
int ast_cc_monitor_request_acked(int core_id, const char * const debug);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Indicate that the caller is busy
*
* When the callee makes it known that he is available, the core
@@ -982,7 +982,7 @@
int ast_cc_agent_caller_busy(int core_id, const char * const debug);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Indicate that a previously unavailable caller has become available
*
* If a monitor is suspended due to a caller becoming unavailable, then this
@@ -996,7 +996,7 @@
int ast_cc_agent_caller_available(int core_id, const char * const debug);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Tell the CC core that a caller is currently recalling
*
* The main purpose of this is so that the core can alert the monitor
@@ -1011,7 +1011,7 @@
int ast_cc_agent_recalling(int core_id, const char * const debug);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Indicate recall has been acknowledged
*
* When we receive confirmation that an endpoint has responded to our
@@ -1025,7 +1025,7 @@
int ast_cc_completed(struct ast_channel *chan, const char * const debug);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Indicate failure has occurred
*
* If at any point a failure occurs, this is the function to call
@@ -1039,7 +1039,7 @@
int ast_cc_failed(int core_id, const char * const debug);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Indicate that a failure has occurred on a specific monitor
*
* If a monitor should detect that a failure has occurred when communicating
@@ -1148,7 +1148,7 @@
/* BEGIN API FOR USE WITH/BY MONITORS */
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Return the number of outstanding CC requests to a specific device
*
* \param name The name of the monitored device
@@ -1158,7 +1158,7 @@
int ast_cc_monitor_count(const char * const name, const char * const type);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Alert the core that a device being monitored has become available.
*
* The code in the core will take care of making sure that the information gets passed
@@ -1175,7 +1175,7 @@
/* BEGIN API TO BE USED ON CC RECALL */
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Set up a CC recall datastore on a channel
*
* Implementors of protocol-specific CC agents will need to call this
@@ -1191,7 +1191,7 @@
int ast_setup_cc_recall_datastore(struct ast_channel *chan, const int core_id);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Decide if a call to a particular channel is a CC recall
*
* When a CC recall happens, it is important on the called side to
@@ -1221,7 +1221,7 @@
int ast_cc_is_recall(struct ast_channel *chan, int *core_id);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Set the CC_INTERFACES channel variable for a channel
*
* Implementors of protocol-specific CC agents should call this function after
@@ -1233,7 +1233,7 @@
int ast_set_cc_interfaces_chanvar(struct ast_channel *chan, const char * const extension);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Callback made from ast_cc_callback for certain channel types
*
* For channel types that fail ast_request when the device is busy, we call into the
@@ -1255,7 +1255,7 @@
const char * const interface_name, const char * const dialable_name);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Create a CC Control frame
*
* chan_dahdi is weird. It doesn't seem to actually queue frames when it needs to tell
@@ -1280,7 +1280,7 @@
const char * const interface_name, const char * const dialable_name);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Run a callback for potential matching destinations.
*
* See the explanation in ast_channel_tech::cc_callback for more
@@ -1294,7 +1294,7 @@
int ast_cc_callback(struct ast_channel *inbound, const char * const tech, const char * const dest, ast_cc_callback_fn callback);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Initialize CCSS
*
* XXX This needs to be updated as more functionality is added.
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=235939&r1=235938&r2=235939
==============================================================================
--- team/group/CCSS/include/asterisk/channel.h (original)
+++ team/group/CCSS/include/asterisk/channel.h Mon Dec 21 13:34:15 2009
@@ -2776,7 +2776,7 @@
#include "asterisk/ccss.h"
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Set up datastore with CCSS parameters for a channel
*
* Note that if base_params is NULL, the channel will get the default
@@ -2794,7 +2794,7 @@
const struct ast_cc_config_params *base_params);
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Get the CCSS parameters from a channel
*
* This function makes use of datastore operations on the channel, so
@@ -2808,7 +2808,7 @@
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief Get a device name given its channel structure
*
* A common practice in Asterisk is to determine the device being talked
Modified: team/group/CCSS/main/ccss.c
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/main/ccss.c?view=diff&rev=235939&r1=235938&r2=235939
==============================================================================
--- team/group/CCSS/main/ccss.c (original)
+++ team/group/CCSS/main/ccss.c Mon Dec 21 13:34:15 2009
@@ -80,7 +80,7 @@
static int cc_request_count;
/*!
- * \since 1.6.4
+ * \since 1.8
* \brief The states used in the CCSS core state machine
*
* For more information, see doc/CCSS_architecture.pdf
@@ -360,7 +360,7 @@
}
/*!
- * \since 1.6.4
+ * \since 1.8
* \internal
* \brief A structure for holding the configuration parameters
* relating to CCSS
More information about the asterisk-commits
mailing list