[asterisk-commits] rmudgett: branch rmudgett/dahdi_facility r220535 - /team/rmudgett/dahdi_facil...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Sep 25 14:17:56 CDT 2009


Author: rmudgett
Date: Fri Sep 25 14:17:51 2009
New Revision: 220535

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=220535
Log:
These features are likely to be held off until 1.6.4.

Modified:
    team/rmudgett/dahdi_facility/channels/chan_dahdi.c
    team/rmudgett/dahdi_facility/channels/sig_pri.c

Modified: team/rmudgett/dahdi_facility/channels/chan_dahdi.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/dahdi_facility/channels/chan_dahdi.c?view=diff&rev=220535&r1=220534&r2=220535
==============================================================================
--- team/rmudgett/dahdi_facility/channels/chan_dahdi.c (original)
+++ team/rmudgett/dahdi_facility/channels/chan_dahdi.c Fri Sep 25 14:17:51 2009
@@ -4802,7 +4802,7 @@
 /*!
  * \internal
  * \brief Insert the given chan_dahdi interface structure into the no B channel list.
- * \since 1.6.3
+ * \since 1.6.4
  *
  * \param pri sig_pri span control structure holding no B channel list.
  * \param pvt chan_dahdi private interface structure to insert.
@@ -4857,7 +4857,7 @@
 /*!
  * \internal
  * \brief Extract the given chan_dahdi interface structure from the no B channel list.
- * \since 1.6.3
+ * \since 1.6.4
  *
  * \param pri sig_pri span control structure holding no B channel list.
  * \param pvt chan_dahdi private interface structure to extract.
@@ -11662,7 +11662,7 @@
 /*!
  * \internal
  * \brief Create a no B channel interface.
- * \since 1.6.3
+ * \since 1.6.4
  *
  * \param pri sig_pri span controller to add interface.
  *

Modified: team/rmudgett/dahdi_facility/channels/sig_pri.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/dahdi_facility/channels/sig_pri.c?view=diff&rev=220535&r1=220534&r2=220535
==============================================================================
--- team/rmudgett/dahdi_facility/channels/sig_pri.c (original)
+++ team/rmudgett/dahdi_facility/channels/sig_pri.c Fri Sep 25 14:17:51 2009
@@ -928,7 +928,7 @@
 /*!
  * \internal
  * \brief Find or create an empty no-B-channel interface to use.
- * \since 1.6.3
+ * \since 1.6.4
  *
  * \param pri sig_pri span controller to find interface.
  *
@@ -965,7 +965,7 @@
 /*!
  * \internal
  * \brief Find the channel associated with the libpri call.
- * \since 1.6.3
+ * \since 1.6.4
  *
  * \param pri sig_pri span controller to find interface.
  * \param call LibPRI opaque call pointer to find.
@@ -1374,7 +1374,7 @@
 /*!
  * \internal
  * \brief Attempt to transfer the active call to the held call.
- * \since 1.6.3
+ * \since 1.6.4
  *
  * \param pri sig_pri PRI control structure.
  * \param active_call Active call to transfer.
@@ -1446,7 +1446,7 @@
 /*!
  * \internal
  * \brief Handle the hold event from libpri.
- * \since 1.6.3
+ * \since 1.6.4
  *
  * \param pri sig_pri PRI control structure.
  * \param ev Hold event received.
@@ -1521,7 +1521,7 @@
 /*!
  * \internal
  * \brief Handle the retrieve event from libpri.
- * \since 1.6.3
+ * \since 1.6.4
  *
  * \param pri sig_pri PRI control structure.
  * \param ev Retrieve event received.




More information about the asterisk-commits mailing list