I currently have Asterisk <a href="http://1.2.7.1">1.2.7.1</a> and the Sangoma A200 w/ 6 FXO ports and HW Echo canceller.&nbsp; I have outgoing calling setup to use a group so that if one channel is busy it goes to one of the other channels.&nbsp; What's weird is that when I dial an outside number, sometimes it goes through and other times I get &quot;You have reached an invalid pager number MCLL327.&quot;&nbsp; I have no idea what that means.&nbsp; Is Asterisk calling the wrong number sometimes, or is there something wrong with the phone line?&nbsp; Is there any sort of Asterisk config I can use to avoid this issue?
<br><br>Thanks for any help you can provide,<br><br>Andrew<br><br><br>zaptel.conf:<br><br>loadzone = us<br>defaultzone = us<br>fxsks = 1-6<br><br>zapata.conf:<br><br>[trunkgroups]<br><br>[channels]<br>echocancel = yes<br>
echocancelwhenbridged = yes<br>rxgain = 0.0<br>txgain = 0.0<br>useincomingcalleridonzaptransfer = yes<br>callreturn = yes<br>callwaiting = yes<br>threewaycalling = yes<br>cancallforward = yes<br>busydetect = yes<br>busycount = 6
<br>musiconhold = default<br>callgroup=1<br>pickupgroup=1<br>signalling=fxs_ks<br><br>context=incoming1<br>group = 1<br>channel =&gt; 1,3-6<br><br>context=incoming2<br>group = 2<br>channel =&gt; 2<br>