summaryrefslogtreecommitdiff
path: root/res/res_sip_endpoint_identifier_ip.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_sip_endpoint_identifier_ip.c')
-rw-r--r--res/res_sip_endpoint_identifier_ip.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/res_sip_endpoint_identifier_ip.c b/res/res_sip_endpoint_identifier_ip.c
index e3630ad07..89bf1d554 100644
--- a/res/res_sip_endpoint_identifier_ip.c
+++ b/res/res_sip_endpoint_identifier_ip.c
@@ -30,6 +30,25 @@
#include "asterisk/module.h"
#include "asterisk/acl.h"
+/*** DOCUMENTATION
+ <configInfo name="res_sip_endpoint_identifier_ip" language="en_US">
+ <synopsis>Module that identifies endpoints via source IP address</synopsis>
+ <configFile name="res_sip.conf">
+ <configObject name="identify">
+ <configOption name="endpoint">
+ <synopsis>Name of Endpoint</synopsis>
+ </configOption>
+ <configOption name="match">
+ <synopsis>IP addresses or networks to match against</synopsis>
+ </configOption>
+ <configOption name="type">
+ <synopsis>Must be of type 'identify'.</synopsis>
+ </configOption>
+ </configObject>
+ </configFile>
+ </configInfo>
+ ***/
+
/*! \brief Structure for an IP identification matching object */
struct ip_identify_match {
/*! \brief Sorcery object details */