<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:Courier New,courier,monaco,monospace,sans-serif;font-size:10pt"><div style="font-family: Courier New,courier,monaco,monospace,sans-serif; font-size: 10pt;">It's a known problem.<br><br>If you call Background() in a macro, then Asterisk will look for the extensions to jump to in the CALLING Macro/context and NOT the Macro that the Background() app was called in.<br><br>Eg:<br><br>[macro-DoSomething]<br>exten =&gt; s,1,Background(Prompt)<br>exten =&gt; 1,1,NoOP()<br><br>[context1]<br>exten =&gt; s,1,Macro(DoSomething)<br><br>If you press 1, Asterisk will look for an extension '1' in the context 'context1', NOT the 'DoSomething' macro.<br><br>Doug.<br><br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: Al Baker &lt;bwentdg@pipeline.com&gt;<br>To: Asterisk Users Mailing List -
 Non-Commercial Discussion &lt;asterisk-users@lists.digium.com&gt;<br>Sent: Thursday, July 10, 2008 4:50:19 PM<br>Subject: Re: [asterisk-users] Asterisk as an IVR solution<br><br>
Why can't you call Background() from a MACRO ?<br>Isn't is just an Application like any other ?<br>Curious minds want to know !<br><br>Quote "There's also the fact that you can't<br> &gt; call Backgound() in a macro,"<br><br>Douglas Garstang wrote:<br>&gt; Don't know about Asterisk 1.4, but in Asterisk 1.2 it expects the <br>&gt; input in seconds. If you try and use 0, it seems to drop back to a <br>&gt; default of 5s.<br>&gt;<br>&gt; ----- Original Message ----<br>&gt; From: MFH &lt;<a ymailto="mailto:asterisk-admin@hulber.com" href="mailto:asterisk-admin@hulber.com">asterisk-admin@hulber.com</a>&gt;<br>&gt; To: Asterisk Users Mailing List - Non-Commercial Discussion <br>&gt; &lt;<a ymailto="mailto:asterisk-users@lists.digium.com" href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a>&gt;<br>&gt; Sent: Thursday, July 10, 2008 12:37:31 PM<br>&gt; Subject: Re: [asterisk-users] Asterisk as an IVR solution<br>&gt;<br>&gt; From
 what I can tell Read allows for a floating point input which uses<br>&gt; ast_waitfordigit that accepts milliseconds as input.<br>&gt;<br>&gt; Douglas Garstang wrote:<br>&gt; &gt; Admittedly I have not used the ExternalIVR app. Is it any good?<br>&gt; &gt;<br>&gt; &gt; I'm not sure I agree that Asterisk is GOOD for building IVR's. Sure,<br>&gt; &gt; it can do it, but boy it is UGLY. There's also the fact that you can't<br>&gt; &gt; call Backgound() in a macro, which forces you to use Read() which<br>&gt; &gt; won't accept a timeout of &lt;1s. There's no DTMF background detection<br>&gt; &gt; while playing SayDigits so you have to roll your own by calling an<br>&gt; &gt; external AGI and concatenating sound files. Yuck. By the time you code<br>&gt; &gt; in logic for handling timeouts and incorrect responses to menu's with<br>&gt; &gt; all the gotos and what-not, it turns into a god aweful mess.<br>&gt; &gt;<br>&gt; &gt; Sure, you can do it.<br>&gt;
 &gt;<br>&gt; &gt; Doug.<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; ----- Original Message ----<br>&gt; &gt; From: Steve Totaro &lt;<a ymailto="mailto:stotaro@totarotechnologies.com" href="mailto:stotaro@totarotechnologies.com">stotaro@totarotechnologies.com</a> <br>&gt; &lt;mailto:<a ymailto="mailto:stotaro@totarotechnologies.com" href="mailto:stotaro@totarotechnologies.com">stotaro@totarotechnologies.com</a>&gt;&gt;<br>&gt; &gt; To: Asterisk Users Mailing List - Non-Commercial Discussion<br>&gt; &gt; &lt;<a ymailto="mailto:asterisk-users@lists.digium.com" href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a> <br>&gt; &lt;mailto:<a ymailto="mailto:asterisk-users@lists.digium.com" href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a>&gt;&gt;<br>&gt; &gt; Sent: Thursday, July 10, 2008 10:37:55 AM<br>&gt; &gt; Subject: Re: [asterisk-users] Asterisk as an IVR solution<br>&gt; &gt;<br>&gt;
 &gt;<br>&gt; &gt;<br>&gt; &gt; On Thu, Jul 10, 2008 at 1:25 PM, Mark Carpenter &lt;<a ymailto="mailto:mark@sixvoices.com" href="mailto:mark@sixvoices.com">mark@sixvoices.com</a> <br>&gt; &lt;mailto:<a ymailto="mailto:mark@sixvoices.com" href="mailto:mark@sixvoices.com">mark@sixvoices.com</a>&gt;<br>&gt; &gt; &lt;mailto:<a ymailto="mailto:mark@sixvoices.com" href="mailto:mark@sixvoices.com">mark@sixvoices.com</a> &lt;mailto:<a ymailto="mailto:mark@sixvoices.com" href="mailto:mark@sixvoices.com">mark@sixvoices.com</a>&gt;&gt;&gt; wrote:<br>&gt; &gt;<br>&gt; &gt;&nbsp; &nbsp; Hi.<br>&gt; &gt;<br>&gt; &gt;&nbsp; &nbsp; We are building an application that will provide users with the<br>&gt; &gt;&nbsp; &nbsp; ability to call in and report an absence. The caller will have to<br>&gt; &gt;&nbsp; &nbsp; validate themselves and the call tree will be dynamic, based on<br>&gt; &gt;&nbsp; &nbsp; data in a MySQL database. We will have many customers, each<br>&gt;
 &gt;&nbsp; &nbsp; calling a separate phone number, each having a different call<br>&gt; &gt;&nbsp; &nbsp; tree. New customers will be added regularly and we do not want a<br>&gt; &gt;&nbsp; &nbsp; solution that requires extensive programming each time (the call<br>&gt; &gt;&nbsp; &nbsp; trees are different in subtle ways from each other).<br>&gt; &gt;<br>&gt; &gt;&nbsp; &nbsp; Is Asterisk a great solution for this? If not do you know what<br>&gt; &gt;&nbsp; &nbsp; would? If so, we need someone to help us set it up, can you<br>&gt; &gt;&nbsp; &nbsp; suggest someone?<br>&gt; &gt;<br>&gt; &gt;&nbsp; &nbsp; Thanks in advance. Best.<br>&gt; &gt;<br>&gt; &gt;&nbsp; &nbsp; Mark<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; Asterisk certainly is a great solution for this.&nbsp; If you find you need<br>&gt; &gt; or want extra flexibility,&nbsp; the external IVR app. <br>&gt; &gt; <a href="http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+ExternalIVR"
 target="_blank">http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+ExternalIVR</a><br>&gt; &gt;<br>&gt; &gt; Thanks,<br>&gt; &gt; Steve Totaro<br>&gt; &gt;<br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>&gt; &gt;<br>&gt; &gt; AstriCon 2008 - September 22 - 25 Phoenix, Arizona<br>&gt; &gt; Register Now: <a href="http://www.astricon.net" target="_blank">http://www.astricon.net</a><br>&gt; &gt;<br>&gt; &gt; asterisk-users mailing list<br>&gt; &gt; To UNSUBSCRIBE or update options visit:<br>&gt; &gt;&nbsp; &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>&gt;<br>&gt;
 _______________________________________________<br>&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>&gt;<br>&gt; AstriCon 2008 - September 22 - 25 Phoenix, Arizona<br>&gt; Register Now: <a href="http://www.astricon.net" target="_blank">http://www.astricon.net</a><br>&gt;<br>&gt; asterisk-users mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;&nbsp;  <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>&gt;<br>&gt; ------------------------------------------------------------------------<br>&gt;<br>&gt; _______________________________________________<br>&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>&gt;<br>&gt; AstriCon 2008 - September 22 - 25 Phoenix, Arizona<br>&gt;
 Register Now: <a href="http://www.astricon.net" target="_blank">http://www.astricon.net</a><br>&gt;<br>&gt; asterisk-users mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;&nbsp; &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br><br>_______________________________________________<br>-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br><br>AstriCon 2008 - September 22 - 25 Phoenix, Arizona<br>Register Now: <a href="http://www.astricon.net" target="_blank">http://www.astricon.net</a><br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;  <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></div></div></div><br>



      </body></html>