schogge

Member

Last active 13 years ago

  1. 13 years ago
    Tue Mar 1 14:55:53 2011
    schogge posted in Multi Tenant Setup.

    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?

  2. Tue Mar 1 14:04:58 2011
    schogge started the conversation Multi Tenant Setup.

    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.

  3. 14 years ago
    Wed May 5 08:26:24 2010
    schogge posted in FOP 2 with OpenVZ.

    /usr/local/fop2/fop2_server -X 511 -d
    gives no output and the server is not starting

  4. Tue May 4 21:49:58 2010
    schogge posted in FOP 2 with OpenVZ.

    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?

  5. Mon May 3 14:47:31 2010
    schogge posted in FOP 2 with OpenVZ.

    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

  6. Thu Apr 29 11:31:29 2010
    schogge started the conversation FOP 2 with OpenVZ.

    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

  7. Wed Apr 14 14:12:50 2010

    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