[FOP2][Problems]TrunkStatus(online/offline)

Salut one more time!xD
I've got one more question about trunks status at fop2 web panel. I've got only 2 groups of buttons: users and trunks. Fop2 user panel works great, everything is correct, so when any user becomes offline his button change the colour from green to grey, as it must. But the trunks buttons don't work this way. When some trunk is unreachable (I can c it, 4 example, in my Asterisk CLI by typing "sip show peers") it dosn't become grey, it's still always green. So becoz of this issue it is impossible to monitor sip-trunks online status ><
I guess the reason is in registration, isn't it? Cuz users r registered and have their username/secret as well, but trunks don't. Any ideas? Thx.

Cheers, kga.

P.S. Also I forgot to ask u how to remove the Copyright pop-up window in the end of the panel ("FOP 2 - Version - Licensed to ... and so on.."). Cuz I've got 2 servers wih fop2 installed (same versions, same licenses) and onlu one shows me this pop-up window.

Comments

  • Hi,

    Trunks do not display registration status.

    Regarding the footer, only white label licenses do not show the footer. You can check your license type with the command

    /usr/local/fop2/fop2_server --test

    Best regards,
  • Hi,
    And if I use registration 4 trunk (I mean use username/secret 4 the trunk 2 register) will it display registration status or not?
    Or the second way is to put my trunk buttons as extension buttons, just by typin' type=extension in buttons.conf?

    I know about license type, I've got white label full on both servers (2 different reg keys), that' why I ask ;]
    But on the first server (where I need to delete the footer) I had Basic license and I decided to upgrade it to White label full. But I didn't buy any upgrade, I just bought new license for 100$ and ran --register to make a new registration. I think I've done something wrong.. cuz when I type "/usr/local/fop2/fop2_server --test" the promt is only like this:
    "Flash Operator Panel 2 - Valid License (1)
    Connection to manager OK!"

    While the second server has this one:
    "Flash Operator Panel 2 - White Label Version.
    Flash Operator Panel 2 - White Label License (1)"

    So as I understand, I didn't activate my license still, and my first fop2 works with basic license.. how can I change it?
  • Trunks do not display registration status no matter how you configure them (unless you create a custom button for a trunk but set it as a type=extension and list it as an actual extension).

    Regiarding your license, it seems the code did not apply correctly, you have to run /usr/local/fop2/fop2_server --register again to convert it to white label (until --test says white label)
  • Just now one of my SIP-trunks has changed status to UNREACHABLE in asterisk CLI (sip show peers). And in my fop2 panel it has changed the colour 2 grey.. how could it happen if trunks don't support status monitoring?oO

    Cheers, kga
  • Perhaps I added that feature and I forgot ;) or maybe, and I have seen this happen, you changed the fop2 button configuration, but for some reason the client (web app) is showing the previous layout. In those cases, some status might be assigned to an incorrect button as they are handled by position in the button grid.
  • It seems dat trunk online status works correct, dunno if it rly is, but it seems 2 b so xD
    So let's fix dat problem as solved ;]
    But I've got one more question.. Is it possible 2 display trunk busy time? For example, right now, one of my trunks is busy, I can see it as it is orange in my fop2 panel, but I can't see how long it is already busy. When I've got some extensions (not only trunks) I can always see what extension is using a trunk and find out how long it was busy, but can I monitor this option if I have no extensions (only trunks) in my fop2 panel. Thx.
    Cheers, KGA.
  • Also I've found out very interesting fact. FOP2 starts 2 indicate offline SIP-trunks only after makin' "sip reload" in Asterisk CLI.
  • There are no timer provision for trunk buttons. But you can have a custom button config where you define trunks as extensions if you want. The distinction between trunks or extensions is mostly "semantic" (it is also functional of course, but both an extension and a trunk are just a channel/device in Asterisk).

    Best regards,
Sign In or Register to comment.