<div dir="ltr">The easiest thing to do might be to limit the peer to 11 calls in your sip.conf or pjsip.conf and then use the GROUP and GROUP_COUNT functions to limit the extension to 10 concurrent calls, Then when you get call #11 who is high priority you can allow it through or otherwise return busy.<br><br><a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+15+Function_GROUP">https://wiki.asterisk.org/wiki/display/AST/Asterisk+15+Function_GROUP</a><br><br><a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+15+Function_GROUP_COUNT">https://wiki.asterisk.org/wiki/display/AST/Asterisk+15+Function_GROUP_COUNT</a><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 7, 2017 at 4:21 AM, Jean Aunis <span dir="ltr"><<a href="mailto:jean.aunis@prescom.fr" target="_blank">jean.aunis@prescom.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
Has anyone already implemented some sort of call preemption in Asterisk ? I am trying to achieve something like this :<br>
<br>
- I want to limit the number of calls on a given SIP peer to 10<br>
<br>
- on the other hand, some calls have higher priority than others<br>
<br>
- when the ceiling of 10 calls is reached and a call with a high priority is attempted, I would like to drop a call with a lower priority to let the new one go through<br>
<br>
Monitoring the ceiling is easy with channel groups, but it is does not help in implementing call preemption since there is no function to retrieve all the channels of a given group.<br>
<br>
Does anyone have an idea ?<br>
<br>
Regards<span class="HOEnZb"><font color="#888888"><br>
<br>
Jean Aunis<br>
<br>
<br>
-- <br>
______________________________<wbr>______________________________<wbr>_________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="noreferrer" target="_blank">http://www.api-digital.com</a> --<br>
<br>
Check out the new Asterisk community forum at: <a href="https://community.asterisk.org/" rel="noreferrer" target="_blank">https://community.asterisk.org<wbr>/</a><br>
<br>
New to Asterisk? Start here:<br>
     <a href="https://wiki.asterisk.org/wiki/display/AST/Getting+Started" rel="noreferrer" target="_blank">https://wiki.asterisk.org/wik<wbr>i/display/AST/Getting+Started</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
  <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" rel="noreferrer" target="_blank">http://lists.digium.com/mailma<wbr>n/listinfo/asterisk-users</a><br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects.<br>---Heinlein</div>
</div>