[asterisk-commits] russell: branch russell/events r79026 - /team/russell/events/channels/iax2.h

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Aug 10 11:13:50 CDT 2007


Author: russell
Date: Fri Aug 10 11:13:50 2007
New Revision: 79026

URL: http://svn.digium.com/view/asterisk?view=rev&rev=79026
Log:
remove some more iax2 changes

Modified:
    team/russell/events/channels/iax2.h

Modified: team/russell/events/channels/iax2.h
URL: http://svn.digium.com/view/asterisk/team/russell/events/channels/iax2.h?view=diff&rev=79026&r1=79025&r2=79026
==============================================================================
--- team/russell/events/channels/iax2.h (original)
+++ team/russell/events/channels/iax2.h Fri Aug 10 11:13:50 2007
@@ -95,23 +95,10 @@
 	IAX_COMMAND_FWDATA =    37,
 	/*! Transfer media only */
 	IAX_COMMAND_TXMEDIA =   38,
-	/*! Resource Peering request */
-	IAX_COMMAND_RPREQ =     39,
-	/*! Resource Peering authentication required */
-	IAX_COMMAND_RPAUTH =    40,
-	/*! Resource Peering accepted */
-	IAX_COMMAND_RPACK =     41,
-	/*! Resource Peering rejected */
-	IAX_COMMAND_RPREJ =     42,
-	/*! Force release of Resource Peering */
-	IAX_COMMAND_RPREL =     43,
 };
 
 /*! By default require re-registration once per minute */
 #define IAX_DEFAULT_REG_EXPIRE  60	
-
-/*! The default expiry for resource peering sessions */
-#define IAX_DEFAULT_RP_EXPIRE 60
 
 /*! How long to wait before closing bridged call */
 #define IAX_LINGER_TIMEOUT		10 




More information about the asterisk-commits mailing list