Polycom call park retrieve issues since 5.9.x

Just a heads up to share this tip which had me and some others scratching their heads. Since Polycom firmwares 5.9.x and later the retrieval of parked calls was failing.

There is another thread here on what looks to be same issue.

There is a new setting introduced in these new firmwares that appears to affect call retrieval.
attendant.behaviors.automata.pickupOnBusy, when this is set to it’s default value =“1” parked call retrieval fails. Setting this to “0” reverts to the 5.8.x and older behaviour and allows single key parking and retrieval again.

Hope this helps someone else.

3 Likes

Genius! Thanks - No one at Polycom seems to know about this - Finally! We can use current firmware again!

Awesome!

Ok - I just tested, and it works perfectly!

In case anyone needs to implement this fix, you need to add it to the basefiles in Endpoint Manager. Here is what it looks like when it’s done:

  <attendant.behaviors.automata
   attendant.behaviors.automata.pickupOnBusy="0"
   >
  </attendant.behaviors.automata>

So you have to add a Section under attendant.behaviors called automata. Once you have added that, you can add the value above. It goes in features.

Thanks Darren!

1 Like

This phrase is a question @lgaetz . Whenever new firmware implements a new thing like this, how can we get it implemented into Endpoint manager? While I cannot see the code for EPM, it sure does not ever act like it knows to only use certain things with certain firmware.

Do we just put in a feature request or commercial bug report and then your team adds it and we just hope it don’t break a phone with older firmware?

As all Polys are uncertified devices, you can just open a ticket requesting the basefile default change and the firmware version be added to EPM.

1 Like

I was going to ask this exact question - the endpoint manager for Polycom’s at this point is way out of alignment with a working config for the phones - I have just been manually doing it each time, but it’s tedious (and error prone).

I will put in a ticket this morning for the basefile change and the updated firmware - there is no reason that we should be running the old firmware when (with one tweak) the current firmware works like a dream!

That was not the point of the question. Nice evasion.

A more complete answer is that, yes, there is a mechanism in EPM that can be used when there is a change in provisioning between firmware versions. It’s a bit cumbersome, and we haven’t used it in a long while now, but essentially there is a Legacy/Current toggle in the EPM template and the admin must be sure to match the toggle setting correctly for the firmware version they’re using. It’s intended for major changes to provisioning file format and is probably not something we would set up for a non-certified device.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.