Busy Level In Asterisk 11

Home » Asterisk Users » Busy Level In Asterisk 11
Asterisk Users 2 Comments

Hi

I need to set the number of incoming calls to one, but the outgoing calls should be unlimited. I think the busylevel parameter is for it(incoming calls), but not works. My config is:

cat sip.conf
[general]

[template](!)
qualify=yes cc_agent_policy=generic cc_monitor_policy=generic call-limit=2
busylevel=1
callcounter=yes subscribecontext = hint allowsubscribe=yes

[100](template)
type=friend context

2 thoughts on - Busy Level In Asterisk 11

  • Kia ora,

    The “busylevel” configuration option controls device state:

    ; If you set the busylevel, we will indicate busy when we have a number of calls that
    ; matches the busylevel treshold.

    That is, if the number of calls is equal to the busylevel then the state of the device is considered busy. It does not prevent calls from occurring.

    The “call-limit” configuration option is what prevents the calls, and it has no separation between inbound and outbound. You would have to use other constructs (such as group counting in the dialplan) to do it.

    Cheers,

  • Hi Joshua

    Thanks for you explanation.

    I found another problem. When I reject call by group limit, the CCSS do not work, only if call limit on sip peers is set to 1. There is a way to using ccss when call limit is different to one?

    Thanks in advance.

    [image: Sua Foto] Rafael S. SaraivaPorto Alegre – RS
    | Mobile: (51) 8174-7956
    <http://br.linkedin.com/pub/rafael-saraiva/52/aab/230>
    <https://plus.google.com/u/0/+RafaelSaraivaRS>

    2015-08-12 9:41 GMT-03:00 Joshua Colp :