Channel Field

I would like an extension to monitor multiple other extension. I have an extension 238 and in the channel field for that extension, I type sip/2382 and it does a great job of monitoring that additional extension but if I do more than one it only accepts the first. I entered the additional channels as sip/2382|sip/2383|sip/2384. How can I make this work to monitor those three extensions or can I make it work?

Comments

  • If using manual config, the easiest way is to do

    chanel=SIP/100
    channel=SIP/101
    ...

    if you use fop2admin or want to do it in one line, use & for concatenation

    channel=SIP/100&SIP/101
  • Thanks for the feedback. I also want to say, love this tool. It has helped my teams productivity greatly.
Sign In or Register to comment.