<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000066">
<font size="-1"><font face="Arial"><br>
<br>
&nbsp; You didn't even bother to read the last 24 hours of list mail before
asking this?!?<br>
<br>
&nbsp; (Hint: read the last 24 hours' worth of list mail...)<br>
<br>
</font></font><br>
Asterisk Supporter wrote:
<blockquote
 cite="mid3950.64.193.93.44.1124317859.squirrel@www.ratzlaff.org"
 type="cite">
  <pre wrap="">How "real time" is realtime?  If the extensions.conf is stored in the
database, does * query it row by row or is it "cached"?  In other words,
given the following exerpt:

exten =&gt; 5001,1,Dial(IAX2/test@test/s,30,g)
exten =&gt; 5001,2,Voicemail(u5001)
exten =&gt; 5001,102,Voicemail(b5001)
exten =&gt; 5001,103,Hangup

exten =&gt; 5002,1,Dial(IAX2/test2@test2/s,30)
exten =&gt; 5002,2,Voicemail(u5002)
exten =&gt; 5002,102,Voicemail(b5002)
exten =&gt; 5002,103,Hangup


If 5001 received a call at 5001,1 and was answered can row 5001,2 be
replaced with:

exten =&gt; 5001,2,Goto(5002,1)

Overlooking syntax and typos in the dial plan, on the extension 5001
hangup ("g "attribute) will the caller be "transferred" to voicemail or
extension 5002?  Can I alter the dialplan in "realtime" as long as the row
has not been processed?




_______________________________________________
Asterisk-Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a>
<a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
Cheers,
 Mattt.

 VoIP made easy                 - <a class="moz-txt-link-freetext" href="http://voip.abovenetworks.net">http://voip.abovenetworks.net</a>
 Convergent network specialists - <a class="moz-txt-link-freetext" href="http://abovenetworks.net">http://abovenetworks.net</a>

        I have an inferiority complex, but it's not a very good one...
</pre>
</body>
</html>