Jump to content

Failover help


Ramon

Recommended Posts

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!

Link to comment
Share on other sites

  • 4 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...