From: Mark Spencer Date: Wed, 12 Nov 2003 23:54:41 +0000 (+0000) Subject: Improve documentation of ${SIPDOMAIN} X-Git-Tag: 0.7.0~281 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=270c8e3746b48abe7cdc27de26724e50c2503b07;p=thirdparty%2Fasterisk.git Improve documentation of ${SIPDOMAIN} git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1731 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/README.variables b/README.variables index 86c7ca7824..95485ba7fb 100755 --- a/README.variables +++ b/README.variables @@ -44,7 +44,7 @@ ${UNIQUEID} Current call unique identifier ${DNID} Dialed Number Identifier ${RDNIS} Redirected Dial Number ID Service ${HANGUPCAUSE} Hangup cause on last PRI hangup -${SIPDOMAIN} SIP domain (if appropriate) +${SIPDOMAIN} SIP destination domain of an inbound call (if appropriate) There are two reference modes - reference by value and reference by name. To refer to a variable with its name (as an argument to a function that diff --git a/doc/README.variables b/doc/README.variables index 86c7ca7824..95485ba7fb 100755 --- a/doc/README.variables +++ b/doc/README.variables @@ -44,7 +44,7 @@ ${UNIQUEID} Current call unique identifier ${DNID} Dialed Number Identifier ${RDNIS} Redirected Dial Number ID Service ${HANGUPCAUSE} Hangup cause on last PRI hangup -${SIPDOMAIN} SIP domain (if appropriate) +${SIPDOMAIN} SIP destination domain of an inbound call (if appropriate) There are two reference modes - reference by value and reference by name. To refer to a variable with its name (as an argument to a function that