[asterisk-commits] mmichelson: branch mmichelson/queue-reset r106233 - in /team/mmichelson/queue...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Mar 5 15:52:29 CST 2008
Author: mmichelson
Date: Wed Mar 5 15:52:29 2008
New Revision: 106233
URL: http://svn.digium.com/view/asterisk?view=rev&rev=106233
Log:
Okay, that whole "resolve and reset" commit from a while ago? I forgot to
actually do the "reset" part. And now for your enjoyment:
Resetting the automerge property
Modified:
team/mmichelson/queue-reset/ (props changed)
team/mmichelson/queue-reset/doc/tex/realtime.tex
Propchange: team/mmichelson/queue-reset/
------------------------------------------------------------------------------
automerge = *
Propchange: team/mmichelson/queue-reset/
------------------------------------------------------------------------------
svnmerge-blocked = /branches/1.4:106178
Propchange: team/mmichelson/queue-reset/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Wed Mar 5 15:52:29 2008
@@ -1,1 +1,1 @@
-/trunk:1-106174
+/trunk:1-106232
Modified: team/mmichelson/queue-reset/doc/tex/realtime.tex
URL: http://svn.digium.com/view/asterisk/team/mmichelson/queue-reset/doc/tex/realtime.tex?view=diff&rev=106233&r1=106232&r2=106233
==============================================================================
--- team/mmichelson/queue-reset/doc/tex/realtime.tex (original)
+++ team/mmichelson/queue-reset/doc/tex/realtime.tex Wed Mar 5 15:52:29 2008
@@ -38,6 +38,20 @@
modules that read configurations, there's no difference between a static
file in the file system, like extensions.conf, and a configuration loaded
from a database.
+
+You just have to always make sure the var\_metric values are properly set and
+ordered as you expect in your database server if you're using the static mode
+with ARA (either sequentially or with the same var\_metric value for everybody).
+
+If you have an option that depends on another one in a given configuration
+file (i.e, 'musiconhold' depending on 'agent' from agents.conf) but their
+var\_metric are not sequential you'll probably get default values being assigned for
+those options instead of the desired ones. You can still use the same
+var\_metric for all entries in your DB, just make sure the entries
+are recorded in an order that does not break the option dependency.
+
+That doesn't happen when you use a static file in the file system. Although
+this might be interpreted as a bug or limitation, it is not.
\subsubsection{Realtime SIP friends}
More information about the asterisk-commits
mailing list