summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2007-12-05 13:09:47 +0000
committerOlle Johansson <oej@edvina.net>2007-12-05 13:09:47 +0000
commit0cc002a48ae0d958c7d260c977dabd7e1ea68cc0 (patch)
treebd0e84d72e05831d8b2cbb2e0d0f031258ca3cfe /UPGRADE.txt
parent10d047737f3e52c5e4c31359c361e866d97d0dff (diff)
Rename "username" to "defaultuser" to match with "defaultip".
"Username" still works, but is deprecated. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@91152 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 a8eccb4ea..82374eb59 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -121,6 +121,11 @@ Channel Drivers:
Asterisk, but will be removed in the following version. Please use the groupcount functions
in the dialplan to enforce call limits. The "limitonpeer" configuration option is
now renamed to "counteronpeer".
+* SIP: The "username" option is now renamed to "defaultuser" to match "defaultip".
+ These are used only before registration to call a peer with the uri
+ sip:defaultuser@defaultip
+ The "username" setting still work, but is deprecated and will not work in
+ the next version of Asterisk.
* chan_local.c: the comma delimiter inside the channel name has been changed to a
semicolon, in order to make the Local channel driver compatible with the comma