HI Guys
The server is running fine when I do a fop2_server --test I get OK my problem is I have no idea how to configure fop2 to a multi-tenant solution after install of Fop2 I goto fop2.cfg and configure the manager secret password then create a tenant like this. P.S. I also removed #exec from the bottom of the file because I'm not using freepbx I'm using thirdlane
(inside fop2.cfg)
[tenant_1]
master_key=nosecrets :I have no idea what this is ?
user=1000:1000:all
user=1001:1001:all
buttonfile=tenant_1_bottons.cfg
(inside Button File)
[SIP/1000]
type=extension
extension=1000
context=from-internal
label=test user
mailbox=1000@default-tenant_1
extenvoicemail=*1000@from-internal
privacy=clid
[SIP/1001]
type=extension
extension=1001
context=from-internal
label=test user
mailbox=1001@default-tenant_1
extenvoicemail=*1001@from-internal
privacy=monitor
;[QUEUE/100]
;type=queue
;label=Sales
;extension=100
;context=from-internal
Now That i have all thisin place i goto website http://192.168.0.10/fop2/?context=tennant_1
login=1001
pass= 1001
and I should see the fop2 screen but I get wrong login? Is there any steps that I have missed or server configurations that I have missed?