[svn-commits] rmudgett: branch rmudgett/stasis_linkedids r418210 - in /team/rmudgett/stasis...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jul 8 13:12:27 CDT 2014


Author: rmudgett
Date: Tue Jul  8 13:12:21 2014
New Revision: 418210

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=418210
Log:
Update since headers to 12.5.0.

Modified:
    team/rmudgett/stasis_linkedids/main/bridge_channel.c
    team/rmudgett/stasis_linkedids/res/stasis/stasis_bridge.c
    team/rmudgett/stasis_linkedids/res/stasis/stasis_bridge.h

Modified: team/rmudgett/stasis_linkedids/main/bridge_channel.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/stasis_linkedids/main/bridge_channel.c?view=diff&rev=418210&r1=418209&r2=418210
==============================================================================
--- team/rmudgett/stasis_linkedids/main/bridge_channel.c (original)
+++ team/rmudgett/stasis_linkedids/main/bridge_channel.c Tue Jul  8 13:12:21 2014
@@ -385,7 +385,7 @@
 /*!
  * \internal
  * \brief Set dest's empty peeraccount with the src's non-empty accountcode.
- * \since 12.4.0
+ * \since 12.5.0
  *
  * \param dest Channel to update peeraccount.
  * \param src Channel to get accountcode from.
@@ -408,7 +408,7 @@
 /*!
  * \internal
  * \brief Set dest's empty accountcode with the src's non-empty peeraccount.
- * \since 12.4.0
+ * \since 12.5.0
  *
  * \param dest Channel to update accountcode.
  * \param src Channel to get peeraccount from.
@@ -431,7 +431,7 @@
 /*!
  * \internal
  * \brief Set empty peeraccount and accountcode in a channel from the other channel.
- * \since 12.4.0
+ * \since 12.5.0
  *
  * \param c0 First bridge channel to update.
  * \param c1 Second bridge channel to update.
@@ -454,7 +454,7 @@
 /*!
  * \internal
  * \brief Update dest's peeraccount with the src's different accountcode.
- * \since 12.4.0
+ * \since 12.5.0
  *
  * \param dest Channel to update peeraccount.
  * \param src Channel to get accountcode from.
@@ -476,7 +476,7 @@
 /*!
  * \internal
  * \brief Update peeraccounts to match the other channel's accountcode.
- * \since 12.4.0
+ * \since 12.5.0
  *
  * \param c0 First channel to update.
  * \param c1 Second channel to update.
@@ -494,7 +494,7 @@
 /*!
  * \internal
  * \brief Update channel accountcodes because a channel is joining a bridge.
- * \since 12.4.0
+ * \since 12.5.0
  *
  * \param joining Channel joining the bridge.
  * \param swap Channel being replaced by the joining channel.  May be NULL.
@@ -542,7 +542,7 @@
 /*!
  * \internal
  * \brief Update channel peeraccount codes because a channel has left a bridge.
- * \since 12.4.0
+ * \since 12.5.0
  *
  * \param leaving Channel leaving the bridge. (Has already been removed actually)
  *

Modified: team/rmudgett/stasis_linkedids/res/stasis/stasis_bridge.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/stasis_linkedids/res/stasis/stasis_bridge.c?view=diff&rev=418210&r1=418209&r2=418210
==============================================================================
--- team/rmudgett/stasis_linkedids/res/stasis/stasis_bridge.c (original)
+++ team/rmudgett/stasis_linkedids/res/stasis/stasis_bridge.c Tue Jul  8 13:12:21 2014
@@ -40,7 +40,7 @@
 /*!
  * \internal
  * \brief Push this channel into the Stasis bridge.
- * \since 12.4.0
+ * \since 12.5.0
  *
  * \param self Bridge to operate upon.
  * \param bridge_channel Bridge channel to push.
@@ -66,7 +66,7 @@
 /*!
  * \internal
  * \brief Pull this channel from the Stasis bridge.
- * \since 12.4.0
+ * \since 12.5.0
  *
  * \param self Bridge to operate upon.
  * \param bridge_channel Bridge channel to pull.

Modified: team/rmudgett/stasis_linkedids/res/stasis/stasis_bridge.h
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/stasis_linkedids/res/stasis/stasis_bridge.h?view=diff&rev=418210&r1=418209&r2=418210
==============================================================================
--- team/rmudgett/stasis_linkedids/res/stasis/stasis_bridge.h (original)
+++ team/rmudgett/stasis_linkedids/res/stasis/stasis_bridge.h Tue Jul  8 13:12:21 2014
@@ -44,7 +44,7 @@
 /*!
  * \internal
  * \brief Create a new Stasis bridge.
- * \since 12.4.0
+ * \since 12.5.0
  *
  * \param capabilities The capabilities that we require to be used on the bridge
  * \param flags Flags that will alter the behavior of the bridge
@@ -59,7 +59,7 @@
 /*!
  * \internal
  * \brief Initialize the Stasis bridge subclass.
- * \since 12.4.0
+ * \since 12.5.0
  *
  * \return Nothing
  */




More information about the svn-commits mailing list