[Freeswitch-users] list conference name?

deniro ayhkor at gmail.com
Wed Mar 30 02:27:20 MSD 2011


thanks Michael
In my case I am using mod_perl
/opt/freeswitch/scripts/xxx.pl from within public.xml to join to conference
and $PIN at profile  in the perl program
so the conference name must be $PIN



On Tue, Mar 29, 2011 at 5:24 PM, Michael Collins <msc at freeswitch.org> wrote:

> the conference name is determined by the dialplan. From default.xml:
>
>    <extension name="cdquality_conferences">
>      <condition field="destination_number" expression="^(33\d{2})$">
>        <action application="answer"/>
>        <action application="conference" data="$1-${domain_name}@cdquality
> "/>
>      </condition>
>    </extension>
>
> The argument to the conference app is <conf-name>@<conf-profile>
>
> If you have a default install and a phone connected then do this:
> call 3300
> at the cli type "conference list"
> you'll see a conference named "3300-x.x.x.x" where x.x.x.x is your domain
> name, which is usually your ipv4 address.
>
> you can also do "conference list 3300-x.x.x.x" and get just the information
> on that conference. For extra fun try "conference xml_list 3300-x.x.x.x"
>
> -MC
>
>
> On Tue, Mar 29, 2011 at 11:16 AM, deniro <ayhkor at gmail.com> wrote:
> > I mean I wanna list conference that I am or someone is joining to
> > (during join session list only that conference details that I am joining)
> > not all conferences
> > thx
> >
> >
> >
> > On Tue, Mar 29, 2011 at 2:12 PM, deniro <ayhkor at gmail.com> wrote:
> >>
> >> I waanna list a particular conference as there will be many
> >> thx
> >>
> >>
> >> On Tue, Mar 29, 2011 at 1:50 PM, Peter Olsson
> >> <peter.olsson at visionutveckling.se> wrote:
> >>>
> >>> Just do a ”conference list” and you will get all conferences, with
> their
> >>> members. You will also see the name in there.
> >>>
> >>>
> >>>
> >>> /Peter
> >>>
> >>>
> >>>
> >>> Från: freeswitch-users-bounces at lists.freeswitch.org
> >>> [mailto:freeswitch-users-bounces at lists.freeswitch.org] För deniro
> >>> Skickat: den 29 mars 2011 19:40
> >>> Till: FreeSWITCH Users Help
> >>> Ämne: [Freeswitch-users] list conference name?
> >>>
> >>>
> >>>
> >>> Hi,
> >>>
> >>> I have a web +voice conferencing  and trying below
> >>>
> >>>
> >>>
> >>> $list=$api->executeString("conference <conf_name> list");
> >>>
> >>>
> >>>
> >>> What determines the conference name?
> >>>
> >>> is it voicebridge number or meeting id or  attendee PIN or moderator
> PIN
> >>>
> >>>
> >>>
> >>> I am unable to determine conference name and list it accordingly
> >>> (performed many trials)
> >>>
> >>>
> >>>
> >>> is there any way to get the conference name by a command like above?
> >>>
> >>> what is the best way to get the conference name and list it and execute
> >>> accordingly
> >>>
> >>>
> >>>
> >>> thx
> >>>
> >>> deniro--
> >>>
> >>>
> >>>
> >>>
> >>>
> >>> !DSPAM:4d921a7332761434317129!
> >>>
> >>> _______________________________________________
> >>> 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
> >>>
> >>
> >
> >
> > _______________________________________________
> > 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
> >
> >
>
>
> _______________________________________________
> 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/20110329/050b0c3d/attachment.html 


More information about the FreeSWITCH-users mailing list