Hello,<br><br>I use asterisk to to IAX2 trunking between London POP &amp; Reunion Island pop. I would like to know if it&#39;s possible to do a kind of call-limit (i.e. restrict to XX) channels but on a per dialcode and / or destination basis.<br>
<br><br>For example:<br><br>[trunk]<br>; reunion proper, i want to send no more than 24 channels<br>exten =&gt; _0262XXXXXX,1,Dial(IAX2/mytrunk/${EXTEN}) <br><br>; reunion mobile, i want to send no more than 12 channels<br>

exten =&gt; _0692XXXXXX,1,Dial(IAX2/mytrunk/${EXTEN})<br>exten =&gt; _0693XXXXXX,1,Dial(IAX2/mytrunk/${EXTEN})<br><br><br>How would you go about it? Currently my IAX2 peer definition looks like this:<br>
<br># machine in london<br>[mytrunk]<br>type=friend<br>host=$reunion_ip<br>trunk=yes<br>qualify=yes<br>context=route<br><br># machine in reunion island<br>
[mytrunk]<br>
type=friend<br>
host=$london_ip<br>
trunk=yes<br>
qualify=yes<br>
context=route<br>
<br>I use version Asterisk 1.4.11, production environment currently doing 25,000 minutes / day (that means if i want to upgrade i need to do it on separate servers just in case something goes wrong).<br><br><br>Cheers,<br>
Jean-Michel.<br>