Hi Eric,

Here's all we had to do:

1.      Make sure that the 'Presence' feature is enabled in your phones:

<feature feature.1.name="presence" feature.1.enabled="1"...... in sip.cfg (or maybe ipmid.cfg, depending on the age of your SIP application)

2. Create a hint priority in extensions.conf for the extension whose status you want to monitor:

exten => 2348,hint,SIP/2348-Office&SIP/2348-Kitchen

Remember that a) the hint priority does not seem to support wildcard matching b) the SIP/2348 should actually represent the SIP channel(s) that you want to monitor (this may not be the same as the extension) and c) channels can be combined using '&' just like a Dial() command to monitor the status of more than one channel.

3. Set up a directory entry on the phone that you want to use to monitor the extension above. Set the 'Watched buddy' property of the directory entry to 'Yes', and the Location property to the extension that you used above (2348 in this case).

That's it - let me know if you have trouble getting it work.

CP

On 2-Oct-06, at 11:34 PM, Eric Bishop wrote:

Does anyone have an end-to-end summary of how they have successfully set up the buddy feature including all the relevant Asterisk and Polycom config snippets. All I have been able to do so far is scrounge up bits and peices from the list and Wiki - nothing that covers the entire process... I think a lot of people would benefit from that (myself included)...


On 10/3/06, Paul Dugas <[EMAIL PROTECTED]> wrote: Install went fine. No troubles other than this and it'd be minor if one
of the reasons for the update wasn't to expand the number of buddies
allowed on the IP601+sidecards we're adding for the attendant.  Ugh...

Anyway, directory entries haven't changed:

<?xml version="1.0" standalone="yes"?>^M
<!-- $Revision: 1.2 $  $Date: 2004/12/21 18:28:05 $ --><directory>
        <item_list>
                <item>
                        <ln>Doe</ln>
                        <fn>Jane</fn>
                        <ct>1001</ct>
                        <sd>1</sd>
                        <bw>1</bw>
                </item>
        </item_list>
</directory>

The config entries you referred to are set in my global sip.cfg and
apply to all of the units.  Looks right to me.

Did some sniffing and Asterisk is sending a NOTIFY like so:
...
<?xml version="1.0" encoding="ISO-8859-1"?>
<presence xmlns="urn:ietf:params:xml:ns:pidf"
xmlns:pp="urn:ietf:params:xml:ns:pidf:person"
xmlns:es="urn:ietf:params:xml:ns:pidf:rpid:status:rpid-status"
xmlns:ep="urn:ietf:params:xml:ns:pidf:rpid:rpid-person"
entity="sip:[EMAIL PROTECTED] ">
<pp:person><status>
</status></pp:person>
<note>Ready</note>
<tuple id="1001">
<contact priority="1"> sip:[EMAIL PROTECTED]</contact>
<status><basic>open</basic></status>
</tuple>
</presence>

---
Extension Changed 1001 new state Idle for Notify User x1002
pbx*CLI>

Hmmm....



On Mon, 2006-10-02 at 22:14 -0400, Scott Higginbotham wrote:
> I did the same thing with the Polycom's - upgraded all mine from 1.6.x to > 2.0.1 but I had great success and no problem with the buddy watch / presence
> feature --- if anything, it works a little better.
>
> Whats your <mac-address>-directory.xml configuration file look like? Did > you make any changes to the <mac-address-phone.cfg file? do you have the
> line of:
>
> up.useDirectoryNames="1" feature.1.name="presence" feature. 1.enabled="1"
>
> In the config?
>
> Scott Higginbotham
> Systems / Network Operations Manager
> 215.259.2185 or 1.800.835.5710 ext 2185
> [EMAIL PROTECTED]
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Paul Dugas
> Sent: Monday, October 02, 2006 8:01 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: [asterisk-users] Polycom Buddy Watch Broken with 2.0.1
> Firmware?
>
>
> I updated a batch of Polycom IP501 phones and an IP601 to the 2.0.1
> firmware to get the new NAT keep-alive feature and the ability to watch > more than a handful of buddy contacts but it appears to have broken the
> buddy-watch feature.  Is anyone seeing this?  Anybody know if it's a
> Polycom problem or something on the Asterisk end?
>
> I'm running a recent (2 days ago) copy of the 1.2 trunk. In a rather > bone-headed move, I updated the firmware and Asterisk at the same time
> so I'm unable to tell which is the culprit.
>
> Curious,
>
> Paul
>
> --
> Paul Dugas, Computer Engineer                Dugas Enterprises, LLC
> [EMAIL PROTECTED]        phone: 404-932-1355     522 Black Canyon Park
> http://dugas.cc        fax: 866-751-6494     Canton, GA 30114 USA
> --
> This e-mail and any attachments are confidential.  If you receive
> this message in error or are not the intended recipient, you should
> not retain, distribute, disclose or use any of this information and
> you should destroy the e-mail and any attachments or copies.
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
--
Paul Dugas, Computer Engineer                Dugas Enterprises, LLC
[EMAIL PROTECTED]        phone: 404-932-1355     522 Black Canyon Park
http://dugas.cc        fax: 866-751-6494     Canton, GA 30114 USA
--
This e-mail and any attachments are confidential.  If you receive
this message in error or are not the intended recipient, you should
not retain, distribute, disclose or use any of this information and
you should destroy the e-mail and any attachments or copies.


_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to