Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Account Max channels - This is the TOTAL Number of PATHS a customer can use at one time. #426

Closed
wants to merge 4 commits into from

Conversation

smrdoshi
Copy link
Contributor

@smrdoshi smrdoshi commented May 21, 2018

-- This does NOT override the maxchannels on a DID, or trunk, but if the maxchannels number is reached for the account, then any calls to or from this account will be denied!
--
--
-- Settings:
-- Maxchannels is total paths as defined by Maxchannels Type
-- Maxchannels Type
-- - 0 - limit outbound only ** Legacy MODE (This is how it works before this patch/update)
-- - 1 - limit inbound and outbound
-- - 2 - limit inbound only ** Future development if there is a need, possible fraud concern.
--
-- Maxchannels_reserve_out - # of channels to reserve for outbound.
-- IF THIS IS > 0, then the system will always reserve this number of channels to ensure that inbound calls cannot use up all the channels.
-- IF the total calls is > inbound and outbound (including the reserved outbound channels), calls will be denied.
--
-- Note: This does not override the maxchannels on a trunk or DID, but if all the channels for the account are used up the DID will ring busy.
--
--

countrdd and others added 4 commits April 16, 2018 07:13
Added the ability to limit inbound and outbound (user selectable) concurrent calls by account.
Also, added new database table to log the information when a call is over the the limit.
Added the ability to limit inbound and outbound (user selectable) concurrent calls by account.
Also, added new database table to log the information when a call is over the the limit.
…eserved Outbound Paths in customer accounts page
@smrdoshi smrdoshi requested a review from devangn May 21, 2018 11:48
@smrdoshi smrdoshi mentioned this pull request May 21, 2018
@smrdoshi smrdoshi closed this Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants