[asterisk-commits] mmichelson: branch mmichelson/sip_endpoint_reorg r395548 - /team/mmichelson/s...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Jul 26 14:17:54 CDT 2013


Author: mmichelson
Date: Fri Jul 26 14:17:53 2013
New Revision: 395548

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=395548
Log:
Remove fields from the endpoint that are not used.


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=395548&r1=395547&r2=395548
==============================================================================
--- 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:17:53 2013
@@ -505,10 +505,6 @@
 	/*! Configuration options for INFO packages */
 	struct ast_sip_endpoint_info_configuration info;
 	struct ast_sip_endpoint_pickup_configuration pickup;
-	/*! Domain to which this endpoint belongs */
-	struct ast_sip_domain *domain;
-	/*! Address of record for incoming registrations */
-	struct ast_sip_aor *aor;
 	/*! Inbound authentication credentials */
 	struct ast_sip_auth_array inbound_auths;
 	/*! Outbound authentication credentials */




More information about the asterisk-commits mailing list