[svn-commits] rmudgett: branch rmudgett/cel_accountcode r418211 - in /team/rmudgett/cel_acc...

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


Author: rmudgett
Date: Tue Jul  8 13:25:17 2014
New Revision: 418211

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

Modified:
    team/rmudgett/cel_accountcode/UPGRADE.txt
    team/rmudgett/cel_accountcode/main/bridge_channel.c

Modified: team/rmudgett/cel_accountcode/UPGRADE.txt
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/cel_accountcode/UPGRADE.txt?view=diff&rev=418211&r1=418210&r2=418211
==============================================================================
--- team/rmudgett/cel_accountcode/UPGRADE.txt (original)
+++ team/rmudgett/cel_accountcode/UPGRADE.txt Tue Jul  8 13:25:17 2014
@@ -21,7 +21,7 @@
 ===
 ===========================================================
 
-From 12.3.2 to 12.4.0:
+From 12.4.0 to 12.5.0:
 
  - The accountcode propagation is now consistently propagated to outgoing
    channels before dialing.  The channel accountcode can change from its
@@ -37,6 +37,8 @@
    accountcode on the outgoing channel(s).  For Queue this now includes
    local channel members where the accountcodes are propagated early
    enough to be useful on the ;2 channel.
+
+From 12.3.2 to 12.4.0:
 
  - The safe_asterisk script was previously not installed on top of an existing
    version. This caused bug-fixes in that script not to be deployed. If your

Modified: team/rmudgett/cel_accountcode/main/bridge_channel.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/cel_accountcode/main/bridge_channel.c?view=diff&rev=418211&r1=418210&r2=418211
==============================================================================
--- team/rmudgett/cel_accountcode/main/bridge_channel.c (original)
+++ team/rmudgett/cel_accountcode/main/bridge_channel.c Tue Jul  8 13:25:17 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)
  *




More information about the svn-commits mailing list