Jump to content

Ramon

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Ramon

  1. Hello. I notice that there used to be an official Vodia Docker image, but that it hasn't been updated in 4 years. Does anyone know if that's because Vodia doesn't work well as a Docker image? Or simply that no one wanted to maintain it?

    I'm working on my Linux skills, and I'm learning Docker. I want to play with setting up Vodia in a Docker image for educational purposes if nothing else. However, if it doesn't work well, I'll find another project.

    Thanks!

  2. I'm glad I found this thread. Any word on progress with this?

    Minimize to tray and launch on Windows startup are essential features for my clients. As it is, we can't roll out the Vodia Windows app for our users.

    I'm trying to get Linphone to work, and have had some success with remote provisioning. Vodia would be considerably more viable for us with these two features.

    Thank you!

  3. Hello! I am working on a failover Vodia server following these instructions:
    PBX Failover (vodia.com)

    I also found this forum post helpful:

    When I modify /etc/init.d/pbx then restart the PBX, I get this error:

    Quote

    Error parsing /usr/local/pbxfail

    Here are the relevant lines from the pbx config file:

    PBXNAME=pbxctrl
    PBXEXE=/usr/local/pbx/pbxctrl
    PBXDIR=/usr/local/pbx
    PBXFAIL=/usr/local/pbxfail
    
    #Service script for the Vodia PBX:
    case "$1" in
        start)
            echo -n "Starting PBX daemon"
            $PBXEXE --dir $PBXDIR --serverdir $PBXFAIL --respawn || return=$rc_failed
            echo -e "$return"

    I also tried the full path to the file:

    PBXFAIL=/usr/local/pbxfail/pbxctrl-failover.xml

    What am I missing?

    Thank you!

×
×
  • Create New...