[asterisk-bugs] [JIRA] (ASTERISK-19382) Park() ignores 'r' option, plays default MOH instead.
Richard Mudgett (JIRA)
noreply at issues.asterisk.org
Mon Oct 29 14:32:18 CDT 2012
[ https://issues.asterisk.org/jira/browse/ASTERISK-19382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Richard Mudgett closed ASTERISK-19382.
--------------------------------------
Resolution: Fixed
> Park() ignores 'r' option, plays default MOH instead.
> -----------------------------------------------------
>
> Key: ASTERISK-19382
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-19382
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Features/Parking
> Affects Versions: 1.8.9.2
> Environment: Debian Squeeze 2.6.32-5-686, Asterisk 1.8.9.2 and DAHDI 2.6.0 built from source.
> Reporter: James Stocks
> Severity: Minor
>
> I have this in extensions.conf:
> exten => *10,1,Answer
> exten => *10,n,Park(120000,special,*59,1,rs)
> exten => *10,n,Hangup()
> This parks the call for a maximum of 120 seconds before timing out to extension *59 priority 1. The 's' option, which suppresses the announcement of the parking number (e.g. 7-0-1) works, however the 'r' option to play ringing instead of music on hold does not; the caller hears the default MOH. Call parking works reliably in all other respects.
> This is the console output:
> -- Executing [*10 at house-phones:1] Answer("SIP/200-0000000a", "") in new stack
> -- Executing [*10 at house-phones:2] Park("SIP/200-0000000a", "120000,special,*59,1,rs") in new stack
> == Parked SIP/200-0000000a on 701 (lot default). Will timeout back to extension [special] *59, 1 in 120 seconds
> -- Added extension '701' priority 1 to parkedcalls
> -- Started music on hold, class 'default', on SIP/200-0000000a
> -- Executing [h at house-phones:1] NoOp("Parked/SIP/200-0000000a<ZOMBIE>", "") in new stack
> I discovered the issue in Asterisk 1.8.3.3, but after upgrading to the latest release 1.8.9.2 the problem persists.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list