<br><br><div class="gmail_quote">On Tue, Sep 7, 2010 at 9:49 AM, <span dir="ltr"><<a href="mailto:covici@ccs.covici.com" target="_blank">covici@ccs.covici.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
The description does not seem to indicate what I would like to do -- say<br>
user 1 only wants to talk to user 2 and there are 10 other users, what<br>
would the conference relate command be?<br>
<br>
Sorry to be ignorant.<br></blockquote><div><br>The conference relate command is always between just two conference members. You'll need to set the relation between the user1 and everyone else besides user2. So to let only user2 hear user1 you'll need to have the relation between user1 and all other users be "nohear":<br>
<br>conference my_conf relate user1 user3 nohear<br>conference my_conf relate user1 user4 nohear<br>
conference my_conf relate user1 user5 nohear<br>
<br></div></div>Use the clear option to remove the relation:<br><br>conference my_conf relate user1 user3 clear<br>conference my_conf relate user1 user4 clear<br>
conference my_conf relate user1 user5 clear<br>
<br><br>I've updated the API section of the mod_conference wiki page to be a bit more explicit: <br><a href="http://wiki.freeswitch.org/wiki/Mod_conference#API_Reference">http://wiki.freeswitch.org/wiki/Mod_conference#API_Reference</a><br>
<br><br>-MC<br>