<!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="#000000">
Marshall Henderson escribió:
<blockquote
cite="mid:31e007350904161415x272ba898h2f68e548c2ef2cf3@mail.gmail.com"
type="cite">
<pre wrap="">Unfortunately I'm still using Asterisk 1.2.x on this box so no AEL...
it was 'inheritied'.. :-( I'll eventually upgrade it to 1.4... and
maybe even 1.6 at some point. :-)
Marshall
</pre>
</blockquote>
But you don't have to configure that extensions on AEL necesarilly, you
can do it with normal extensions.conf ones, as the documentation
aported on <a class="moz-txt-link-freetext" href="http://iaxmodem.sourceforge.net/faq.php">http://iaxmodem.sourceforge.net/faq.php</a> says:<br>
<br>
<pre>If you want to operate multiple IAXmodem instances (to handle
more than one fax at a time) do something like this:
exten => fax,1,Dial(IAX2/ttyIAX0/${EXTEN})
exten => fax,2,Dial(IAX2/ttyIAX1/${EXTEN})
exten => fax,3,Dial(IAX2/ttyIAX2/${EXTEN})
exten => fax,4,Busy
exten => fax,5,Hangup
Regards,</pre>
<br>
<br>
<blockquote
cite="mid:31e007350904161415x272ba898h2f68e548c2ef2cf3@mail.gmail.com"
type="cite">
<pre wrap="">
On Thu, Apr 16, 2009 at 2:31 PM, Dave Fullerton
<a class="moz-txt-link-rfc2396E" href="mailto:dfullertasterisk@shorelinecontainer.com"><dfullertasterisk@shorelinecontainer.com></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">This is how I'm doing it (AEL notation):
context inbound-pri {
FAXNBRHERE => {
Dial(IAX2/iaxmodem00/${EXTEN});
Dial(IAX2/iaxmodem01/${EXTEN});
Dial(IAX2/iaxmodem02/${EXTEN});
Dial(IAX2/iaxmodem03/${EXTEN});
// Et cetera ...
Busy();
}
}
Call comes in, starts at the top and if that modem is busy asterisk
moves on to the next line. If all the modems are busy then a busy
indication is sent back to the caller.
-Dave
</pre>
</blockquote>
<pre wrap=""><!---->
_______________________________________________
-- Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a> --
asterisk-users mailing list
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>
<br>
<pre class="moz-signature" cols="72">--
Ing. Miguel Molina
Grupo de Tecnología
Millenium Phone Center
PBX: (+57 1)6500800 ext. 1201
Fax: (+57 1)6500816
Móvil: (+57)3138873587
</pre>
</body>
</html>