conference with max-members = 2 allows 3 callers

Status
Not open for further replies.

ubergoober

New Member
Mar 10, 2018
18
2
3
60
I've set a new conference profile, to which I've added max-members and set it equal to 2. I've assigned the new profile to a conference, but the limit does not seem to be enforced. The conference allows a 3rd participant to join. Is there anything I need to do to limit the number of callers besides setting max-members = X ?
Thanks
 

ubergoober

New Member
Mar 10, 2018
18
2
3
60
I was able to limit the conference participants with dptools application limit_execute. Posting solution in case anyone else has trouble with max-members:

<extension name="Conf70" continue="" uuid="7e624132-94ca-4ed7-ab75-a7a1ff7079e5">
<condition field="destination_number" expression="^70$">
<action application="answer" data=""/>
<action application="limit_execute" data="hash 70 70 2 conference 7b0d953b-ab67-4854-9823-bae7492bc949@pbx.example.com@default+flags{''}"/>
</condition>
</extension>
 
Status
Not open for further replies.