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

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jul 9 12:49:29 CDT 2014


Author: rmudgett
Date: Wed Jul  9 12:49:21 2014
New Revision: 418247

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=418247
Log:
Prepare to rebase to trunk.

Modified:
    team/rmudgett/cel_accountcode/UPGRADE.txt
    team/rmudgett/cel_accountcode/include/asterisk/channel.h
    team/rmudgett/cel_accountcode/main/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=418247&r1=418246&r2=418247
==============================================================================
--- team/rmudgett/cel_accountcode/UPGRADE.txt (original)
+++ team/rmudgett/cel_accountcode/UPGRADE.txt Wed Jul  9 12:49:21 2014
@@ -23,16 +23,17 @@
 
 From 12.4.0 to 12.5.0:
 
- - Except for Queue, the accountcode propagation is now consistently
-   propagated to outgoing channels before dialing.  The channel
-   accountcode can change from its original non-empty value on channel
-   creation for the following specific reasons.  One, dialplan sets it
-   using CHANNEL(accountcode).  Two, an originate method that can specify
-   an accountcode value.  Three, the calling channel propagates its
-   peeraccount or accountcode to the outgoing channel's accountcode before
-   dialing.  The change has two visible effects.  One, local channels now
-   cross accountcode and peeraccount across the special bridge between the
-   ;1 and ;2 channels just like channels between normal bridges.  Two, the
+ - Added functional peeraccount support.  Except for Queue, the
+   accountcode propagation is now consistently propagated to outgoing
+   channels before dialing.  The channel accountcode can change from its
+   original non-empty value on channel creation for the following specific
+   reasons.  One, dialplan sets it using CHANNEL(accountcode).  Two, an
+   originate method that can specify an accountcode value.  Three, the
+   calling channel propagates its peeraccount or accountcode to the
+   outgoing channel's accountcode before dialing.  The change has two
+   visible effects.  One, local channels now cross accountcode and
+   peeraccount across the special bridge between the ;1 and ;2 channels
+   just like channels between normal bridges.  Two, the
    CHANNEL(peeraccount) value can now be set before Dial and FollowMe to
    set the accountcode on the outgoing channel(s).
 

Modified: team/rmudgett/cel_accountcode/include/asterisk/channel.h
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/cel_accountcode/include/asterisk/channel.h?view=diff&rev=418247&r1=418246&r2=418247
==============================================================================
--- team/rmudgett/cel_accountcode/include/asterisk/channel.h (original)
+++ team/rmudgett/cel_accountcode/include/asterisk/channel.h Wed Jul  9 12:49:21 2014
@@ -1390,7 +1390,7 @@
 
 /*!
  * \brief Setup new channel accountcodes from the requestor channel after ast_request().
- * \since 12.5.0
+ * \since 13.0.0
  *
  * \param chan New channel to get accountcodes setup.
  * \param requestor Requesting channel to get accountcodes from.
@@ -1406,7 +1406,7 @@
 
 /*!
  * \brief Setup new channel accountcodes from the requestor channel after ast_request().
- * \since 12.5.0
+ * \since 13.0.0
  *
  * \param chan New channel to get accountcodes setup.
  * \param requestor Requesting channel to get accountcodes from.

Modified: team/rmudgett/cel_accountcode/main/channel.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/cel_accountcode/main/channel.c?view=diff&rev=418247&r1=418246&r2=418247
==============================================================================
--- team/rmudgett/cel_accountcode/main/channel.c (original)
+++ team/rmudgett/cel_accountcode/main/channel.c Wed Jul  9 12:49:21 2014
@@ -6012,7 +6012,7 @@
 /*!
  * \internal
  * \brief Setup new channel accountcodes from the requestor channel after ast_request().
- * \since 12.5.0
+ * \since 13.0.0
  *
  * \param chan New channel to get accountcodes setup.
  * \param requestor Requesting channel to get accountcodes from.




More information about the svn-commits mailing list