summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2014-04-12 02:27:43 +0000
committerMatthew Jordan <mjordan@digium.com>2014-04-12 02:27:43 +0000
commiteed03fc01ac8c6ef424eff65c718f7802a4cb1ef (patch)
tree9d7f8bd4fa085773b28aa8f6ad4c251fe11dbab7 /CHANGES
parent39ba6a16f5c0fd1fe40a41d7102b057ef3490a9e (diff)
chan_sip: Support RFC-3966 TEL URIs in inbound INVITE requests
This patch adds support for handling TEL URIs in inbound INVITE requests. This includes the Request URI and the From URI. The number specified in the Request URI will be the destination of the inbound channel in the dialplan. The phone-context specified in the Request URI will be stored in the TELPHONECONTEXT channel variable. Review: https://reviewboard.asterisk.org/r/3349 ASTERISK-17179 #close Reported by: Geert Van Pamel Tested by: Geert Van Pamel patches: asterisk-12.0.0-chan_sip-RFC3966_patch.txt uploaded by Geert Van Pamel (License 6140) asterisk-12.0.0-reqresp_parser-RFC3966_patch.txt uploaded by Geert Van Pamel (License 6140) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@412292 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f5f652448..8c3a25347 100644
--- a/CHANGES
+++ b/CHANGES
@@ -86,6 +86,17 @@ MixMonitor
* A new function, MIXMONITOR, has been added to allow access to individual
instances of MixMonitor on a channel.
+
+Channel Drivers
+-------------------------
+
+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 inbound channel.
+
Debugging
-------------------------
* Core Show Locks output now includes Thread/LWP ID if the platform