On Thu, Feb 16, 2012 at 9:44 AM, James Stocks <[email protected]> wrote:

> When I receive a call, I want to automatically park it from the dialplan
> so that I can retrieve it later.  However, I don'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:
>
>
>  
> Park([timeout][,return_context[,return_exten[,return_priority[,options[,parking_lot_name]]]]])
>  options
>    r: Send ringing instead of MOH to the parked call.
>    s: Silence announcement of the parking space number.
>
> I've created an extension to test this with, here's what I have in
> extensions.conf:
>
> exten => *10,1,Answer
> exten => *10,n,Park(120000,special,*59,1,rs)
> exten => *10,n,Hangup()
>
> Here's the output on the Asterisk console:
>


<snip>

I'm seeing the same behavior in asterisk 1.8.8.0.  I suggest you open a
ticket on https://issues.asterisk.org/jira and report the issue.

-- 
Thanks,
--Warren Selby, dCAP
http://www.SelbyTech.com <http://www.selbytech.com>
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

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

Reply via email to