<div dir="ltr">To get BLF for a conference you would subscribe to conf+confname</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 25, 2016 at 8:32 AM, alberto Villa <span dir="ltr"><<a href="mailto:a.villa@seletech.com" target="_blank">a.villa@seletech.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div text="#000000" bgcolor="#FFFFFF">
<p>
</p>
<div lang="x-western">
<p>Hello,</p>
<p>I have 4 phones, 3 will join a conference room called 'myConf'
and I'm trying to get BLF status for this conference on the
fourth phone, which will eventually join the conference by
pulling the related BLF button.</p>
<p>On the phone I want BLF I set to monitor the status using '<a><a>sip:myConf@192.168.0.252</a>'
(which works when monitorning a normal sip user), then I tried
the followings:<br>
</a></p>
<p>Set the <advertise> field like this</p>
<p><advertise><br>
<room name="myConf@$${subdomain}"/><br>
</advertise></p>
<p>in conf/autoload_configs/conference.conf.xml but this doesn't
work.</p>
<p>Set:<br>
</p>
<p><action application="set"
data="presence_id=myConf@${domain_name}"/></p>
<p>in my dialplan before setting up the conference, still doesn't
work.</p>
<p>Issuing:</p>
<p>presence in <a href="mailto:myConf@192.168.0.252" target="_blank">myConf@192.168.0.252</a>
on-the-phone "on the phone"</p>
<p>from fs_cli, but still doesn't work.</p>
<p>The only thing I got working is to manually send the event
using ESL like this:</p>
<p>event = freeswitch.Event('PRESENCE_IN');<br>
event:addHeader('proto', 'sip');<br>
event:addHeader('from', 'myConf'..'@'..'192.168.0.252');<br>
event:addHeader('login', 'myConf'..'@'..'192.168.0.252');<br>
event:addHeader('event_type', 'presence');<br>
event:addHeader('alt_event_type', 'dialog');<br>
event:addHeader('Presence-Call-Direction', 'outbound');<br>
event:addHeader('state', 'active');<br>
event:addHeader('unique-id', uuid);<br>
event:addHeader('event_count', '1')<br>
event:addHeader('answer-state', 'confirmed');<br>
event:fire();<br>
</p>
<p>In this case the BLF correctly lights up, but when the phone
issues a new "SUBSCRIBE" request the BLF is cleared.</p>
<p>Wrapping up: is there a way to use BLF to monitor the status of
a conference call from a phone not invited when the conference
is set up?</p>
<p><br>
</p>
<p>Thank you<br>
</p>
</div>
<pre cols="72">--
Dr. Villa Alberto
Sw Engineer
SeleTech srl
via Volturno, 37 20861 Brugherio (MB)
tel: <a href="tel:%2B39%20039%20884053" target="_blank" value="+39039884053">+39 039 884053</a>
email: <a href="mailto:a.villa@seletech.com" target="_blank">a.villa@seletech.com</a>
web: <a href="http://www.seletech.com" target="_blank">www.seletech.com</a>
<a href="http://www.seletech.eu" target="_blank">www.seletech.eu</a> </pre>
<br> <table style="border-top:1px solid #d3d4de">
        <tbody><tr>
<td style="width:55px;padding-top:18px"><a href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" target="_blank"><img height="29" src="https://ipmcdn.avast.com/images/2016/icons/icon-envelope-tick-round-orange_184x116-v1.png"></a></td>
                <td style="width:470px;padding-top:17px;color:#41424e;font-size:13px;font-family:Arial,Helvetica,sans-serif;line-height:18px">Mail priva di virus. <a style="color:#4453ea" href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" target="_blank">www.avast.com</a>                 </td>
        </tr>
</tbody></table>
</div>
<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank" rel="noreferrer">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank" rel="noreferrer">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" target="_blank" rel="noreferrer">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank" rel="noreferrer">http://www.cluecon.com</a><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" target="_blank" rel="noreferrer">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank" rel="noreferrer">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank" rel="noreferrer">http://www.freeswitch.org</a><br></blockquote></div><br></div>