[asterisk-bugs] [JIRA] (ASTERISK-23816) Confbridge Message when Muting a WaitMarked User is Confusing

Andrew Nagy (JIRA) noreply at issues.asterisk.org
Tue Jun 3 14:27:56 CDT 2014


Andrew Nagy created ASTERISK-23816:
--------------------------------------

             Summary: 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


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