Member
Last active 13 years ago
Uhh, this a big problem for me. When I read "multi tenant" I was convinced this is working. I tested the connection to different servers befor I bought the software but with different extension numbers. So this issue didn't show.
Any chance you implement this feature?
Is it possible to run a second instance of fop with different config-files?
Hi,
I'm running a Multi Tenant Setup where I have more Asterisk servers with the same extensions. My configuration looks like this:
fop2.cfg:
[general]
; tenant 1
manager_host=xx.xx.xx.1
manager_port=5038
manager_user=fop
manager_secret=my-pwd
;tenant 2
manager_host=xx.xx.xx.2
manager_port=5038
manager_user=fop
manager_secret=my-pwd
[tenant1]
user=100:1234:all
user=101:1234:all
buttonfile=tenant1_buttons.cfg
[tenant2]
user=100:1234:all
user=101:1234:all
buttonfile=tenant2_buttons.cfg
tenant1_buttons.cfg:
type=extension
extension=100
context=from-internal
label=User 100
channel=SIP/100
type=extension
extension=101
context=from-internal
label=User 101
channel=SIP/101
tenant2_buttons.cfg:
type=extension
extension=100
context=from-internal
label=User 100
channel=SIP/100
type=extension
extension=101
context=from-internal
label=User 101
channel=SIP/101
As there is no link between bottons and servers I see activity of i. e. extension 100 on tenant 1 on both tenant-views.
The docu says:
Later, on the button definition, you might want to specify the server. If you do not specify the server in the button definition the action you perform will be broadcasted to all servers.
How can I do this? I didn't find the command to specify the server.
/usr/local/fop2/fop2_server -X 511 -d
gives no output and the server is not starting
service fop2 start
says "ok", but the service is not starting or it terminates right after starting with no error message.
Same with -d switch. No error, but the service is not starting.
With "/usr/local/fop2/fop2_server &" in /etc/rc.local fop2 starts automatically after reboot and is working without any errors so far. Do you think I will have any disadvantages with this solution?
I successfully licensed fop2 with a veth device with no ip. Thanks for this info.
After licening it is no longer possible to start fop2 with "service fop2 start" as it was working befor. I can start fop2 with "/usr/local/fop2/fop2_server &".
Any idea how to fix this? I'm on centos 4.
Rgs,
schogge
Hi,
I'm using FOP 2 in an OpenVZ virtual machine. To get a license you need a MAC-Address. I read set it is possible by using a veth device. As I am using a clustered setup, it is not easy to set up a veth device for me. Is there any other way I can get a license? In my scenario a veth device just for licening is oversized.
Rgs,
schogge
I'm just evaluating some panels for asterisk. FOP2 looks quite interesting so far.
The requested notes field sounds exactly like the feature I am looking for.
Let me say it in my words:
On incoming calls I would like to see a pop-up (like the one which is already there). Fields should be name, number and some custom notes. The possibility to edit and save this information right in the pop-up would be perfect.
Rgs,
schogge