[asterisk-commits] file: branch file/issue12437 r184382 - /team/file/issue12437/channels/chan_sip.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Mar 26 11:54:16 CDT 2009


Author: file
Date: Thu Mar 26 11:54:14 2009
New Revision: 184382

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=184382
Log:
Quiet kpfleming, quiet!

Modified:
    team/file/issue12437/channels/chan_sip.c

Modified: team/file/issue12437/channels/chan_sip.c
URL: http://svn.digium.com/svn-view/asterisk/team/file/issue12437/channels/chan_sip.c?view=diff&rev=184382&r1=184381&r2=184382
==============================================================================
--- team/file/issue12437/channels/chan_sip.c (original)
+++ team/file/issue12437/channels/chan_sip.c Thu Mar 26 11:54:14 2009
@@ -860,7 +860,7 @@
 	int peercapability;		/*!< Peers T38 capability */
 	int jointcapability;		/*!< Supported T38 capability at both ends */
 	enum t38state state;		/*!< T.38 state */
-	int direct;                     /*!< Whether the T38 came from the initial invite or not */
+	unsigned int direct:1;          /*!< Whether the T38 came from the initial invite or not */
 };
 
 /*! \brief Parameters to know status of transfer */




More information about the asterisk-commits mailing list