From 6b76015469c66d3e878edb5267724854c732bf1d Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Thu, 1 Sep 2005 23:01:54 +0000 Subject: allow for custom URI options to be set (issue #4927 with mods) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6499 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- doc/README.variables | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/README.variables b/doc/README.variables index fc96bd446..90e74ffcd 100755 --- a/doc/README.variables +++ b/doc/README.variables @@ -628,13 +628,14 @@ ${CALLINGSUBADDR} * Called PRI Subaddress ${FAXEXTEN} * The extension called before being redirected to "fax" ${PRIREDIRECTREASON} * Reason for redirect, if a call was directed -The SIP channel sets the following variables: +The SIP channel uses the following variables: --------------------------------------------------------- ${SIPCALLID} * SIP Call-ID: header verbatim (for logging or CDR matching) ${SIPDOMAIN} * SIP destination domain of an inbound call (if appropriate) ${SIPUSERAGENT} * SIP user agent ${SIPURI} * SIP uri ${SIP_CODEC} Set the SIP codec for a call +${SIP_URI_OPTIONS} * additional options to add to the URI for an outgoing call The Agent channel uses the following variables: --------------------------------------------------------- -- cgit v1.2.3