[asterisk-commits] russell: branch russell/iax_refcount r80301 - /team/russell/iax_refcount/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Aug 22 12:56:24 CDT 2007
Author: russell
Date: Wed Aug 22 12:56:24 2007
New Revision: 80301
URL: http://svn.digium.com/view/asterisk?view=rev&rev=80301
Log:
add more to UPGRADE.txt regarding enabling the optimizations
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=80301&r1=80300&r2=80301
==============================================================================
--- team/russell/iax_refcount/UPGRADE.txt (original)
+++ team/russell/iax_refcount/UPGRADE.txt Wed Aug 22 12:56:24 2007
@@ -322,6 +322,13 @@
so that the remote end can match on that exactly instead of trying to infer
which user you want based on host.
+ If you would like to go ahead and use the new behavior which doesn't use the
+ order in the config file to influence matching order, then change the
+ MAX_PEER_BUCKETS define in chan_iax2.c to a value greater than one. An
+ example is provided there. By changing this, you will get *much* better
+ performance on systems that do a lot of peer and user lookups as they will be
+ stored in memory in a much more efficient manner.
+
* 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