[asterisk-users] Park() ignores 'r' option which should disable music on hold in favour of ringing tone

Warren Selby wcselby at selbytech.com
Mon Feb 20 11:12:19 CST 2012


On Thu, Feb 16, 2012 at 9:44 AM, James Stocks <stocksy at stocksy.co.uk> 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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120220/77159f05/attachment.htm>


More information about the asterisk-users mailing list