[asterisk-users] Asterisk 13.8 compile error

2017-11-07 Thread Carlos Chavez
I just tried to compile the latest Asterisk 13.8.0 and it stopped 
with several errors on pjsip.  So FYI if you run the install_prereq 
script and then use ./configure --with-pjproject-bundled you will have 
the same problem because the prereq script installs an older version of 
pjproject.  Make sure to uninstall pjproject-2.3-6.el7.x86_64 and 
pjproject-devel-2.3-6.el7.x86_64 before compiling asterisk.  They really 
should remove this from the script but I guess they will do so in 15.



--
Telecomunicaciones Abiertas de México S.A. de C.V.
Carlos Chávez
+52 (55)8116-9161


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
 https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] Call preemption

2017-11-07 Thread Jean Aunis

Hello,

Has anyone already implemented some sort of call preemption in Asterisk 
? I am trying to achieve something like this :


- I want to limit the number of calls on a given SIP peer to 10

- on the other hand, some calls have higher priority than others

- 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


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.


Does anyone have an idea ?

Regards

Jean Aunis


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
 https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users