aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-13 20:39:34 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-13 20:39:34 +0000
commit0e88851fbf0b7d5cf5bdfed2bf7d977d6dbcbb4c (patch)
tree629b1623b53551f2d89ab4edd1c20e8f8034ff68 /UPGRADE.txt
parent86a49ee8618a11a78f51e2dead2562336b7175f0 (diff)
swap the G726-32 format numbers, so that IAX2 connections with prior versions of Asterisk will still work properly
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37565 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 32444aef7..c810f4b98 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -296,7 +296,11 @@ The G726-32 codec:
be able to continue to use these devices with this version of Asterisk and the
G726-32 codec, a configuration parameter called 'g726nonstandard' has been added
to sip.conf, so that Asterisk can use the packing order expected by the device (even
- though it requested a different order).
+ though it requested a different order). In addition, the internal format number for
+ G726-32 has been changed, and the old number is now assigned to AAL2-G726-32. The
+ result of this is that this version of Asterisk will be able to interoperate over
+ IAX2 with older versions of Asterisk, as long as this version is told to allow
+ 'g726aal2' instead of 'g726' as the codec for the call.
Installation: