From e9d22f802e5a3cbda4bc7ed868388ac189a75785 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Mon, 3 Aug 2009 20:48:48 +0000 Subject: 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 --- doc/res_config_sqlite.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/res_config_sqlite.txt') diff --git a/doc/res_config_sqlite.txt b/doc/res_config_sqlite.txt index 39d31521a..95322cf10 100644 --- a/doc/res_config_sqlite.txt +++ b/doc/res_config_sqlite.txt @@ -70,7 +70,7 @@ CREATE TABLE ast_sip ( callgroup VARCHAR(10) DEFAULT NULL, callerid VARCHAR(80) DEFAULT NULL, cancallforward CHAR(3) DEFAULT 'yes', - canreinvite CHAR(3) DEFAULT 'yes', + directmedia CHAR(3) DEFAULT 'yes', context VARCHAR(80) DEFAULT NULL, defaultip VARCHAR(15) DEFAULT NULL, dtmfmode VARCHAR(7) DEFAULT NULL, -- cgit v1.2.3