Same extension number, different server

  1. 11 years ago

    Hello,

    I have two servers. Both has an extension 1001.

    Is it possible to monitor two extensions with the same number on two different servers?

    I tried the following configuration:

    ; server 1
    manager_host=localhost
    manager_port=5038
    manager_user=manager
    manager_secret=secret

    ; server 2
    manager_host=172.16.64.110
    manager_port=5038
    manager_user=riodejaneiro
    manager_secret=secret

    [SIP/1001]
    type=extension
    extension=1001
    context=dialplan-1001
    server=1
    label=1001
    mailbox=1001@dialplan-1001

    [SIP/1001]
    type=extension
    extension=1001
    context=dialplan-1001
    server=2
    label=1001
    mailbox=1001@dialplan-1001

    But when I call the extension 1001 on the server 2, it always blink the extension 1001 on the server 1.

    This is possible to solve?

    fop2_server version 2.26

    thanks a lot,

    --
    Marcus

  2. admin

    25 Jul 2013 Administrator

    Hi,

    You cannot monitor same device names on multiple servers distinctively. FOP2 will group status of both SIP/whatever on just one button.

    Extension numbers can be isolated using panel context, but not device names. And panel contexts won't let you show the same extension on the same page, they are used for multi tenant setups where you can have several PBX on one server.

or Sign Up to reply!