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