<div dir="ltr"><div>Hello Guys,<br><br></div>Can i have any suggestion on the same ?<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 15, 2017 at 5:11 PM, Ketan Kothari <span dir="ltr"><<a href="mailto:kkothari157@gmail.com" target="_blank">kkothari157@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">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></div>
</blockquote></div><br></div>