[asterisk-commits] russell: branch 10 r329257 - in /branches/10: ./ channels/ include/asterisk/ ...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Jul 21 15:22:40 CDT 2011


Author: russell
Date: Thu Jul 21 15:22:36 2011
New Revision: 329257

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=329257
Log:
s/1.10/10.0/

Modified:
    branches/10/CHANGES
    branches/10/channels/chan_dahdi.c
    branches/10/channels/sig_pri.c
    branches/10/include/asterisk/netsock2.h
    branches/10/include/asterisk/rtp_engine.h
    branches/10/main/features.c

Modified: branches/10/CHANGES
URL: http://svnview.digium.com/svn/asterisk/branches/10/CHANGES?view=diff&rev=329257&r1=329256&r2=329257
==============================================================================
--- branches/10/CHANGES (original)
+++ branches/10/CHANGES Thu Jul 21 15:22:36 2011
@@ -9,7 +9,7 @@
 ==============================================================================
 
 ------------------------------------------------------------------------------
---- Functionality changes from Asterisk 1.8 to Asterisk 1.10 -----------------
+--- Functionality changes from Asterisk 1.8 to Asterisk 10 -------------------
 ------------------------------------------------------------------------------
 
 Text Messaging

Modified: branches/10/channels/chan_dahdi.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/channels/chan_dahdi.c?view=diff&rev=329257&r1=329256&r2=329257
==============================================================================
--- branches/10/channels/chan_dahdi.c (original)
+++ branches/10/channels/chan_dahdi.c Thu Jul 21 15:22:36 2011
@@ -16798,7 +16798,7 @@
 /*!
  * \internal
  * \brief Determine the configured display text options.
- * \since 1.10
+ * \since 10.0
  *
  * \param value Configuration value string.
  *
@@ -16845,7 +16845,7 @@
 /*!
  * \internal
  * \brief Determine the configured date/time send policy option.
- * \since 1.10
+ * \since 10.0
  *
  * \param value Configuration value string.
  *

Modified: branches/10/channels/sig_pri.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/channels/sig_pri.c?view=diff&rev=329257&r1=329256&r2=329257
==============================================================================
--- branches/10/channels/sig_pri.c (original)
+++ branches/10/channels/sig_pri.c Thu Jul 21 15:22:36 2011
@@ -1191,7 +1191,7 @@
 /*!
  * \internal
  * \brief Find the channel associated with the libpri call.
- * \since 1.10
+ * \since 10.0
  *
  * \param pri PRI span control structure.
  * \param call LibPRI opaque call pointer to find.
@@ -1221,7 +1221,7 @@
 /*!
  * \internal
  * \brief Kill the call.
- * \since 1.10
+ * \since 10.0
  *
  * \param pri PRI span control structure.
  * \param call LibPRI opaque call pointer to find.
@@ -4358,7 +4358,7 @@
 /*!
  * \internal
  * \brief Convert the MOH state to string.
- * \since 1.10
+ * \since 10.0
  *
  * \param state MOH state to process.
  *
@@ -4409,7 +4409,7 @@
 /*!
  * \internal
  * \brief Convert the MOH event to string.
- * \since 1.10
+ * \since 10.0
  *
  * \param event MOH event to process.
  *
@@ -4458,7 +4458,7 @@
 /*!
  * \internal
  * \brief Retrieve a call that was placed on hold by the HOLD message.
- * \since 1.10
+ * \since 10.0
  *
  * \param pvt Channel private control structure.
  * 
@@ -4500,7 +4500,7 @@
 /*!
  * \internal
  * \brief MOH FSM state idle.
- * \since 1.10
+ * \since 10.0
  *
  * \param chan Channel to post event to (Usually pvt->owner)
  * \param pvt Channel private control structure.
@@ -4564,7 +4564,7 @@
 /*!
  * \internal
  * \brief MOH FSM state notify remote party.
- * \since 1.10
+ * \since 10.0
  *
  * \param chan Channel to post event to (Usually pvt->owner)
  * \param pvt Channel private control structure.
@@ -4598,7 +4598,7 @@
 /*!
  * \internal
  * \brief MOH FSM state generate moh.
- * \since 1.10
+ * \since 10.0
  *
  * \param chan Channel to post event to (Usually pvt->owner)
  * \param pvt Channel private control structure.
@@ -4631,7 +4631,7 @@
 /*!
  * \internal
  * \brief MOH FSM state hold requested.
- * \since 1.10
+ * \since 10.0
  *
  * \param chan Channel to post event to (Usually pvt->owner)
  * \param pvt Channel private control structure.
@@ -4676,7 +4676,7 @@
 /*!
  * \internal
  * \brief MOH FSM state hold requested with pending unhold.
- * \since 1.10
+ * \since 10.0
  *
  * \param chan Channel to post event to (Usually pvt->owner)
  * \param pvt Channel private control structure.
@@ -4717,7 +4717,7 @@
 /*!
  * \internal
  * \brief MOH FSM state hold.
- * \since 1.10
+ * \since 10.0
  *
  * \param chan Channel to post event to (Usually pvt->owner)
  * \param pvt Channel private control structure.
@@ -4759,7 +4759,7 @@
 /*!
  * \internal
  * \brief MOH FSM state retrieve requested.
- * \since 1.10
+ * \since 10.0
  *
  * \param chan Channel to post event to (Usually pvt->owner)
  * \param pvt Channel private control structure.
@@ -4801,7 +4801,7 @@
 /*!
  * \internal
  * \brief MOH FSM state retrieve requested with pending hold.
- * \since 1.10
+ * \since 10.0
  *
  * \param chan Channel to post event to (Usually pvt->owner)
  * \param pvt Channel private control structure.
@@ -4879,7 +4879,7 @@
 /*!
  * \internal
  * \brief MOH FSM state retrieve failed.
- * \since 1.10
+ * \since 10.0
  *
  * \param chan Channel to post event to (Usually pvt->owner)
  * \param pvt Channel private control structure.
@@ -4919,7 +4919,7 @@
 /*!
  * \internal
  * \brief MOH FSM state function type.
- * \since 1.10
+ * \since 10.0
  *
  * \param chan Channel to post event to (Usually pvt->owner)
  * \param pvt Channel private control structure.
@@ -4952,7 +4952,7 @@
 /*!
  * \internal
  * \brief Send an event to the MOH FSM.
- * \since 1.10
+ * \since 10.0
  *
  * \param chan Channel to post event to (Usually pvt->owner)
  * \param pvt Channel private control structure.
@@ -4994,7 +4994,7 @@
 /*!
  * \internal
  * \brief Post an AMI hold event.
- * \since 1.10
+ * \since 10.0
  *
  * \param chan Channel to post event to
  * \param is_held TRUE if the call was placed on hold.
@@ -5093,7 +5093,7 @@
 /*!
  * \internal
  * \brief Handle the hold acknowledge event from libpri.
- * \since 1.10
+ * \since 10.0
  *
  * \param pri PRI span control structure.
  * \param ev Hold acknowledge event received.
@@ -5139,7 +5139,7 @@
 /*!
  * \internal
  * \brief Handle the hold reject event from libpri.
- * \since 1.10
+ * \since 10.0
  *
  * \param pri PRI span control structure.
  * \param ev Hold reject event received.
@@ -5254,7 +5254,7 @@
 /*!
  * \internal
  * \brief Handle the retrieve acknowledge event from libpri.
- * \since 1.10
+ * \since 10.0
  *
  * \param pri PRI span control structure.
  * \param ev Retrieve acknowledge event received.
@@ -5287,7 +5287,7 @@
 /*!
  * \internal
  * \brief Handle the retrieve reject event from libpri.
- * \since 1.10
+ * \since 10.0
  *
  * \param pri PRI span control structure.
  * \param ev Retrieve reject event received.
@@ -7055,7 +7055,7 @@
 
 /*!
  * \brief Output AMI show spans response events for the given PRI span.
- * \since 1.10
+ * \since 10.0
  *
  * \param show_cmd AMI command name
  * \param s AMI session to output span information.
@@ -8844,7 +8844,7 @@
 #if defined(HAVE_PRI_DISPLAY_TEXT)
 /*!
  * \brief Send display text.
- * \since 1.10
+ * \since 10.0
  *
  * \param p Channel to send text over
  * \param text Text to send.

Modified: branches/10/include/asterisk/netsock2.h
URL: http://svnview.digium.com/svn/asterisk/branches/10/include/asterisk/netsock2.h?view=diff&rev=329257&r1=329256&r2=329257
==============================================================================
--- branches/10/include/asterisk/netsock2.h (original)
+++ branches/10/include/asterisk/netsock2.h Thu Jul 21 15:22:36 2011
@@ -453,7 +453,7 @@
 int ast_sockaddr_is_ipv4_mapped(const struct ast_sockaddr *addr);
 
 /*!
- * \since 1.10
+ * \since 10.0
  *
  * \brief
  * Determine if an IPv4 address is a multicast address

Modified: branches/10/include/asterisk/rtp_engine.h
URL: http://svnview.digium.com/svn/asterisk/branches/10/include/asterisk/rtp_engine.h?view=diff&rev=329257&r1=329256&r2=329257
==============================================================================
--- branches/10/include/asterisk/rtp_engine.h (original)
+++ branches/10/include/asterisk/rtp_engine.h Thu Jul 21 15:22:36 2011
@@ -1061,7 +1061,7 @@
  * \retval pointer to format structure on success
  * \retval NULL on failure
  *
- * \since 1.10
+ * \since 10.0
  */
 struct ast_format *ast_rtp_codecs_get_payload_format(struct ast_rtp_codecs *codecs, int payload);
 

Modified: branches/10/main/features.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/main/features.c?view=diff&rev=329257&r1=329256&r2=329257
==============================================================================
--- branches/10/main/features.c (original)
+++ branches/10/main/features.c Thu Jul 21 15:22:36 2011
@@ -1993,7 +1993,7 @@
 /*!
  * \internal
  * \brief Builtin attended transfer failed cleanup.
- * \since 1.10
+ * \since 10.0
  *
  * \param transferee Party A in the transfer.
  * \param transferer Party B in the transfer.




More information about the asterisk-commits mailing list