Ramon Posted October 24, 2022 Report Share Posted October 24, 2022 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! Quote Link to comment Share on other sites More sharing options...
Vodia PBX Posted March 10 Report Share Posted March 10 Hmm it looks okay to me... Maybe a problem with some strange/invisible characters? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.