diff --git a/res/res_pjsip_endpoint_identifier_ip.c b/res/res_pjsip_endpoint_identifier_ip.c
index b491434067..fd59f28c27 100644
--- a/res/res_pjsip_endpoint_identifier_ip.c
+++ b/res/res_pjsip_endpoint_identifier_ip.c
@@ -35,11 +35,18 @@
Module that identifies endpoints via source IP address
+ Identifies endpoints via source IP address
Name of Endpoint
IP addresses or networks to match against
+
+ The value is a comma-delimited list of IP addresses. IP addresses may
+ have a subnet mask appended. The subnet mask may be written in either
+ CIDR or dot-decimal notation. Separate the IP address and subnet
+ mask with a slash ('/')
+
Must be of type 'identify'.