Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0.7
-
Fix Version/s: 1.0.7
-
Component/s: mod_conference
-
Labels:None
-
Platform:Linux x86/gcc
-
FreeSWITCH GIT Revision:origin
-
Reproduced with GIT HEAD?:n/a
-
Target Version:
Description
Hi all,
I faced a problem with ending the conference when admin/moderator leaves. The request was not to end immediately after moderator disconnects, but rather allow other participants to continue over a specified amount of time. Playing with "sched_api" I finally decided that I need something more integrated with conference module.
The patch I present:
- defines two additions fields for extra time handling
- reads configuration parameter "endconf-grace-time" (integer) - number of seconds
- preserves current behavior if parameter is not defined (defaults to 0)
- if grace time is set, it will be printed out as an attribute while getting "xml_list"
Regards,
Mariusz
I faced a problem with ending the conference when admin/moderator leaves. The request was not to end immediately after moderator disconnects, but rather allow other participants to continue over a specified amount of time. Playing with "sched_api" I finally decided that I need something more integrated with conference module.
The patch I present:
- defines two additions fields for extra time handling
- reads configuration parameter "endconf-grace-time" (integer) - number of seconds
- preserves current behavior if parameter is not defined (defaults to 0)
- if grace time is set, it will be printed out as an attribute while getting "xml_list"
Regards,
Mariusz