[asterisk-commits] mmichelson: branch mmichelson/sip_endpoint_reorg r395552 - /team/mmichelson/s...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jul 26 14:28:51 CDT 2013
Author: mmichelson
Date: Fri Jul 26 14:28:49 2013
New Revision: 395552
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=395552
Log:
Remove yet another unused field in the ast_sip_endpoint struct.
Modified:
team/mmichelson/sip_endpoint_reorg/include/asterisk/res_sip.h
Modified: team/mmichelson/sip_endpoint_reorg/include/asterisk/res_sip.h
URL: http://svnview.digium.com/svn/asterisk/team/mmichelson/sip_endpoint_reorg/include/asterisk/res_sip.h?view=diff&rev=395552&r1=395551&r2=395552
==============================================================================
--- team/mmichelson/sip_endpoint_reorg/include/asterisk/res_sip.h (original)
+++ team/mmichelson/sip_endpoint_reorg/include/asterisk/res_sip.h Fri Jul 26 14:28:49 2013
@@ -545,8 +545,6 @@
struct ast_sip_auth_array outbound_auths;
/*! DTMF mode to use with this endpoint */
enum ast_sip_dtmf_mode dtmf;
- /*! List of outbound registrations */
- AST_LIST_HEAD_NOLOCK(, ast_sip_registration) registrations;
/*! Method(s) by which the endpoint should be identified. */
enum ast_sip_endpoint_identifier_type ident_method;
/*! Boolean indicating if ringing should be sent as inband progress */
More information about the asterisk-commits
mailing list