<div dir="ltr"><span style="font-size:12.8px">Try setting moderator-controls along with caller-control. For some reason if moderator-controls is not included in conference XML it won’t recognize caller-control.</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">Anyone knows the reason behind it?</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">/Shishir</span><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 16, 2017 at 7:26 PM, Shishir Pokharel <span dir="ltr"><<a href="mailto:shishir.pokharel@gmail.com" target="_blank">shishir.pokharel@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Try setting  moderator-controls along with caller-control. For some reason if moderator-controls is not included in conference XML it won’t recognize caller-control.<br>
<br>
Anyone knows the reason behind it?<br>
<span class="HOEnZb"><font color="#888888"><br>
/Shishir<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
> On Nov 16, 2017, at 10:33, John Covici <<a href="mailto:covici@ccs.covici.com">covici@ccs.covici.com</a>> wrote:<br>
><br>
> To change the caller control options, I am pretty sure you have to<br>
> unload mod_conference, so I would do this programatically instead.<br>
><br>
> On Thu, 16 Nov 2017 08:10:06 -0500,<br>
> Ketan Kothari wrote:<br>
>><br>
>> [1  <multipart/alternative (7bit)>]<br>
>> [1.1  <text/plain; UTF-8 (7bit)>]<br>
>> [1.2  <text/html; UTF-8 (base64)>]<br>
>> Hello Guys,<br>
>><br>
>> Can i have any suggestion on the same ?<br>
>><br>
>> On Wed, Nov 15, 2017 at 5:11 PM, Ketan Kothari <<a href="mailto:kkothari157@gmail.com">kkothari157@gmail.com</a>> wrote:<br>
>><br>
>> Hello there,<br>
>><br>
>> We are trying to use caller control options for outbound conference calls.<br>
>> We are using originate command to originate conference call with PSTN numbers.<br>
>> I am using mod_XML for write conference.<br>
>> I use default caller controls as well as also added custom caller controls.<br>
>> My caller control name is plain. I have added it in dialplan parameter conference_control=plain as well as add it in conference parameter still caller mute option is not working.<br>
>> Below is my conference XML:<br>
>><br>
>> <document type="freeswitch/xml"><br>
>> <section name="Configuration" description="Configuration"><br>
>> <configuration name="conference.conf" description="Audio Conference"><br>
>> <advertise><br>
>> <room name="0676338702@xxx.xxx.xxx.<wbr>xx" status="FreeSWITCH"/><br>
>> </advertise><br>
>> <caller-controls><br>
>> <group name="plain"><br>
>> <control action="mute" digits="0"/><br>
>> <control action="vol talk dn" digits="1"/><br>
>> <control action="vol talk zero" digits="2"/><br>
>> <control action="vol talk up" digits="3"/><br>
>> <control action="vol listen dn" digits="4"/><br>
>> <control action="vol listen zero" digits="5"/><br>
>> <control action="vol listen up" digits="6"/><br>
>> <control action="energy dn" digits="7"/><br>
>> <control action="energy equ" digits="8"/><br>
>> <control action="energy up" digits="9"/><br>
>> <control action="deaf mute" digits="*"/><br>
>> <control action="execute_application" digits="#" data="execute_extension ANNOUNCE_CONF_COUNT_PRIVATE XML default" /><br>
>> </group><br>
>> </caller-controls><br>
>> <profiles><br>
>> <profile name="test"><br>
>> <param name="caller-id-number" value="xxxxxxxxxx"/><br>
>> <param name="enter-sound" value="tone_stream://%(200,0,<wbr>500,600,700)"/><br>
>> <param name="exit-sound" value="tone_stream://%(500,0,<wbr>300,200,100,50,25)"/><br>
>> <param name="auto-record" value="${recordings_dir}/<wbr>testrushika_${strftime(%Y-%m-%<wbr>d-%H-%M-%S)}.wav"/><br>
>> <param name="member-flags" value="dist-dtmf"/><br>
>> <param name="pin-retries" value="10"/><br>
>> <param name="max-members" value="1000"/><br>
>> <param name="status" value="0"/><br>
>> <param name="caller-controls" value="plain"/><br>
>> </profile><br>
>> </profiles><br>
>> </configuration><br>
>> </section><br>
>> </document><br>
>><br>
>> Please let me know if anything is not correct or any new configuration need to go.<br>
>><br>
>> [2  <text/plain; utf-8 (base64)>]<br>
>> ______________________________<wbr>______________________________<wbr>_____________<br>
>> Professional FreeSWITCH Consulting Services:<br>
>> <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
>> <a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.<wbr>freeswitchsolutions.com</a><br>
>><br>
>> Official FreeSWITCH Sites<br>
>> <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
>> <a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.<wbr>org</a><br>
>> <a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
>><br>
>> FreeSWITCH-users mailing list<br>
>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.<wbr>freeswitch.org</a><br>
>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/<wbr>mailman/listinfo/freeswitch-<wbr>users</a><br>
>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.<wbr>freeswitch.org/mailman/<wbr>options/freeswitch-users</a><br>
>> <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
><br>
> --<br>
> Your life is like a penny.  You're going to lose it.  The question is:<br>
> How do<br>
> you spend it?<br>
><br>
>         John Covici<br>
>         <a href="mailto:covici@ccs.covici.com">covici@ccs.covici.com</a><br>
><br>
> ______________________________<wbr>______________________________<wbr>_____________<br>
> Professional FreeSWITCH Consulting Services:<br>
> <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
> <a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.<wbr>freeswitchsolutions.com</a><br>
><br>
> Official FreeSWITCH Sites<br>
> <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
> <a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.<wbr>org</a><br>
> <a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
><br>
> FreeSWITCH-users mailing list<br>
> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.<wbr>freeswitch.org</a><br>
> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/<wbr>mailman/listinfo/freeswitch-<wbr>users</a><br>
> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.<wbr>freeswitch.org/mailman/<wbr>options/freeswitch-users</a><br>
> <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Shishir Pokharel</div>
</div>