Bug on QueueRemove

  1. 14 years ago

    Hello,

    On Asterisk, we have declared queue as : [myqueue] (in lowercase)
    In buttons.cfg, this queue is declared as : [QUEUE/myqueue]

    Adding an extension (ex: SIP/200) to this queue is working fine but when we want to remove this extension from the right queue panel, we've got an error.
    Here is the debug :
    <= <msg data="QUEUE/MYQUEUE|queuelogout|SIP/200|.......>

    As you can see, MYQUEUE is in UPPERCASE so asterisk can't find this queue:
    (Message: Unable to remove interface from queue: No such queue)

    If we remove SIP/200 not from the right queue panel but directly from the SIP/200 button, this is working fine. myqueue is written in lowercase:
    <= <msg data="myqueue|queuelogout|1|.....

    Cheers

  2. admin

    28 Jun 2010 Administrator

    Thanks for the report.. it will be fixed on the next release. If you want to test it right now you can download it from

    http://www.fop2.com/downloads/fop2-beta-centos5-32.tgz

    It fixed this bug and also has some new features, but they are not documented yet.

    Best regards,

  3. It's working fine !
    Thanks for all, we'll buy soon your product :-)

or Sign Up to reply!