[asterisk-commits] russell: branch russell/iax_refcount r80297 - /team/russell/iax_refcount/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Aug 22 12:27:37 CDT 2007
Author: russell
Date: Wed Aug 22 12:27:36 2007
New Revision: 80297
URL: http://svn.digium.com/view/asterisk?view=rev&rev=80297
Log:
note potentional behavior change in user and peer matching in UPGRADE.txt
Modified:
team/russell/iax_refcount/UPGRADE.txt
Modified: team/russell/iax_refcount/UPGRADE.txt
URL: http://svn.digium.com/view/asterisk/team/russell/iax_refcount/UPGRADE.txt?view=diff&rev=80297&r1=80296&r2=80297
==============================================================================
--- team/russell/iax_refcount/UPGRADE.txt (original)
+++ team/russell/iax_refcount/UPGRADE.txt Wed Aug 22 12:27:36 2007
@@ -314,6 +314,13 @@
The IAX2 channel:
+* It is possible that previous configurations depended on the order in which
+ peers and users were specified in iax.conf for forcing the order in which
+ chan_iax2 matched against them. Due to some bug fixes and optimizations made
+ to this code, the order of the config file no longer has any effect on the logic
+ for matching against these entries. If this old behavior is desired, the
+ MAX_PEER_BUCKETS define in chan_iax2.c must be changed to a value of 1.
+
* The "mailboxdetail" option has been deprecated. Previously, if this option
was not enabled, the 2 byte MSGCOUNT information element would be set to all
1's to indicate there there is some number of messages waiting. With this
More information about the asterisk-commits
mailing list