[asterisk-bugs] [JIRA] (ASTERISK-22034) Investigate whether or not a Local channel is appropriate during a one-touch parking feature
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Sun Jul 7 21:59:05 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matt Jordan updated ASTERISK-22034:
-----------------------------------
Status: Open (was: Triage)
> Investigate whether or not a Local channel is appropriate during a one-touch parking feature
> --------------------------------------------------------------------------------------------
>
> Key: ASTERISK-22034
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-22034
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_parking
> Affects Versions: 12
> Reporter: Matt Jordan
> Labels: Asterisk12
> Target Release: 12
>
>
> During a one-touch parking feature transfer, a Local channel is used to move the transfer target into Parking. This may or may not be appropriate, depending on how that Local channel is being used.
> If possible, it would be better if a Local channel was not involved. If an Unreal channel needs to be used in order to create a temporary channel between the transfer target's bridge and the holding bridge, that may be more appropriate to minimize the messages sent to AMI clients.
> Note that this addresses the BUGBUG in {{res/parking/parking_bridge_features.c}}:
> {noformat}
> /* BUGBUG Use Richard's unreal channel stuff here instead of this hack */
> parkee_name = ast_strdupa(ast_channel_name(parkee));
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list