aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--enum.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/enum.c b/enum.c
index 176cef697..242c5b355 100644
--- a/enum.c
+++ b/enum.c
@@ -25,6 +25,16 @@
* \author Mark Spencer <markster@digium.com>
*
* \arg Funding provided by nic.at
+ *
+ * \par Enum standards
+ *
+ * - NAPTR records: http://ietf.nri.reston.va.us/rfc/rfc2915.txt
+ * - DNS SRV records: http://www.ietf.org/rfc/rfc2782.txt
+ * - ENUM http://www.ietf.org/rfc/rfc3761.txt
+ * - ENUM for H.323: http://www.ietf.org/rfc/rfc3762.txt
+ * - ENUM SIP: http://www.ietf.org/rfc/rfc3764.txt
+ * - IANA ENUM Services: http://www.iana.org/assignments/enum-services
+ *
*/
#include <sys/types.h>