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