It definitely isn&#39;t directly supported, however you can sort of make it work - found these two gems using the goog -<br><br>exten =&gt; callpark,1,ParkAndAnnounce(pbx-transfer:PARKED|120|SIP/${DIALEDPEERNUMBER}|internal,${DIALEDPEERNUMBER},1)
<br><br><div class="msgHead">
                        <h1><span class="subject">Re: [asterisk-users] Polycom Call Parking</span></h1>
                        <p><span class="sender">Mojo with Horan &amp; Company, LLC</span><br>
                        <span class="date">Thu, 05 Oct 2006 13:48:00 -0700</span></p>
                </div>







<tt>I had some problems with this, because DIALEDPEERNUMBER held the number 
</tt><tt>I dialed, not my number.  I needed (of course) to be notified of the 
</tt><tt>parking slot at MY number.  I used BRIDGPEER instead:
</tt><tt>exten =&gt; 
</tt><tt>callpark,1,ParkAndAnnounce(PARKED|600|Local/${BRIDGEPEER:0:[EMAIL PROTECTED]|incoming,s,1)
</tt><tt>This works for me because all of our extensions are three digit, 
</tt><tt>beginning with 1 (110, 112, 113 etc).  Because we have it set up so that 
</tt><tt>if you change the first digit to a 4 (410, 412, 413, etc) for the 
</tt><tt>Polycom&#39;s auto-answer feature, this is more exactly what I did:
</tt><tt>exten =&gt; 
</tt><tt>callpark,1,ParkAndAnnounce(PARKED|600|Local/4${BRIDGEPEER:5:[EMAIL PROTECTED]|incoming,s,1)
</tt><pre style="margin: 0em;">Works great!</pre><br><br><div><span class="gmail_quote">On 11/2/07, <b class="gmail_sendername">Kyle Sexton</b> &lt;<a href="mailto:ks@mocker.org">ks@mocker.org</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Kelly Opal &lt;<a href="mailto:kelly@eriecoast.com">kelly@eriecoast.com</a>&gt; writes:<br><br>&gt; Hi<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I have a Polycom 501 phone. I set the park feature to 1 in sip.cfg and<br>&gt; the button shows up just fine. However when you press it it does
<br>&gt; nothing. I have the t and T in the dial string. Is there some trick to<br>&gt; getting it to work with asterisk 1.4.<br>&gt;<br><br>Don&#39;t think this is possible w/ Asterisk.&nbsp;&nbsp;Here&#39;s a link to a Trixbox<br>
thread about it (short and sweet).<br><br><a href="http://www.trixbox.org/forums/trixbox-forums/trixbox-endpoints/polycom-park-soft-key">http://www.trixbox.org/forums/trixbox-forums/trixbox-endpoints/polycom-park-soft-key
</a><br><br>I&#39;d love to be wrong though!<br><br>--<br>Kyle Sexton<br><br>_______________________________________________<br>--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--">http://www.api-digital.com--
</a><br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote>
</div><br>