[asterisk-commits] rmudgett: branch rmudgett/native_dahdi r394511 - /team/rmudgett/native_dahdi/...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jul 16 15:51:36 CDT 2013
Author: rmudgett
Date: Tue Jul 16 15:51:35 2013
New Revision: 394511
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=394511
Log:
Fix the red blobs.
Modified:
team/rmudgett/native_dahdi/channels/chan_dahdi.h
Modified: team/rmudgett/native_dahdi/channels/chan_dahdi.h
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/native_dahdi/channels/chan_dahdi.h?view=diff&rev=394511&r1=394510&r2=394511
==============================================================================
--- team/rmudgett/native_dahdi/channels/chan_dahdi.h (original)
+++ team/rmudgett/native_dahdi/channels/chan_dahdi.h Tue Jul 16 15:51:35 2013
@@ -106,8 +106,8 @@
} mwisend_states;
struct mwisend_info {
- struct timeval pause;
- mwisend_states mwisend_current;
+ struct timeval pause;
+ mwisend_states mwisend_current;
};
/*! Specify the lists dahdi_pvt can be put in. */
@@ -282,7 +282,6 @@
unsigned int mate:1;
/*! \brief TRUE if we originated the call leg. */
unsigned int outgoing:1;
- /* unsigned int overlapdial:1; unused and potentially confusing */
/*!
* \brief TRUE if busy extensions will hear the call-waiting tone
* and can use hook-flash to switch between callers.
More information about the asterisk-commits
mailing list