From 8bb4f5656ce6955fa888df233640d94e6712b8d6 Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Mon, 7 Sep 2009 12:00:15 +0000 Subject: [PATCH] Add docs git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@216655 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 4 ++++ UPGRADE.txt | 3 +++ 2 files changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index 98bb2eb9cb..cdbe7b2427 100644 --- a/CHANGES +++ b/CHANGES @@ -56,6 +56,10 @@ SIP Changes * Channel variables set with setvar= in a device configuration is now set both for inbound and outbound calls. * Added support for ITU G.722.1 and G.722.1C (Siren7 and Siren14) media streams. + * Added a new option "prematuremedia" that defaults to "yes". If you turn this + option on, chan_sip will not automatically initiate early media if it receives + audio from the incoming channel before there's been a progress indication. + IAX2 changes ------------ diff --git a/UPGRADE.txt b/UPGRADE.txt index 9d470f053b..0786b883ac 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -91,6 +91,9 @@ From 1.6.1 to 1.6.2: Georgian was incorrectly specified as "ge" but should be "ka", and Czech is "cs", not "cz". +* The prematuremedia option in sip.conf is from this released enabled by + default. See sip.conf.sample + From 1.6.0.1 to 1.6.1: * The ast_agi_register_multiple() and ast_agi_unregister_multiple()