<br><div class="gmail_quote">2009/1/19 Thomas Stein <span dir="ltr">&lt;<a href="mailto:thomas.stein@knowledgetools.de">thomas.stein@knowledgetools.de</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello.<br>
<br>
Does someone know what &quot;order field&quot; means in followme.conf? The Doku says:<br>
<br>
number=&gt; &lt;number to call[&amp;2nd #[&amp;3rd #]]&gt; [, &lt;timeout value in seconds&gt; [,<br>
&lt;order in follow-me&gt;] ]<br>
<br>
So an example would be:<br>
<br>
number=&gt; 123&amp;124&amp;125,10,?<br>
<br>
It would be nice if someone could enlighten me.<br></blockquote></div><br><div>As I understand it, Follow-me can take multiple number lines in the config... (I&#39;ve not used follow-me though, this is just from looking at app_followme.c)</div>
<div><br></div><div>number =&gt; 123&amp;124&amp;125,10,1 ; Would call 123, 124 &amp; 125 first (all at the same time as the same syntax in a Dial string would do), trying for 10 seconds</div><div>number =&gt; 126,10,3 ; Would call 126 third, trying for 10 seconds</div>
<div>number =&gt; 127,10,2 ; Would call 127 second, trying for 10 seconds</div><div><br></div><div>In the example I&#39;ve provided, 127 would be called before 126 due to the use of the order field... If the order was not specified then 126 would be called before 127 due to the order of the lines in the file...</div>
<div><br></div><div>Again, I&#39;ve not used it, so not 100% sure that&#39;s how it works, but, that&#39;s what it looks like to me... Hope it helps...</div><div><br></div><div>d</div>