summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorWalter Doekes <walter+asterisk@wjd.nu>2016-02-19 11:30:15 +0100
committerWalter Doekes <walter+asterisk@wjd.nu>2016-02-19 11:30:15 +0100
commitc00082329ef405ce2af6aaa8e40ada37de2aeb7b (patch)
treed80cfbb6818414b7d3abeee39b673f836affd6d0 /UPGRADE.txt
parent6fc57b3e1f401fd18e3e4d4462f973094dd0908c (diff)
chan_sip: Optionally supply fromuser/fromdomain in SIP dial string.
Previously you could add [!dnid] to the SIP dial string to alter the To: header. This change allows you to alter the From header as well. SIP dial string extra options now look like this: [![touser[@todomain]][![fromuser][@fromdomain]]] INCOMPATIBLE CHANGE: If you were using an exclamation mark in your To: header, that is no longer possible. ASTERISK-25803 #close Change-Id: I2457e9ba7a89eb1da22084bab5a4d4328e189db7
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 6fb82c43a..131ce6caa 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -31,6 +31,11 @@ chan_dahdi:
ring-ring-ring pattern would exceed the pattern limits and stop
Caller-ID detection.
+chan_sip:
+ - The SIP dial string has been extended past the [!dnid] option by another
+ exclamation mark: [!dnid[!fromuri]. An exclamation mark in the To-URI
+ will now mean changes to the From-URI.
+
Core:
- The REF_DEBUG compiler flag is now used to enable refdebug by default.
The setting can be overridden in asterisk.conf by setting refdebug in