After someone sent me an email saying his directed pickup did not work.  I realized I forgot to mention that directed pickup needs to be enabled in extensions.conf i.e. add the following <br>                          <span style="background-color: rgb(255, 255, 255); color: rgb(51, 102, 255);">exten=&gt;_*8.,1,SET(GLOBAL(PICKUPMARK)=${EXTEN:2})</span><br style="background-color: rgb(255, 255, 255); color: rgb(51, 102, 255);">
<span style="background-color: rgb(255, 255, 255); color: rgb(51, 102, 255);">exten =&gt; _*8.,n,Pickup(${EXTEN:2}@PICKUPMARK)</span><br>                            <br><br><div class="gmail_quote">On Mon, Jan 17, 2011 at 4:00 PM, Gord Urquhart <span dir="ltr">&lt;<a href="mailto:gordurq@gmail.com">gordurq@gmail.com</a>&gt;</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;">With SIP 3.2.X firmware (available on the Polycom download site) and 
Asterisk 1.6.1,  Polycom phones now support a full featured BLF showing 
statuses of Ringing, Inuse and Online and one touch directed call 
pickup.
<br>On the asterisk side all that needs to be done is to add a hint to 
the extension. On the phone side for each line that is going to be 
monitored add lines like the following to the phone&#39;s cfg file.
<br><span style="font-family: monospace;">            attendant.reg=&quot;1&quot;
</span><br><span style="font-family: monospace;">            attendant.resourceList.1.address=&quot;<a href="mailto:sip%3A205@192.168.1.102" target="_blank">sip:205@192.168.1.102</a>&quot;
</span><br><span style="font-family: monospace;">            attendant.resourceList.1.label=&quot;205&quot; 
</span><br><span style="font-family: monospace;">            attendant.resourceList.2.address=&quot;<a href="mailto:sip%3A217@192.168.1.102" target="_blank">sip:217@192.168.1.102</a>&quot;
</span><br><span style="font-family: monospace;">            attendant.resourceList.2.label=&quot;217&quot;
</span><br>
<br><span style="font-family: monospace;">  Following 4 lines added Sept/10
</span><br><span style="font-family: monospace;">            call.directedCallPickupMethod=&quot;legacy&quot;
</span><br><span style="font-family: monospace;">            call.directedCallPickupString=&quot;*8&quot;
</span><br><span style="font-family: monospace;">            <a href="http://feature.12.name" target="_blank">feature.12.name</a>=&quot;directed-call-pickup&quot;
</span><br><span style="font-family: monospace;">            feature.12.enabled=&quot;1&quot;
</span><br>Assuming my server is at 192.168.1.102,  this will add two 
BLF lines to the phone  for extensions 205 and 217. Calls incoming to 
those extensions will show a blinking green led on the monitoring phone,
 pressing the hard key will pick the call up, if it is answered 
elsewhere the led will change to solid red. AFAIK this cannot be 
configured via the phones web gui, you must use the cfg files. You can 
also use versions of Asterisk older than 1.6.1 if you remove the 
restriction on what asterisk thinks Polycom phones can handle. Look in 
chan_sip.c for 
<br><span style="font-family: monospace;">                 if (strstr(p-&gt;useragent, &quot;Polycom&quot;)) {
</span><br><span style="font-family: monospace;">                   p-&gt;subscribed = XPIDF_XML;
</span><br>and change that line to
<br><span style="font-family: monospace;">                   p-&gt;subscribed = DIALOG_INFO_XML;
</span><br><br><br>cheers<br><font color="#888888"> gord</font><div><div></div><div class="h5"><br><br><br><br><div class="gmail_quote">On Thu, Jan 13, 2011 at 4:26 PM, Mark Murawski <span dir="ltr">&lt;<a href="mailto:markm-lists@intellasoft.net" target="_blank">markm-lists@intellasoft.net</a>&gt;</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;">Thanks!  Blf is working now.   I forgot I had to set set subscribecontext.<br>
<br>
When a phone is ringing, the blf light is solid red and the icon is a (/) type icon indicating unavailable.  I&#39;m also interested in directed pickup.  I set up the following:<br>
<br>
call.directedCallPickupString=&quot;*6&quot; call.directedCallPickupMethod=&quot;legacy&quot;<br>
<br>
Hitting the button next to the contact will speed dial the contact instead of pick up the ringing call.<div><br>
<br>
<br>
On 01/13/2011 10:54 AM, Sebastien Thomas wrote:<br>
</div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div>
Ok, that looks good.<br>
<br>
We use FreePBX, and I know I had to modify a couple Asterisk files to<br>
get the BLF working ... here are some of my mods but may also be used<br>
for FOP2 (I dont recall which go for BLF and which go FOP2).<br>
<br>
vi /etc/asterisk/sip_registrations_custom.conf<br>
allowsubscribe=yes<br>
<br>
vi /etc/asterisk/sip_custom.conf<br>
callevents=yes<br>
notifyringing=yes<br>
limitonpeers=yes<br>
<br>
I also override some of the sip.cfg settings in the polycom dir with:<br>
<br>
&lt;feature<br>
feature.1.enabled=&quot;1&quot;<br>
feature.9.enabled=&quot;0&quot;<br>
feature.18.enabled=&quot;1&quot;<br>
/&gt;<br>
&lt;pres<br>
pres.reg=&quot;1&quot;<br>
pres.idleSoftkeys=&quot;0&quot;<br>
/&gt;<br>
<br>
<br>
---<br>
Sebastien Thomas<br>
Amplisys Inc. - Digital Telephony Integration Specialists<br>
T: 514.225.4141 x222 F: 514.225.4162 TF: 1-877-AMPLISYS<br>
<br></div>
*** Need help? Contact <a href="mailto:support@amplisys.ca" target="_blank">support@amplisys.ca</a> &lt;mailto:<a href="mailto:support@amplisys.ca" target="_blank">support@amplisys.ca</a>&gt; ***<div><div></div><div>
<br>
<br>
<br>
<br>
On 2011-01-13, at 10:29 AM, Mark Murawski wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Yeah... My directory looks like this:<br>
<br>
&lt;directory&gt;<br>
&lt;item_list&gt;<br>
&lt;item&gt;<br>
&lt;ln&gt;6288&lt;/ln&gt;&lt;fn&gt;&lt;/fn&gt;&lt;ct&gt;6288&lt;/ct&gt;&lt;sd&gt;1&lt;/sd&gt;&lt;rt&gt;2&lt;/rt&gt;&lt;dc/&gt;&lt;ad&gt;0&lt;/ad&gt;&lt;ar&gt;0&lt;/ar&gt;&lt;bw&gt;1&lt;/bw&gt;&lt;bb&gt;0&lt;/bb&gt;<br>
&lt;/item&gt;<br>
&lt;item&gt;<br>
&lt;ln&gt;6208&lt;/ln&gt;&lt;fn&gt;&lt;/fn&gt;&lt;ct&gt;6208&lt;/ct&gt;&lt;sd&gt;2&lt;/sd&gt;&lt;rt&gt;2&lt;/rt&gt;&lt;dc/&gt;&lt;ad&gt;0&lt;/ad&gt;&lt;ar&gt;0&lt;/ar&gt;&lt;bw&gt;1&lt;/bw&gt;&lt;bb&gt;0&lt;/bb&gt;<br>
&lt;/item&gt;<br>
&lt;item&gt;<br>
&lt;ln&gt;6234&lt;/ln&gt;&lt;fn&gt;&lt;/fn&gt;&lt;ct&gt;6234&lt;/ct&gt;&lt;sd&gt;3&lt;/sd&gt;&lt;rt&gt;2&lt;/rt&gt;&lt;dc/&gt;&lt;ad&gt;0&lt;/ad&gt;&lt;ar&gt;0&lt;/ar&gt;&lt;bw&gt;1&lt;/bw&gt;&lt;bb&gt;0&lt;/bb&gt;<br>
&lt;/item&gt;<br>
&lt;item&gt;<br>
&lt;ln&gt;6205&lt;/ln&gt;&lt;fn&gt;&lt;/fn&gt;&lt;ct&gt;6205&lt;/ct&gt;&lt;sd&gt;4&lt;/sd&gt;&lt;rt&gt;2&lt;/rt&gt;&lt;dc/&gt;&lt;ad&gt;0&lt;/ad&gt;&lt;ar&gt;0&lt;/ar&gt;&lt;bw&gt;1&lt;/bw&gt;&lt;bb&gt;0&lt;/bb&gt;<br>
&lt;/item&gt;<br>
&lt;item&gt;<br>
&lt;ln&gt;6231&lt;/ln&gt;&lt;fn&gt;&lt;/fn&gt;&lt;ct&gt;6231&lt;/ct&gt;&lt;sd&gt;5&lt;/sd&gt;&lt;rt&gt;2&lt;/rt&gt;&lt;dc/&gt;&lt;ad&gt;0&lt;/ad&gt;&lt;ar&gt;0&lt;/ar&gt;&lt;bw&gt;1&lt;/bw&gt;&lt;bb&gt;0&lt;/bb&gt;<br>
&lt;/item&gt;<br>
&lt;/item_list&gt;<br>
&lt;/directory&gt;<br>
<br>
<br>
<br>
On 01/13/2011 10:20 AM, Sebastien Thomas wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Is the buddy watch tag activated in your&lt;mac&gt;-directory.xml file<br>
?&lt;bw&gt;1&lt;/bw&gt;<br>
<br>
&lt;item&gt;<br>
&lt;lb&gt;Sebastien&lt;/lb&gt;<br>
&lt;fn&gt;Sebastien&lt;/fn&gt;<br>
&lt;ln&gt;Thomas&lt;/ln&gt;<br>
&lt;ct&gt;222&lt;/ct&gt;<br>
&lt;sd&gt;1&lt;/sd&gt;<br>
&lt;bw&gt;1&lt;/bw&gt;<br>
&lt;/item&gt;<br>
<br>
---<br>
Sebastien Thomas<br>
Amplisys Inc. - Digital Telephony Integration Specialists<br>
T: 514.225.4141 x222 F: 514.225.4162 TF: 1-877-AMPLISYS<br>
<br>
<br>
On 2011-01-13, at 1:32 AM, Mark Murawski wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Would anyone happen to have some examples of polycom configs,<br>
specifically the 650 with sidecar for blf.<br>
<br>
I have the asterisk side all configured since I&#39;ve set up blf with<br>
other types of phones, but I&#39;m missing the polycom side.<br>
<br>
I&#39;ve put together a&lt;mac&gt;-directory.xml, and the sidecar now lists<br>
numbers as speed dials but does not subscribe to blf.<br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
<a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
<a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
<a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
<a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote>
<br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
<a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
<a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote>
<br>
<br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
                <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
    <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote><div><div></div><div>
<br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
              <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
  <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br>
</div></div></blockquote></div><br>