<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=us-ascii" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Everyone,<br>
<br>
I am attempting to migrate my org to Polycom desktop phones. I need to
find a one touch park method.<br>
<br>
I am using SIP 2.2.0.0047, and BootRom 4.0.0.0.423<br>
<br>
<br>
I have found a few methods in previous posts:<br>
<br>
<br>
Like this one posted by Anthony Rodgers
<br>
<a class="moz-txt-link-freetext"
href="http://groups.google.com/group/Asterisk-users/browse_thread/thread/e86bbed2926294df/76a7d6165b37f04c?lnk=st&q=asterisk+polycom+park#76a7d6165b37f04c">http://groups.google.com/group/Asterisk-users/browse_thread/thread/e86bbed2926294df/76a7d6165b37f04c?lnk=st&q=asterisk+polycom+park#76a7d6165b37f04c</a><br>
<br>
<br>
<br>
[internal] ; or whatever the relevant context is for you - it's usually
<br>
wherever your <b
style="color: black; background-color: rgb(160, 255, 255);">Polycom</b>
lives
<br>
<br>
<br>
include => parkedcalls
<br>
exten =>
callpark,1,ParkAndAnnounce(pbx-transfer:PARKED|120|SIP/${DIALEDPEERNUMBER}|internal,${DIALEDPEERNUMBER},1)
<br>
<br>
<br>
<br>
The above extension seems to work, but my Polycom asks
via the LCD for an input before performing the action, removing the
"One Touch" aspect.<br>
<br>
<br>
Does anyone have any ideas how to setup a park button on Polycom that
works with Asterisk?<br>
<br>
Thanks everyone,<br>
<br>
<br>
Matt<br>
<br>
<br>
<br>
<br>
</body>
</html>