Hi Juan,<br>I have this:<br><br>[default]<br>;include =&gt; stdexten<br>include =&gt; big10-IVR<br>include =&gt; cleveland-IVR<br>exten =&gt; _1703XXXXXXX,1,Goto(big10-IVR,s,1)<br>exten =&gt; _1567XXXXXXX,1,Goto(cleveland-IVR,s,1)<br>
<br>You recommend I have this:<br><br>[default]<br>exten =&gt; _1703XXXXXXX,1,Goto(big10-IVR,s,1)<br>exten =&gt; _1567XXXXXXX,1,Goto(cleveland-IVR,s,1)<br><br>I tried this and it does not seem to work.<br>Other thoughts?<br>
Where located please?<br><br><br><br><div class="gmail_quote">2009/11/1 &quot;Juan E. Rodríguez&quot; <span dir="ltr">&lt;<a href="mailto:jerdguez@gmail.com">jerdguez@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



  

<div bgcolor="#ffffff" text="#000000">
As I see here, you do not have to include the big10 context inside the
default context, as you have an extension defined to reach that context
and its extention is start extension.<br>
If the cleveland-IVR is based on the start extension too, the same
applies. <br>
<br>
Besides that, it would work...(maybe not the way you expect...<span><span> :-) </span></span>)<br>
<br>
Regards,<br>
Juan<br>
<br>
Thomas Perron wrote:
<blockquote type="cite"><div><div></div><div class="h5">Is this going to work:<br>
  <br>
[default]<br>
include =&gt; stdexten<br>
include =&gt; big10-IVR<br>
include =&gt; cleveland-IVR<br>
exten =&gt; _17035745353,1,Goto(big10-IVR,s,1)<br>
exten =&gt; _15672528431,1,Goto(cleveland-IVR,s,1)<br>
  <br>
  <br>
[big10-IVR]<br>
exten =&gt; s,1,Answer()<br>
exten =&gt; s,n,Background(dir-welcome)<br>
;exten =&gt; s,n,WaitExten(1)<br>
;exten =&gt; s,n,Background(astcc-please-enter-your)<br>
  </div></div><pre><hr size="4" width="90%">
_______________________________________________
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a></pre>
</blockquote>
</div>


<br>_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>