[Asterisk-Users] Outbound Routing does not use Multiple Trunks

Mimmus dviggiani at tiscali.it
Tue Feb 21 12:01:59 MST 2006


> -----Original Message-----
> From: asterisk-users-bounces at lists.digium.com 
> [mailto:asterisk-users-bounces at lists.digium.com] 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.  

Peraphs this bug in AMP:

###############################################################
Max Channels Bug Remains. A bug has been reported because of a deprecated
command that makes Asterisk at 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 http://mundy.org/blog/index.php?p=112]

Keep me informed if this solves your problem.

Bye
Mimmus




More information about the asterisk-users mailing list