[svn-commits] branch group/sip-threading r26806 - /team/group/sip-threading/channels/

svn-commits at lists.digium.com svn-commits at lists.digium.com
Thu May 11 02:44:55 MST 2006


Author: file
Date: Thu May 11 04:44:54 2006
New Revision: 26806

URL: http://svn.digium.com/view/asterisk?rev=26806&view=rev
Log:
Get rid of an old idea...

Modified:
    team/group/sip-threading/channels/chan_sip.c

Modified: team/group/sip-threading/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/team/group/sip-threading/channels/chan_sip.c?rev=26806&r1=26805&r2=26806&view=diff
==============================================================================
--- team/group/sip-threading/channels/chan_sip.c (original)
+++ team/group/sip-threading/channels/chan_sip.c Thu May 11 04:44:54 2006
@@ -210,11 +210,6 @@
 
 #define RTP 	1
 #define NO_RTP	0
-
-/*! \brief SIP pvt state request change types (currently only SIP_STATE_DESTROY is available) */
-enum sippvtstates {
-	STATE_DESTROY,
-};
 
 /*! \brief Authorization scheme for call transfers 
 \note Not a bitfield flag, since there are plans for other modes,



More information about the svn-commits mailing list