[Freeswitch-users] caller control options for outbound conference calls

Ketan Kothari kkothari157 at gmail.com
Fri Nov 17 11:08:07 UTC 2017


I have removed below lined from dialplan after its working fine.

 <param name="member-flags" value="dist-dtmf"/>

On Fri, Nov 17, 2017 at 9:09 AM, Shishir Pokharel <
shishir.pokharel at gmail.com> wrote:

> 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.
>
> Anyone knows the reason behind it?
>
> /Shishir
>
> On Thu, Nov 16, 2017 at 7:26 PM, Shishir Pokharel <
> shishir.pokharel at gmail.com> wrote:
>
>> 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.
>>
>> Anyone knows the reason behind it?
>>
>> /Shishir
>>
>> > On Nov 16, 2017, at 10:33, John Covici <covici at ccs.covici.com> wrote:
>> >
>> > To change the caller control options, I am pretty sure you have to
>> > unload mod_conference, so I would do this programatically instead.
>> >
>> > On Thu, 16 Nov 2017 08:10:06 -0500,
>> > Ketan Kothari wrote:
>> >>
>> >> [1  <multipart/alternative (7bit)>]
>> >> [1.1  <text/plain; UTF-8 (7bit)>]
>> >> [1.2  <text/html; UTF-8 (base64)>]
>> >> Hello Guys,
>> >>
>> >> Can i have any suggestion on the same ?
>> >>
>> >> On Wed, Nov 15, 2017 at 5:11 PM, Ketan Kothari <kkothari157 at gmail.com>
>> wrote:
>> >>
>> >> Hello there,
>> >>
>> >> We are trying to use caller control options for outbound conference
>> calls.
>> >> We are using originate command to originate conference call with PSTN
>> numbers.
>> >> I am using mod_XML for write conference.
>> >> I use default caller controls as well as also added custom caller
>> controls.
>> >> 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.
>> >> Below is my conference XML:
>> >>
>> >> <document type="freeswitch/xml">
>> >> <section name="Configuration" description="Configuration">
>> >> <configuration name="conference.conf" description="Audio Conference">
>> >> <advertise>
>> >> <room name="0676338702 at xxx.xxx.xxx.xx" status="FreeSWITCH"/>
>> >> </advertise>
>> >> <caller-controls>
>> >> <group name="plain">
>> >> <control action="mute" digits="0"/>
>> >> <control action="vol talk dn" digits="1"/>
>> >> <control action="vol talk zero" digits="2"/>
>> >> <control action="vol talk up" digits="3"/>
>> >> <control action="vol listen dn" digits="4"/>
>> >> <control action="vol listen zero" digits="5"/>
>> >> <control action="vol listen up" digits="6"/>
>> >> <control action="energy dn" digits="7"/>
>> >> <control action="energy equ" digits="8"/>
>> >> <control action="energy up" digits="9"/>
>> >> <control action="deaf mute" digits="*"/>
>> >> <control action="execute_application" digits="#"
>> data="execute_extension ANNOUNCE_CONF_COUNT_PRIVATE XML default" />
>> >> </group>
>> >> </caller-controls>
>> >> <profiles>
>> >> <profile name="test">
>> >> <param name="caller-id-number" value="xxxxxxxxxx"/>
>> >> <param name="enter-sound" value="tone_stream://%(200,0,500,600,700)"/>
>> >> <param name="exit-sound" value="tone_stream://%(500,0,3
>> 00,200,100,50,25)"/>
>> >> <param name="auto-record" value="${recordings_dir}/testr
>> ushika_${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/>
>> >> <param name="member-flags" value="dist-dtmf"/>
>> >> <param name="pin-retries" value="10"/>
>> >> <param name="max-members" value="1000"/>
>> >> <param name="status" value="0"/>
>> >> <param name="caller-controls" value="plain"/>
>> >> </profile>
>> >> </profiles>
>> >> </configuration>
>> >> </section>
>> >> </document>
>> >>
>> >> Please let me know if anything is not correct or any new configuration
>> need to go.
>> >>
>> >> [2  <text/plain; utf-8 (base64)>]
>> >> ____________________________________________________________
>> _____________
>> >> Professional FreeSWITCH Consulting Services:
>> >> consulting at freeswitch.org
>> >> http://www.freeswitchsolutions.com
>> >>
>> >> Official FreeSWITCH Sites
>> >> http://www.freeswitch.org
>> >> http://confluence.freeswitch.org
>> >> http://www.cluecon.com
>> >>
>> >> FreeSWITCH-users mailing list
>> >> FreeSWITCH-users at lists.freeswitch.org
>> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/
>> freeswitch-users
>> >> http://www.freeswitch.org
>> >
>> > --
>> > Your life is like a penny.  You're going to lose it.  The question is:
>> > How do
>> > you spend it?
>> >
>> >         John Covici
>> >         covici at ccs.covici.com
>> >
>> > ____________________________________________________________
>> _____________
>> > Professional FreeSWITCH Consulting Services:
>> > consulting at freeswitch.org
>> > http://www.freeswitchsolutions.com
>> >
>> > Official FreeSWITCH Sites
>> > http://www.freeswitch.org
>> > http://confluence.freeswitch.org
>> > http://www.cluecon.com
>> >
>> > FreeSWITCH-users mailing list
>> > FreeSWITCH-users at lists.freeswitch.org
>> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/
>> freeswitch-users
>> > http://www.freeswitch.org
>>
>
>
>
> --
> Shishir Pokharel
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20171117/1c656c93/attachment-0001.html>


More information about the FreeSWITCH-users mailing list