[asterisk-bugs] [JIRA] (ASTERISK-23816) Confbridge Message when Muting a WaitMarked User is Confusing
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Wed Jun 4 09:57:57 CDT 2014
[ https://issues.asterisk.org/jira/browse/ASTERISK-23816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rusty Newton reassigned ASTERISK-23816:
---------------------------------------
Assignee: Andrew Nagy
> Confbridge Message when Muting a WaitMarked User is Confusing
> -------------------------------------------------------------
>
> Key: ASTERISK-23816
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-23816
> Project: Asterisk
> Issue Type: Improvement
> Security Level: None
> Components: Applications/app_confbridge
> Affects Versions: 12.3.0
> Reporter: Andrew Nagy
> Assignee: Andrew Nagy
> Severity: Trivial
>
> In confbridge when attempting to mute a user who is WaitMarked for Leader wait the message from the CLI comes back as "No channel named 'PJSIP/1000-00000015' found in conference 4000" which is confusing because the channel is in the conference it's just not in the active list.
> See the full CLI example here:
> {code}
> freepbxdev1*CLI> confbridge list 4000
> Channel Flags User Profile Bridge Profile Menu CallerID
> ============================== ====== ================ ================ ================ ================
> PJSIP/1000-00000015 WEw 1000
> freepbxdev1*CLI> confbridge mute 4000 PJSIP/1000-00000015
> No channel named 'PJSIP/1000-00000015' found in conference 4000
> {code}
> My proposed solution is the patch attached to this file where I return a message to both the CLI and the AMI if the user is wait marked. As So:
> {code}
> freepbxdev1*CLI> confbridge mute 4000 PJSIP/1000-00000000
> Channel named 'PJSIP/1000-00000000' is WaitMarked in conference 4000, can not toggle mute
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list