[asterisk-commits] oej: branch oej/codename-pineapple r48393 -
/team/oej/codename-pineapple/chan...
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Mon Dec 11 14:44:20 MST 2006
Author: oej
Date: Mon Dec 11 15:44:19 2006
New Revision: 48393
URL: http://svn.digium.com/view/asterisk?view=rev&rev=48393
Log:
Testing commit
Modified:
team/oej/codename-pineapple/channels/sip3/sip3.h
Modified: team/oej/codename-pineapple/channels/sip3/sip3.h
URL: http://svn.digium.com/view/asterisk/team/oej/codename-pineapple/channels/sip3/sip3.h?view=diff&rev=48393&r1=48392&r2=48393
==============================================================================
--- team/oej/codename-pineapple/channels/sip3/sip3.h (original)
+++ team/oej/codename-pineapple/channels/sip3/sip3.h Mon Dec 11 15:44:19 2006
@@ -366,6 +366,20 @@
};
+/*! \brief For each config object, a flag that says where this config object
+ can be used */
+enum sip_config_objects {
+ SIP_CONFOBJ_GENERAL = (1 << 0), /*!< [general] section */
+ SIP_CONFOBJ_PHONE = (1 << 1), /*!< phone configuration */
+ SIP_CONFOBJ_SERVICE = (1 << 2), /*!< Service configuration */
+ SIP_CONFOBJ_TRUNK = (1 << 3), /*!< Trunk configuration */
+ SIP_CONFOBJ_DOMAIN = (1 << 4), /*!< Domain configurations */
+ SIP_CONFOBJ_REALM = (1 << 5), /*!< Realm configurations */
+}
+
+enum sip_config_options {
+ SIP_CONF_NONE, /*!< Unknown */
+}
/* -------- Structure declarations */
More information about the asterisk-commits
mailing list