<div class="gmail_quote">On Thu, Feb 16, 2012 at 9:44 AM, James Stocks <span dir="ltr">&lt;<a href="mailto:stocksy@stocksy.co.uk">stocksy@stocksy.co.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
When I receive a call, I want to automatically park it from the dialplan so that I can retrieve it later.  However, I don&#39;t want callers to be aware that they are being parked, so I want to play a ringing tone to the caller.  Park() is supposed to be able to do this:<br>

<br>
  Park([timeout][,return_context[,return_exten[,return_priority[,options[,parking_lot_name]]]]])<br>
  options<br>
    r: Send ringing instead of MOH to the parked call.<br>
    s: Silence announcement of the parking space number.<br>
<br>
I&#39;ve created an extension to test this with, here&#39;s what I have in extensions.conf:<br>
<br>
exten =&gt; *10,1,Answer<br>
exten =&gt; *10,n,Park(120000,special,*59,1,rs)<br>
exten =&gt; *10,n,Hangup()<br>
<br>
Here&#39;s the output on the Asterisk console:<br></blockquote></div><br clear="all"><br>&lt;snip&gt;<br><br>I&#39;m seeing the same behavior in asterisk 1.8.8.0.  I suggest you open a ticket on <a href="https://issues.asterisk.org/jira">https://issues.asterisk.org/jira</a> and report the issue.<br>
<br>-- <br>Thanks,<br>--Warren Selby, dCAP<br><a href="http://www.selbytech.com" target="_blank">http://www.SelbyTech.com</a><br><br>