aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2009-09-07 11:56:22 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2009-09-07 11:56:22 +0000
commit95b1c45bc69fe8a9f472ece46b2d3a290ff987c5 (patch)
tree0f6f096d38a25bc56ecda35f953f1d3138e02b66 /channels
parentf4de9279d650fd537bbae97ae35cad4c7aa94461 (diff)
Add doc and turn off premature media filter by default
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@216654 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 3af8a3525..8a4ee97a8 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -21873,7 +21873,7 @@ static int reload_config(enum channelreloadreason reason)
snprintf(global_useragent, sizeof(global_useragent), "%s %s", DEFAULT_USERAGENT, ast_get_version());
snprintf(global_sdpsession, sizeof(global_sdpsession), "%s %s", DEFAULT_SDPSESSION, ast_get_version());
snprintf(global_sdpowner, sizeof(global_sdpowner), "%s", DEFAULT_SDPOWNER);
- global_prematuremediafilter = TRUE;
+ global_prematuremediafilter = FALSE;
ast_copy_string(default_notifymime, DEFAULT_NOTIFYMIME, sizeof(default_notifymime));
ast_copy_string(global_realm, S_OR(ast_config_AST_SYSTEM_NAME, DEFAULT_REALM), sizeof(global_realm));
ast_copy_string(default_callerid, DEFAULT_CALLERID, sizeof(default_callerid));