[asterisk-commits] russell: trunk r329258 - in /trunk: ./ channels/ include/asterisk/ main/

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


Author: russell
Date: Thu Jul 21 15:26:44 2011
New Revision: 329258

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=329258
Log:
Merged revisions 329257 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/10

........
  r329257 | russell | 2011-07-21 15:22:36 -0500 (Thu, 21 Jul 2011) | 2 lines
  
  s/1.10/10.0/
........

Modified:
    trunk/   (props changed)
    trunk/CHANGES
    trunk/channels/chan_dahdi.c
    trunk/channels/sig_pri.c
    trunk/include/asterisk/netsock2.h
    trunk/include/asterisk/rtp_engine.h
    trunk/main/features.c

Propchange: trunk/
------------------------------------------------------------------------------
    (empty)

Propchange: trunk/
------------------------------------------------------------------------------
--- branch-10-merged (original)
+++ branch-10-merged Thu Jul 21 15:26:44 2011
@@ -1,1 +1,1 @@
-/branches/10:1-328075,328120,328162,328207,328247,328317,328329,328428-328429,328448,328451,328541,328609,328611,328664,328717,328771,328824,328879,328936,328992,329055,329145,329200,329204
+/branches/10:1-328075,328120,328162,328207,328247,328317,328329,328428-328429,328448,328451,328541,328609,328611,328664,328717,328771,328824,328879,328936,328992,329055,329145,329200,329204,329257

Modified: trunk/CHANGES
URL: http://svnview.digium.com/svn/asterisk/trunk/CHANGES?view=diff&rev=329258&r1=329257&r2=329258
==============================================================================
--- trunk/CHANGES (original)
+++ trunk/CHANGES Thu Jul 21 15:26:44 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: trunk/channels/chan_dahdi.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/chan_dahdi.c?view=diff&rev=329258&r1=329257&r2=329258
==============================================================================
--- trunk/channels/chan_dahdi.c (original)
+++ trunk/channels/chan_dahdi.c Thu Jul 21 15:26:44 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: trunk/channels/sig_pri.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/sig_pri.c?view=diff&rev=329258&r1=329257&r2=329258
==============================================================================
--- trunk/channels/sig_pri.c (original)
+++ trunk/channels/sig_pri.c Thu Jul 21 15:26:44 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: trunk/include/asterisk/netsock2.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/netsock2.h?view=diff&rev=329258&r1=329257&r2=329258
==============================================================================
--- trunk/include/asterisk/netsock2.h (original)
+++ trunk/include/asterisk/netsock2.h Thu Jul 21 15:26:44 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: trunk/include/asterisk/rtp_engine.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/rtp_engine.h?view=diff&rev=329258&r1=329257&r2=329258
==============================================================================
--- trunk/include/asterisk/rtp_engine.h (original)
+++ trunk/include/asterisk/rtp_engine.h Thu Jul 21 15:26:44 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: trunk/main/features.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/features.c?view=diff&rev=329258&r1=329257&r2=329258
==============================================================================
--- trunk/main/features.c (original)
+++ trunk/main/features.c Thu Jul 21 15:26:44 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