<!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">
Mimmus, It looks like this took care of the problem. <br>
<br>
Thanks for your help,<br>
Nate<br>
<br>
Mimmus wrote:
<blockquote cite="mid000001c63719$4aba47f0$cf42e3c1@pitagora.it"
type="cite">
<blockquote type="cite">
<pre wrap="">-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>
[<a class="moz-txt-link-freetext" href="mailto:asterisk-users-bounces@lists.digium.com">mailto:asterisk-users-bounces@lists.digium.com</a>] On Behalf Of
Nate List
Sent: Tuesday, February 21, 2006 7:17 PM
...
In my Outbound Routing I have the Trunk Sequence set up so that 0 is
Zap/1-1 and 1 is ZAP/2-1 What I see is that when Trunk
Sequence 0 is full, it does not open Trunk Sequence 1.
</pre>
</blockquote>
<pre wrap=""><!---->
Peraphs this bug in AMP:
###############################################################
Max Channels Bug Remains. A bug has been reported because of a deprecated
command that makes Asterisk@Home's calculation of maximum channels invalid.
To fix it, goto AMP->Maintenance->Config
Edit->extensions.conf->macro-dialout-trunk and comment out line s,7 so that
it looks like this:
;exten => s,7,CheckGroup(${OUTMAXCHANS_${ARG1}})
Then insert a new line s,7 just below it which looks like this:
exten => s,7,GotoIf($[ ${GROUP_COUNT()} > ${OUTMAXCHANS_${ARG1}} ]?108)
Then click the Update button and reload Asterisk to activate the change.
###############################################################
[from <a class="moz-txt-link-freetext" href="http://mundy.org/blog/index.php?p=112">http://mundy.org/blog/index.php?p=112</a>]
Keep me informed if this solves your problem.
Bye
Mimmus
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --
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>
</body>
</html>