[Home]

Summary:ASTERISK-18672: Busylevel doesn't appear to limit calls
Reporter:JoshE (n8ideas)Labels:
Date Opened:2011-10-04 21:19:57Date Closed:2011-11-10 15:33:05.000-0600
Priority:MinorRegression?
Status:Closed/CompleteComponents:Channels/chan_sip/General
Versions:1.8.7.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:On Asterisk 1.8.7, peer setting:

busylevel=1

This doesn't seem to properly send busy signal on second call, at least not according to my understanding of the documentation.  Not sure if .sample is 100% current, but either documentation or code may need clarification here.
Comments:By: Kris Shaw (shawkris) 2011-11-09 13:32:20.278-0600

busylevel=1 will set DEVICE_STATE(device) to BUSY when the device is in 1 call. You can check for this in the dialplan and handle calls accordingly.

By: Leif Madsen (lmadsen) 2011-11-10 15:32:26.654-0600

Ya that option isn't going to block calls, just give you information that you can use in the dialplan to determine when a line should be considered busy. From there you can program how you want to handle calls when that state is set. Not a bug. Closing.