bin/check.sh: Call set_subscribers_callforward.pl if the config file is present.

vseva/3.0
Victor Seva 13 years ago
parent 0886acfbdd
commit f21f32e7ef

@ -43,6 +43,10 @@ function create_voip
# $1 prefs yml file
function create_voip_prefs
{
if [ -f ${SCEN_CHECK_DIR}/callforward.yml ]; then
${BIN_DIR}/set_subscribers_callforward.pl ${SCEN_CHECK_DIR}/callforward.yml
fi
if [ -f $1 ]; then
${BIN_DIR}/set_subscribers_preferences.pl $1
fi

Loading…
Cancel
Save