VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
rafaelsnsa at gmail.com Guest
|
Posted: Wed Aug 12, 2015 7:34 am Post subject: [asterisk-users] Busy level in Asterisk 11 |
|
|
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=default
host=dynamic
secret=***
[101](template)
type=friend
context=default
host=dynamic
secret=***
[102](template)
type=friend
context=default
host=dynamic
secret=***
Thanks in advance
(rafaelsnsa@gmail.com)Rafael S. SaraivaPorto Alegre - RS | Mobile: (51) 8174-7956[/url] [url=https://plus.google.com/u/0/+RafaelSaraivaRS] |
|
Back to top |
|
|
jcolp at digium.com Guest
|
Posted: Wed Aug 12, 2015 7:42 am Post subject: [asterisk-users] Busy level in Asterisk 11 |
|
|
On Wed, Aug 12, 2015, at 09:34 AM, Rafael dos Santos Saraiva wrote:
Kia ora,
Quote: | 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:
|
<snip>
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,
--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
rafaelsnsa at gmail.com Guest
|
Posted: Fri Aug 14, 2015 9:36 am Post subject: [asterisk-users] Busy level in Asterisk 11 |
|
|
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.
(rafaelsnsa@gmail.com)Rafael S. SaraivaPorto Alegre - RS | Mobile: (51) 8174-7956[/url] [url=https://plus.google.com/u/0/+RafaelSaraivaRS]
2015-08-12 9:41 GMT-03:00 Joshua Colp <jcolp@digium.com (jcolp@digium.com)>:
Quote: | On Wed, Aug 12, 2015, at 09:34 AM, Rafael dos Santos Saraiva wrote:
Kia ora,
Quote: | 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:
|
<snip>
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,
--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
|
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|