mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Rename 'canreinvite' option to 'directmedia', with backwards compatibility.
It is clear from multiple mailing list, forum, wiki and other sorts of posts that users don't really understand the effects that the 'canreinvite' config option actually has, and that in some cases they think that setting it to 'no' will actually cause various other features (T.38, MOH, etc.) to not work properly, when in fact this is not the case. This patch changes the proper name of the option to what it should have been from the beginning ('directmedia'), but preserves backwards compatibility for existing configurations. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@210190 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -37,7 +37,7 @@ accountcode character varying(20),
|
||||
amaflags character varying(7),
|
||||
callgroup character varying(10),
|
||||
callerid character varying(80),
|
||||
canreinvite character varying(3) DEFAULT 'yes',
|
||||
directmedia character varying(3) DEFAULT 'yes',
|
||||
context character varying(80),
|
||||
defaultip character varying(15),
|
||||
dtmfmode character varying(7),
|
||||
|
Reference in New Issue
Block a user