From: Rusty Newton Date: Fri, 13 Sep 2013 13:28:26 +0000 (+0000) Subject: 'identify' configObject doesn't have a synopsis X-Git-Tag: 13.0.0-beta1~1094 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc09e5eb66ffd6541b30a65b6fc37a88d340ea55;p=thirdparty%2Fasterisk.git 'identify' configObject doesn't have a synopsis Add a straightforward synopsis and description to the identify config object in XML documentation. (issue ASTERISK-22311) (closes issue ASTERISK-22311) Reported By: Rusty Newton ........ Merged revisions 399031 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@399032 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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'.