summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2014-04-17 19:50:05 +0000
committerMatthew Jordan <mjordan@digium.com>2014-04-17 19:50:05 +0000
commit7d26eefce43bf5f0d51c97377dcc96820a909d5e (patch)
tree0c070aaa3005881e13dd45229b8285ee92b88999 /CHANGES
parent3043cd363dcc4788adab0010111302d90ad113ca (diff)
chan_sip: Add SIPURIPHONECONTEXT channel variable for Request TEL URIs
This patch is a continuation of https://reviewboard.asterisk.org/r/3349/, committed in r412303. It resolves a finding oej had that the phone-context be available in a channel variable separate from SIPDOMAIN. This patch adds that variable as SIPURIPHONECONTEXT. It also allows a local number (or global number specified in the TEL URI) to be used to look up as a peer. (issue ASTERISK-17179) Review: https://reviewboard.asterisk.org/r/3349/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@412467 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index b4e0d4e91..dc261055e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -98,7 +98,7 @@ chan_sip
-------------------------
* TEL URI support for inbound INVITE requests has been added. chan_sip will
now handle TEL schemes in the Request and From URIs. The phone-context in
- the Request URI will be stored in the TELPHONECONTEXT channel variable on
+ the Request URI will be stored in the SIPURIPHONECONTEXT channel variable on
the inbound channel.
Debugging