joe

Member

Last active 12 years ago

  1. 12 years ago
    Fri Apr 20 14:02:08 2012

    Thanks, I will give that thread a lot

  2. Wed Apr 18 11:33:29 2012
    joe started the conversation Force FOP to reload config.

    Hi, I am trying to integrate FOP2 into an existing asterisk PBX web ui management system.
    The system allows for hotdesking by mapping users extensions to the device they log in to.

    I have been able to match this setup in FOP2 by modifying the `buttons.cfg` file to reflect the changes. So I might have

    fop.cfg

    user=1991:1991:all

    buttons.cfg

    [SIP/123]
    type=extension
    extension=1991
    context=from-internal
    label=123

    So my question is is this the best way to do what I need, and if not what is? And second is there a way to get fop2_server to reload the config file without having to restart the deamon which closes all of the client sessions; ideally the changes updated in the config would be reflected in the clients UI.

    Thank You.