[asterisk-commits] kpfleming: trunk r235904 - in /trunk: channels/ contrib/upstart/ include/aste...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Dec 21 12:51:21 CST 2009


Author: kpfleming
Date: Mon Dec 21 12:51:17 2009
New Revision: 235904

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=235904
Log:
Change all refererences to 1.6.3 to be 1.8, since that will be the next feature release

Modified:
    trunk/channels/chan_dahdi.c
    trunk/channels/chan_misdn.c
    trunk/channels/sig_analog.c
    trunk/channels/sig_pri.c
    trunk/contrib/upstart/asterisk.upstart-0.3.9
    trunk/contrib/upstart/asterisk.user.conf
    trunk/include/asterisk/app.h
    trunk/include/asterisk/callerid.h
    trunk/include/asterisk/cel.h
    trunk/include/asterisk/channel.h
    trunk/include/asterisk/doxyref.h
    trunk/include/asterisk/event.h
    trunk/include/asterisk/http.h
    trunk/include/asterisk/logger.h
    trunk/include/asterisk/manager.h
    trunk/include/asterisk/rtp_engine.h
    trunk/include/asterisk/security_events.h
    trunk/include/asterisk/stringfields.h
    trunk/include/asterisk/syslog.h
    trunk/main/say.c

Modified: trunk/channels/chan_dahdi.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/chan_dahdi.c?view=diff&rev=235904&r1=235903&r2=235904
==============================================================================
--- trunk/channels/chan_dahdi.c (original)
+++ trunk/channels/chan_dahdi.c Mon Dec 21 12:51:17 2009
@@ -1461,7 +1461,7 @@
 /*!
  * \internal
  * \brief Determine if sig_pri handles the signaling.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param signaling Signaling to determine if is for sig_pri.
  *
@@ -2716,7 +2716,7 @@
 /*!
  * \internal
  * \brief Set the caller id information.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param pvt DAHDI private structure
  * \param caller Caller-id information to set.
@@ -2744,7 +2744,7 @@
 /*!
  * \internal
  * \brief Set the Dialed Number Identifier.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param pvt DAHDI private structure
  * \param dnid Dialed Number Identifier string.
@@ -2761,7 +2761,7 @@
 /*!
  * \internal
  * \brief Set the Redirecting Directory Number Information Service (RDNIS).
- * \since 1.6.3
+ * \since 1.8
  *
  * \param pvt DAHDI private structure
  * \param rdnis Redirecting Directory Number Information Service (RDNIS) string.
@@ -4829,7 +4829,7 @@
 /*!
  * \internal
  * \brief Insert the given chan_dahdi interface structure into the interface list.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param pvt chan_dahdi private interface structure to insert.
  *
@@ -4881,7 +4881,7 @@
 /*!
  * \internal
  * \brief Extract the given chan_dahdi interface structure from the interface list.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param pvt chan_dahdi private interface structure to extract.
  *
@@ -4919,7 +4919,7 @@
 /*!
  * \internal
  * \brief Insert the given chan_dahdi interface structure into the no B channel list.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param pri sig_pri span control structure holding no B channel list.
  * \param pvt chan_dahdi private interface structure to insert.
@@ -4974,7 +4974,7 @@
 /*!
  * \internal
  * \brief Extract the given chan_dahdi interface structure from the no B channel list.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param pri sig_pri span control structure holding no B channel list.
  * \param pvt chan_dahdi private interface structure to extract.
@@ -5014,7 +5014,7 @@
 /*!
  * \internal
  * \brief Unlink the channel interface from the PRI private pointer array.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param pvt chan_dahdi private interface structure to unlink.
  *
@@ -11864,7 +11864,7 @@
 /*!
  * \internal
  * \brief Create a no B channel interface.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param pri sig_pri span controller to add interface.
  *

Modified: trunk/channels/chan_misdn.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/chan_misdn.c?view=diff&rev=235904&r1=235903&r2=235904
==============================================================================
--- trunk/channels/chan_misdn.c (original)
+++ trunk/channels/chan_misdn.c Mon Dec 21 12:51:17 2009
@@ -9404,7 +9404,7 @@
 /*!
  * \internal
  * \brief Determine if the given dialed party matches our MSN.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param port ISDN port
  * \param dialed Dialed party information of incoming call.

Modified: trunk/channels/sig_analog.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/sig_analog.c?view=diff&rev=235904&r1=235903&r2=235904
==============================================================================
--- trunk/channels/sig_analog.c (original)
+++ trunk/channels/sig_analog.c Mon Dec 21 12:51:17 2009
@@ -3512,7 +3512,7 @@
 
 /*!
  * \brief Delete the analog private structure.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param doomed Analog private structure to delete.
  *

Modified: trunk/channels/sig_pri.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/sig_pri.c?view=diff&rev=235904&r1=235903&r2=235904
==============================================================================
--- trunk/channels/sig_pri.c (original)
+++ trunk/channels/sig_pri.c Mon Dec 21 12:51:17 2009
@@ -123,7 +123,7 @@
 /*!
  * \internal
  * \brief Set the caller id information in the parent module.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param p sig_pri channel structure.
  *
@@ -154,7 +154,7 @@
 /*!
  * \internal
  * \brief Set the Dialed Number Identifier.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param p sig_pri channel structure.
  * \param dnid Dialed Number Identifier string.
@@ -171,7 +171,7 @@
 /*!
  * \internal
  * \brief Set the Redirecting Directory Number Information Service (RDNIS).
- * \since 1.6.3
+ * \since 1.8
  *
  * \param p sig_pri channel structure.
  * \param rdnis Redirecting Directory Number Information Service (RDNIS) string.
@@ -215,7 +215,7 @@
 /*!
  * \internal
  * \brief Convert PRI redirecting reason to asterisk version.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param pri_reason PRI redirecting reason.
  *
@@ -250,7 +250,7 @@
 /*!
  * \internal
  * \brief Convert asterisk redirecting reason to PRI version.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param ast_reason Asterisk redirecting reason.
  *
@@ -285,7 +285,7 @@
 /*!
  * \internal
  * \brief Convert PRI number presentation to asterisk version.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param pri_presentation PRI number presentation.
  *
@@ -334,7 +334,7 @@
 /*!
  * \internal
  * \brief Convert asterisk number presentation to PRI version.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param ast_presentation Asterisk number presentation.
  *
@@ -383,7 +383,7 @@
 /*!
  * \internal
  * \brief Determine the overall presentation value for the given party.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param id Party to determine the overall presentation value.
  *
@@ -458,7 +458,7 @@
 /*!
  * \internal
  * \brief Fill in the asterisk party subaddress from the given PRI party subaddress.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param ast_subaddress Asterisk party subaddress structure.
  * \param pri_subaddress PRI party subaddress structure.
@@ -539,7 +539,7 @@
  * \internal
  * \brief Convert a null terminated hexadecimal string to a packed hex byte array.
  * \details left justified, with 0 padding if odd length.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param dst pointer to packed byte array.
  * \param src pointer to null terminated hexadecimal string.
@@ -579,7 +579,7 @@
 /*!
  * \internal
  * \brief Fill in the PRI party subaddress from the given asterisk party subaddress.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param pri_subaddress PRI party subaddress structure.
  * \param ast_subaddress Asterisk party subaddress structure.
@@ -619,7 +619,7 @@
 /*!
  * \internal
  * \brief Fill in the PRI party id from the given asterisk party id.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param pri_id PRI party id structure.
  * \param ast_id Asterisk party id structure.
@@ -653,7 +653,7 @@
 /*!
  * \internal
  * \brief Update the PRI redirecting information for the current call.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param pvt sig_pri private channel structure.
  * \param ast Asterisk channel
@@ -685,7 +685,7 @@
 /*!
  * \internal
  * \brief Reset DTMF detector.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param p sig_pri channel structure.
  *
@@ -1130,7 +1130,7 @@
 /*!
  * \internal
  * \brief Find or create an empty no-B-channel interface to use.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param pri sig_pri span controller to find interface.
  *
@@ -1167,7 +1167,7 @@
 /*!
  * \internal
  * \brief Find the channel associated with the libpri call.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param pri sig_pri span controller to find interface.
  * \param call LibPRI opaque call pointer to find.
@@ -1348,7 +1348,7 @@
 /*!
  * \internal
  * \brief Convert libpri party id into asterisk party id.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param ast_id Asterisk party id structure to fill.  Must already be set initialized.
  * \param pri_id libpri party id structure containing source information.
@@ -1386,7 +1386,7 @@
 /*!
  * \internal
  * \brief Convert libpri redirecting information into asterisk redirecting information.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param ast_redirecting Asterisk redirecting structure to fill.
  * \param pri_redirecting libpri redirecting structure containing source information.
@@ -1414,7 +1414,7 @@
 /*!
  * \internal
  * \brief Determine if the given extension matches one of the MSNs in the pattern list.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param msn_patterns Comma separated list of MSN patterns to match.
  * \param exten Extension to match in the MSN list.
@@ -1447,7 +1447,7 @@
 /*!
  * \internal
  * \brief Obtain the sig_pri owner channel lock if the owner exists.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param pri sig_pri PRI control structure.
  * \param chanpos Channel position in the span.
@@ -1478,7 +1478,7 @@
 /*!
  * \internal
  * \brief Handle the call associated PRI subcommand events.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param pri sig_pri PRI control structure.
  * \param chanpos Channel position in the span.
@@ -1660,7 +1660,7 @@
 /*!
  * \internal
  * \brief Attempt to transfer the active call to the held call.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param pri sig_pri PRI control structure.
  * \param active_call Active call to transfer.
@@ -1732,7 +1732,7 @@
 /*!
  * \internal
  * \brief Handle the hold event from libpri.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param pri sig_pri PRI control structure.
  * \param ev Hold event received.
@@ -1808,7 +1808,7 @@
 /*!
  * \internal
  * \brief Handle the retrieve event from libpri.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param pri sig_pri PRI control structure.
  * \param ev Retrieve event received.
@@ -3264,7 +3264,7 @@
 
 /*!
  * \brief Extract the called number and subaddress from the dial string.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param p sig_pri channel structure.
  * \param rdest Dial string buffer to extract called number and subaddress.
@@ -4041,7 +4041,7 @@
 
 /*!
  * \brief Delete the sig_pri private channel structure.
- * \since 1.6.3
+ * \since 1.8
  *
  * \param doomed sig_pri private channel structure to delete.
  *

Modified: trunk/contrib/upstart/asterisk.upstart-0.3.9
URL: http://svnview.digium.com/svn/asterisk/trunk/contrib/upstart/asterisk.upstart-0.3.9?view=diff&rev=235904&r1=235903&r2=235904
==============================================================================
--- trunk/contrib/upstart/asterisk.upstart-0.3.9 (original)
+++ trunk/contrib/upstart/asterisk.upstart-0.3.9 Mon Dec 21 12:51:17 2009
@@ -11,7 +11,7 @@
 #     sudo stop asterisk
 
 description "Asterisk PBX"
-version     "1.6.3"
+version     "1.8"
 
 start on runlevel 2
 start on runlevel 3

Modified: trunk/contrib/upstart/asterisk.user.conf
URL: http://svnview.digium.com/svn/asterisk/trunk/contrib/upstart/asterisk.user.conf?view=diff&rev=235904&r1=235903&r2=235904
==============================================================================
--- trunk/contrib/upstart/asterisk.user.conf (original)
+++ trunk/contrib/upstart/asterisk.user.conf Mon Dec 21 12:51:17 2009
@@ -21,7 +21,7 @@
 #
 
 description "Asterisk PBX"
-#version     "1.6.3"
+#version     "1.8"
 
 start on runlevel [2345]
 stop  on runlevel [!2345]

Modified: trunk/include/asterisk/app.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/app.h?view=diff&rev=235904&r1=235903&r2=235904
==============================================================================
--- trunk/include/asterisk/app.h (original)
+++ trunk/include/asterisk/app.h Mon Dec 21 12:51:17 2009
@@ -115,7 +115,7 @@
 int ast_app_getdata_full(struct ast_channel *c, const char *prompt, char *s, int maxlen, int timeout, int audiofd, int ctrlfd);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Run a macro on a channel, placing a second channel into autoservice.
  *
  * This is a shorthand method that makes it very easy to run a macro on any given 

Modified: trunk/include/asterisk/callerid.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/callerid.h?view=diff&rev=235904&r1=235903&r2=235904
==============================================================================
--- trunk/include/asterisk/callerid.h (original)
+++ trunk/include/asterisk/callerid.h Mon Dec 21 12:51:17 2009
@@ -398,7 +398,7 @@
 };
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Convert redirecting reason text code to value (used in config file parsing)
  *
  * \param data text string from config file
@@ -409,7 +409,7 @@
 int ast_redirecting_reason_parse(const char *data);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Convert redirecting reason value to explanatory string
  *
  * \param data Q931_REDIRECTING_REASON from callerid.h
@@ -419,7 +419,7 @@
 const char *ast_redirecting_reason_describe(int data);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Convert redirecting reason value to text code
  *
  * \param data Q931_REDIRECTING_REASON from callerid.h
@@ -445,7 +445,7 @@
 };
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Convert connected line update source text code to value (used in config file parsing)
  *
  * \param data text string from config file
@@ -456,7 +456,7 @@
 int ast_connected_line_source_parse(const char *data);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Convert connected line update source value to explanatory string
  *
  * \param data AST_CONNECTED_LINE_UPDATE_SOURCE from callerid.h
@@ -466,7 +466,7 @@
 const char *ast_connected_line_source_describe(int data);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Convert connected line update source value to text code
  *
  * \param data AST_CONNECTED_LINE_UPDATE_SOURCE from callerid.h

Modified: trunk/include/asterisk/cel.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/cel.h?view=diff&rev=235904&r1=235903&r2=235904
==============================================================================
--- trunk/include/asterisk/cel.h (original)
+++ trunk/include/asterisk/cel.h Mon Dec 21 12:51:17 2009
@@ -96,7 +96,7 @@
 /*! 
  * \brief Check to see if CEL is enabled
  *
- * \since 1.6.3
+ * \since 1.8
  *
  * \retval zero not enabled
  * \retval non-zero enabled
@@ -106,7 +106,7 @@
 /*! 
  * \brief Allocate a CEL record 
  *
- * \since 1.6.3
+ * \since 1.8
  *
  * \note The CEL record must be destroyed with ast_cel_destroy().
  *
@@ -120,7 +120,7 @@
  *
  * \param cel the record to destroy
  *
- * \since 1.6.3
+ * \since 1.8
  *
  * \return nothing.
  */
@@ -131,7 +131,7 @@
  *
  * \param type the type to get the name of
  *
- * \since 1.6.3
+ * \since 1.8
  *
  * \return the string representation of the type
  */
@@ -142,7 +142,7 @@
  *
  * \param name the event type name as a string
  *
- * \since 1.6.3
+ * \since 1.8
  *
  * \return the ast_cel_event_type given by the string
  */
@@ -153,7 +153,7 @@
  * 
  * \param[in] flag the flag to convert to a string
  *
- * \since 1.6.3
+ * \since 1.8
  *
  * \return the string representation of the flag
  */
@@ -164,7 +164,7 @@
  *
  * \param chan channel that is being destroyed or its linkedid is changing
  *
- * \since 1.6.3
+ * \since 1.8
  *
  * If at least one CEL backend is looking for CEL_LINKEDID_END
  * events, this function will check if the given channel is the last
@@ -183,7 +183,7 @@
  *
  * \param event the CEL event
  *
- * \since 1.6.3
+ * \since 1.8
  *
  * \return a channel with the data filled in, or NULL on error
  *
@@ -208,7 +208,7 @@
  *        of peer2 will go into the "peer name" field.  If neither are available, the
  *        peer name field will be blank.
  *
- * \since 1.6.3
+ * \since 1.8
  *
  * \pre chan and peer2 are both unlocked
  *
@@ -262,7 +262,7 @@
  * \param[in] event the CEL event
  * \param[out] r the ast_cel_event_record to fill in
  *
- * \since 1.6.3
+ * \since 1.8
  *
  * \retval 0 success
  * \retval non-zero failure

Modified: trunk/include/asterisk/channel.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/channel.h?view=diff&rev=235904&r1=235903&r2=235904
==============================================================================
--- trunk/include/asterisk/channel.h (original)
+++ trunk/include/asterisk/channel.h Mon Dec 21 12:51:17 2009
@@ -185,7 +185,7 @@
 };
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Information needed to specify a subaddress in a call.
  * \note All string fields here are malloc'ed, so they need to be
  * freed when the structure is deleted.
@@ -304,7 +304,7 @@
 };
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Information needed to identify an endpoint in a call.
  * \note All string fields here are malloc'ed, so they need to be
  * freed when the structure is deleted.
@@ -328,7 +328,7 @@
 };
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Caller Party information.
  * \note All string fields here are malloc'ed, so they need to be
  * freed when the structure is deleted.
@@ -345,7 +345,7 @@
 };
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Connected Line/Party information.
  * \note All string fields here are malloc'ed, so they need to be
  * freed when the structure is deleted.
@@ -377,7 +377,7 @@
 };
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Redirecting Line information.
  * RDNIS (Redirecting Directory Number Information Service)
  * Where a call diversion or transfer was invoked.
@@ -971,7 +971,7 @@
 
 /*!
  * \brief Create a channel structure
- * \since 1.6.3
+ * \since 1.8
  *
  * \retval NULL failure
  * \retval non-NULL successfully allocated channel
@@ -1120,7 +1120,7 @@
  *
  * \return NULL, convenient for clearing invalid pointers
  *
- * \since 1.6.3
+ * \since 1.8
  */
 struct ast_channel *ast_channel_release(struct ast_channel *chan);
 
@@ -1283,7 +1283,7 @@
  * \param chan channel to set the field on
  * \param source a string describing the source of the hangup for this channel
  *
- * \since 1.6.3
+ * \since 1.8
  *
  * Hangupsource is generally the channel name that caused the bridge to be
  * hung up, but it can also be other things such as "dialplan/agi"
@@ -2212,7 +2212,7 @@
  *
  * \retval c always
  *
- * \since 1.6.3
+ * \since 1.8
  */
 #define ast_channel_ref(c) ({ ao2_ref(c, +1); (c); })
 
@@ -2223,7 +2223,7 @@
  *
  * \retval NULL always
  *
- * \since 1.6.3
+ * \since 1.8
  */
 #define ast_channel_unref(c) ({ ao2_ref(c, -1); (struct ast_channel *) (NULL); })
 
@@ -2247,7 +2247,7 @@
  * \return NULL, for convenience to clear out the pointer to the iterator that
  * was just destroyed.
  *
- * \since 1.6.3
+ * \since 1.8
  */
 struct ast_channel_iterator *ast_channel_iterator_destroy(struct ast_channel_iterator *i);
 
@@ -2264,7 +2264,7 @@
  * \retval NULL on failure
  * \retval a new channel iterator based on the specified parameters
  *
- * \since 1.6.3
+ * \since 1.8
  */
 struct ast_channel_iterator *ast_channel_iterator_by_exten_new(const char *exten, const char *context);
 
@@ -2283,7 +2283,7 @@
  * \retval NULL on failure
  * \retval a new channel iterator based on the specified parameters
  *
- * \since 1.6.3
+ * \since 1.8
  */
 struct ast_channel_iterator *ast_channel_iterator_by_name_new(const char *name,	size_t name_len);
 
@@ -2296,7 +2296,7 @@
  * \retval NULL on failure
  * \retval a new channel iterator
  *
- * \since 1.6.3
+ * \since 1.8
  */
 struct ast_channel_iterator *ast_channel_iterator_all_new(void);
 
@@ -2313,7 +2313,7 @@
  *         was created.
  * \retval NULL, if no more channels match the iterator parameters.
  *
- * \since 1.6.3
+ * \since 1.8
  */
 struct ast_channel *ast_channel_iterator_next(struct ast_channel_iterator *i);
 
@@ -2325,7 +2325,7 @@
  * This function executes a callback one time for each active channel on the
  * system.  The channel is provided as an argument to the function.
  *
- * \since 1.6.3
+ * \since 1.8
  */
 struct ast_channel *ast_channel_callback(ao2_callback_data_fn *cb_fn, void *arg,
 		void *data, int ao2_flags);
@@ -2342,7 +2342,7 @@
  * \retval a channel with the name specified by the argument
  * \retval NULL if no channel was found
  *
- * \since 1.6.3
+ * \since 1.8
  */
 struct ast_channel *ast_channel_get_by_name(const char *name);
 
@@ -2357,7 +2357,7 @@
  * \retval a channel with the name prefix specified by the arguments
  * \retval NULL if no channel was found
  *
- * \since 1.6.3
+ * \since 1.8
  */
 struct ast_channel *ast_channel_get_by_name_prefix(const char *name, size_t name_len);
 
@@ -2372,7 +2372,7 @@
  * \retval a channel that is at the specified extension and context
  * \retval NULL if no channel was found
  *
- * \since 1.6.3
+ * \since 1.8
  */
 struct ast_channel *ast_channel_get_by_exten(const char *exten, const char *context);
 
@@ -2385,7 +2385,7 @@
 
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Initialize the given subaddress structure.
  *
  * \param init Subaddress structure to initialize.
@@ -2395,7 +2395,7 @@
 void ast_party_subaddress_init(struct ast_party_subaddress *init);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Copy the source party subaddress information to the destination party subaddress.
  *
  * \param dest Destination party subaddress
@@ -2406,7 +2406,7 @@
 void ast_party_subaddress_copy(struct ast_party_subaddress *dest, const struct ast_party_subaddress *src);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Initialize the given party subadress structure using the given guide
  * for a set update operation.
  *
@@ -2425,7 +2425,7 @@
 void ast_party_subaddress_set_init(struct ast_party_subaddress *init, const struct ast_party_subaddress *guide);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Set the source party subaddress information into the destination party subaddress.
  *
  * \param dest Destination party subaddress
@@ -2436,7 +2436,7 @@
 void ast_party_subaddress_set(struct ast_party_subaddress *dest, const struct ast_party_subaddress *src);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Destroy the party subaddress contents
  *
  * \param doomed The party subaddress to destroy.
@@ -2446,7 +2446,7 @@
 void ast_party_subaddress_free(struct ast_party_subaddress *doomed);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Initialize the given caller structure.
  *
  * \param init Caller structure to initialize.
@@ -2456,7 +2456,7 @@
 void ast_party_caller_init(struct ast_party_caller *init);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Copy the source caller information to the destination caller.
  *
  * \param dest Destination caller
@@ -2467,7 +2467,7 @@
 void ast_party_caller_copy(struct ast_callerid *dest, const struct ast_callerid *src);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Initialize the given connected line structure.
  *
  * \param init Connected line structure to initialize.
@@ -2477,7 +2477,7 @@
 void ast_party_connected_line_init(struct ast_party_connected_line *init);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Copy the source connected line information to the destination connected line.
  *
  * \param dest Destination connected line
@@ -2488,7 +2488,7 @@
 void ast_party_connected_line_copy(struct ast_party_connected_line *dest, const struct ast_party_connected_line *src);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Initialize the given connected line structure using the given
  * guide for a set update operation.
  *
@@ -2507,7 +2507,7 @@
 void ast_party_connected_line_set_init(struct ast_party_connected_line *init, const struct ast_party_connected_line *guide);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Set the connected line information based on another connected line source
  *
  * This is similar to ast_party_connected_line_copy, except that NULL values for
@@ -2521,7 +2521,7 @@
 void ast_party_connected_line_set(struct ast_party_connected_line *dest, const struct ast_party_connected_line *src);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Collect the caller party information into a connected line structure.
  *
  * \param connected Collected caller information for the connected line
@@ -2536,7 +2536,7 @@
 void ast_party_connected_line_collect_caller(struct ast_party_connected_line *connected, struct ast_callerid *cid);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Destroy the connected line information contents
  *
  * \param doomed The connected line information to destroy.
@@ -2546,7 +2546,7 @@
 void ast_party_connected_line_free(struct ast_party_connected_line *doomed);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Copy the source redirecting information to the destination redirecting.
  *
  * \param dest Destination redirecting
@@ -2557,7 +2557,7 @@
 void ast_party_redirecting_copy(struct ast_party_redirecting *dest, const struct ast_party_redirecting *src);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Initialize the given redirecting id structure using the given guide
  * for a set update operation.
  *
@@ -2576,7 +2576,7 @@
 void ast_party_redirecting_set_init(struct ast_party_redirecting *init, const struct ast_party_redirecting *guide);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Destroy the redirecting information contents
  *
  * \param doomed The redirecting information to destroy.
@@ -2586,7 +2586,7 @@
 void ast_party_redirecting_free(struct ast_party_redirecting *doomed);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Copy the caller information to the connected line information.
  *
  * \param dest Destination connected line information
@@ -2599,7 +2599,7 @@
 void ast_connected_line_copy_from_caller(struct ast_party_connected_line *dest, const struct ast_callerid *src);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Copy the connected line information to the caller information.
  *
  * \param dest Destination caller information
@@ -2612,7 +2612,7 @@
 void ast_connected_line_copy_to_caller(struct ast_callerid *dest, const struct ast_party_connected_line *src);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Set the connected line information in the Asterisk channel
  *
  * \param chan Asterisk channel to set connected line information
@@ -2625,7 +2625,7 @@
 void ast_channel_set_connected_line(struct ast_channel *chan, const struct ast_party_connected_line *connected);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Build the connected line information data frame.
  *
  * \param data Buffer to fill with the frame data
@@ -2638,7 +2638,7 @@
 int ast_connected_line_build_data(unsigned char *data, size_t datalen, const struct ast_party_connected_line *connected);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Parse connected line indication frame data
  *
  * \param data Buffer with the frame data to parse
@@ -2657,7 +2657,7 @@
 int ast_connected_line_parse_data(const unsigned char *data, size_t datalen, struct ast_party_connected_line *connected);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Indicate that the connected line information has changed
  *
  * \param chan Asterisk channel to indicate connected line information
@@ -2668,7 +2668,7 @@
 void ast_channel_update_connected_line(struct ast_channel *chan, const struct ast_party_connected_line *connected);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Queue a connected line update frame on a channel
  *
  * \param chan Asterisk channel to indicate connected line information
@@ -2679,7 +2679,7 @@
 void ast_channel_queue_connected_line_update(struct ast_channel *chan, const struct ast_party_connected_line *connected);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Set the redirecting id information in the Asterisk channel
  *
  * \param chan Asterisk channel to set redirecting id information
@@ -2692,7 +2692,7 @@
 void ast_channel_set_redirecting(struct ast_channel *chan, const struct ast_party_redirecting *redirecting);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Build the redirecting id data frame.
  *
  * \param data Buffer to fill with the frame data
@@ -2705,7 +2705,7 @@
 int ast_redirecting_build_data(unsigned char *data, size_t datalen, const struct ast_party_redirecting *redirecting);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Parse redirecting indication frame data
  *
  * \param data Buffer with the frame data to parse
@@ -2723,7 +2723,7 @@
 int ast_redirecting_parse_data(const unsigned char *data, size_t datalen, struct ast_party_redirecting *redirecting);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Indicate that the redirecting id has changed
  *
  * \param chan Asterisk channel to indicate redirecting id information
@@ -2734,7 +2734,7 @@
 void ast_channel_update_redirecting(struct ast_channel *chan, const struct ast_party_redirecting *redirecting);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Queue a redirecting update frame on a channel
  *
  * \param chan Asterisk channel to indicate redirecting id information
@@ -2745,7 +2745,7 @@
 void ast_channel_queue_redirecting_update(struct ast_channel *chan, const struct ast_party_redirecting *redirecting);
 
 /*!
- * \since 1.6.3
+ * \since 1.8
  * \brief Run a connected line interception macro and update a channel's connected line
  * information
  *

Modified: trunk/include/asterisk/doxyref.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/doxyref.h?view=diff&rev=235904&r1=235903&r2=235904
==============================================================================
--- trunk/include/asterisk/doxyref.h (original)
+++ trunk/include/asterisk/doxyref.h Mon Dec 21 12:51:17 2009
@@ -127,7 +127,7 @@
  *
  * \section Changes162 Version 1.6.2
  *
- * \section Changes163 Version 1.6.3
+ * \section Changes18 Version 1.8
  * \li ast_channel_alloc()
  */
 

Modified: trunk/include/asterisk/event.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/event.h?view=diff&rev=235904&r1=235903&r2=235904
==============================================================================
--- trunk/include/asterisk/event.h (original)
+++ trunk/include/asterisk/event.h Mon Dec 21 12:51:17 2009
@@ -168,7 +168,7 @@
  *
  * \retval 0 success
  * \retval non-zero failure
- * \since 1.6.3
+ * \since 1.8
  */
 int ast_event_sub_append_ie_bitflags(struct ast_event_sub *sub,
 	enum ast_event_ie_type ie_type, uint32_t flags);
@@ -481,7 +481,7 @@
  *
  * \retval 0 success
  * \retval -1 failure
- * \since 1.6.3
+ * \since 1.8
  *
  * The pointer to the event will get updated with the new location for the event
  * that now contains the appended information element.  If the re-allocation of

Modified: trunk/include/asterisk/http.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/http.h?view=diff&rev=235904&r1=235903&r2=235904
==============================================================================
--- trunk/include/asterisk/http.h (original)
+++ trunk/include/asterisk/http.h Mon Dec 21 12:51:17 2009
@@ -117,21 +117,21 @@
 void ast_http_uri_unlink_all_with_key(const char *key);
 
 /*!\brief Return http method name string
- * \since 1.6.3
+ * \since 1.8
  */
 const char *ast_get_http_method(enum ast_http_method method) attribute_pure;
 
 /*!\brief Return mime type based on extension
  * \param ftype filename extension
  * \return String containing associated MIME type
- * \since 1.6.3
+ * \since 1.8
  */
 const char *ast_http_ftype2mtype(const char *ftype) attribute_pure;
 
 /*!\brief Return manager id, if exist, from request headers
  * \param headers List of HTTP headers
  * \return 32-bit associated manager session identifier
- * \since 1.6.3
+ * \since 1.8
  */
 uint32_t ast_http_manid_from_vars(struct ast_variable *headers) attribute_pure;
 
@@ -159,7 +159,7 @@
  * Both the http_header and out arguments will be freed by this function;
  * however, if FD is open, it will remain open.
  *
- * \since 1.6.3
+ * \since 1.8
  */
 void ast_http_send(struct ast_tcptls_session_instance *ser, enum ast_http_method method, int status_code, const char *status_title, struct ast_str *http_header, struct ast_str *out, const int fd, unsigned int static_content);
 
@@ -183,7 +183,7 @@
  * \param headers List of HTTP headers
  * \return List of variables within the POST body
  * \note Since returned list is malloc'd, list should be free'd by the calling function
- * \since 1.6.3
+ * \since 1.8
  */
 struct ast_variable *ast_http_get_post_vars(struct ast_tcptls_session_instance *ser, struct ast_variable *headers);
 

Modified: trunk/include/asterisk/logger.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/logger.h?view=diff&rev=235904&r1=235903&r2=235904
==============================================================================
--- trunk/include/asterisk/logger.h (original)
+++ trunk/include/asterisk/logger.h Mon Dec 21 12:51:17 2009
@@ -199,7 +199,7 @@
  * \param name The name of the level to be registered
  * \retval -1 if an error occurs
  * \retval non-zero level to be used with ast_log for sending messages to this level
- * \since 1.6.3
+ * \since 1.8
  */
 int ast_logger_register_level(const char *name);
 
@@ -207,7 +207,7 @@
  * \brief Unregister a previously registered logger level
  * \param name The name of the level to be unregistered
  * \return nothing
- * \since 1.6.3
+ * \since 1.8
  */
 void ast_logger_unregister_level(const char *name);
 
@@ -220,7 +220,7 @@
  * the log message.
  *
  * \return nothing
- * \since 1.6.3
+ * \since 1.8
  */
 
 #define ast_log_dynamic_level(level, ...) ast_log(level, __FILE__, __LINE__, __PRETTY_FUNCTION__, __VA_ARGS__)

Modified: trunk/include/asterisk/manager.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/manager.h?view=diff&rev=235904&r1=235903&r2=235904
==============================================================================
--- trunk/include/asterisk/manager.h (original)
+++ trunk/include/asterisk/manager.h Mon Dec 21 12:51:17 2009
@@ -212,7 +212,7 @@
  * \param category Event category, matches manager authorization
  * \param event Event name
  * \param contents Format string describing event
- * \since 1.6.3
+ * \since 1.8
 */
 int __ast_manager_event_multichan(int category, const char *event, int chancount,
 		struct ast_channel **chans, const char *file, int line, const char *func,

Modified: trunk/include/asterisk/rtp_engine.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/rtp_engine.h?view=diff&rev=235904&r1=235903&r2=235904
==============================================================================
--- trunk/include/asterisk/rtp_engine.h (original)
+++ trunk/include/asterisk/rtp_engine.h Mon Dec 21 12:51:17 2009
@@ -429,7 +429,7 @@
  * \note It is recommended that you use the ast_rtp_engine_register macro so that the module is
  *       associated with the RTP engine and use counting is performed.
  *
- * \since 1.6.3
+ * \since 1.8
  */
 int ast_rtp_engine_register2(struct ast_rtp_engine *engine, struct ast_module *module);
 
@@ -450,7 +450,7 @@
  * This unregisters the RTP engine declared as example_rtp_engine from the RTP engine core. If a module
  * reference was provided when it was registered then this will only be called once the RTP engine is no longer in use.
  *
- * \since 1.6.3
+ * \since 1.8
  */
 int ast_rtp_engine_unregister(struct ast_rtp_engine *engine);
 
@@ -477,7 +477,7 @@
  * \note It is recommended that you use the ast_rtp_glue_register macro so that the module is
  *       associated with the RTP glue and use counting is performed.
  *
- * \since 1.6.3
+ * \since 1.8
  */
 int ast_rtp_glue_register2(struct ast_rtp_glue *glue, struct ast_module *module);
 
@@ -498,7 +498,7 @@
  * This unregisters the RTP glue declared as example_rtp_gkue from the RTP engine core. If a module
  * reference was provided when it was registered then this will only be called once the RTP engine is no longer in use.
  *
- * \since 1.6.3
+ * \since 1.8
  */
 int ast_rtp_glue_unregister(struct ast_rtp_glue *glue);
 
@@ -526,7 +526,7 @@
  * \note The RTP engine does not have to use the address provided when creating an RTP instance. It may choose to use
  *       another depending on it's own configuration.
  *
- * \since 1.6.3
+ * \since 1.8
  */
 struct ast_rtp_instance *ast_rtp_instance_new(const char *engine_name, struct sched_context *sched, struct sockaddr_in *sin, void *data);
 
@@ -547,7 +547,7 @@
  * This destroys the RTP instance pointed to by instance. Once this function returns instance no longer points to valid
  * memory and may not be used again.
  *
- * \since 1.6.3
+ * \since 1.8
  */
 int ast_rtp_instance_destroy(struct ast_rtp_instance *instance);
 
@@ -566,7 +566,7 @@
  * This sets the data pointer on the RTP instance pointed to by 'instance' to
  * blob.
  *
- * \since 1.6.3
+ * \since 1.8
  */
 void ast_rtp_instance_set_data(struct ast_rtp_instance *instance, void *data);
 
@@ -583,7 +583,7 @@
  *
  * This gets the data pointer on the RTP instance pointed to by 'instance'.
  *
- * \since 1.6.3
+ * \since 1.8
  */
 void *ast_rtp_instance_get_data(struct ast_rtp_instance *instance);
 
@@ -604,7 +604,7 @@
  * This gives the frame pointed to by frame to the RTP engine being used for the instance
  * and asks that it be transmitted to the current remote address set on the RTP instance.
  *
- * \since 1.6.3
+ * \since 1.8
  */
 int ast_rtp_instance_write(struct ast_rtp_instance *instance, struct ast_frame *frame);
 
@@ -626,7 +626,7 @@
  *
  * This asks the RTP engine to read in RTP from the instance and return it as an Asterisk frame.
  *
- * \since 1.6.3
+ * \since 1.8
  */
 struct ast_frame *ast_rtp_instance_read(struct ast_rtp_instance *instance, int rtcp);
 
@@ -648,7 +648,7 @@
  * This changes the remote address that RTP will be sent to on instance to the address given in the sin
  * structure.
  *
- * \since 1.6.3
+ * \since 1.8
  */
 int ast_rtp_instance_set_remote_address(struct ast_rtp_instance *instance, struct sockaddr_in *address);
 
@@ -670,7 +670,7 @@
  * This changes the alternate remote address that RTP will be sent to on instance to the address given in the sin
  * structure.
  *
- * \since 1.6.3
+ * \since 1.8
  */
 int ast_rtp_instance_set_alt_remote_address(struct ast_rtp_instance *instance, struct sockaddr_in *address);
 
@@ -692,7 +692,7 @@
  * This changes the local address that RTP is expected on to the address given in the sin
  * structure.
  *
- * \since 1.6.3
+ * \since 1.8
  */
 int ast_rtp_instance_set_local_address(struct ast_rtp_instance *instance, struct sockaddr_in *address);
 
@@ -714,7 +714,7 @@
  *
  * This gets the local address that we are expecting RTP on and stores it in the 'sin' structure.
  *
- * \since 1.6.3
+ * \since 1.8
  */
 int ast_rtp_instance_get_local_address(struct ast_rtp_instance *instance, struct sockaddr_in *address);
 
@@ -737,7 +737,7 @@
  * This retrieves the current remote address set on the instance pointed to by instance and puts the value
  * into the sin structure.
  *
- * \since 1.6.3
+ * \since 1.8
  */
 int ast_rtp_instance_get_remote_address(struct ast_rtp_instance *instance, struct sockaddr_in *address);
 
@@ -748,7 +748,7 @@
  * \param property The extended property to set
  * \param value The value to set the extended property to
  *

[... 570 lines stripped ...]



More information about the asterisk-commits mailing list