In the new firmware 39.14.34 of the 7140 they have introduced the Italian tones.
In firmware there is a /etc/default.xxx folder, where xxx indicate prefixed the telephone one of the country.
Wanting to install in the 7050, I have tried to replace the files in the /default.xxx folder of the 7050, but I have not obtained the intentional effect.
But where are hidden these files or as it is possible to modify them?
I see:
################################################################################
if [ ! "$OEM" = "avme" ] ; then
echo "[$0] Landspezifische Unterstützungen nur in der AVM International Version"
return 0
fi
################################################################################
echo "[$0] Parameter $1"
case $1 in
0[0123456789]*|99)
if [ -d "/etc/default.$1" ] ; then
echo "Settings for Country '$1' found"
echo "changing Country '$Country' to Country '$1'"
echo country $1 >$CONFIG_ENVIRONMENT_PATH/environment
telefonie_werkseinstellungen
else
echo "ERROR: Settings for Country '$1' not found"
return -2
fi
;;
*)
echo "ERROR: Country '$1' --- illegal Parameter format!!!"
return -1
;;
esac
Thanks to who will want give to me one solution.
Linus
In firmware there is a /etc/default.xxx folder, where xxx indicate prefixed the telephone one of the country.
Wanting to install in the 7050, I have tried to replace the files in the /default.xxx folder of the 7050, but I have not obtained the intentional effect.
But where are hidden these files or as it is possible to modify them?
I see:
################################################################################
if [ ! "$OEM" = "avme" ] ; then
echo "[$0] Landspezifische Unterstützungen nur in der AVM International Version"
return 0
fi
################################################################################
echo "[$0] Parameter $1"
case $1 in
0[0123456789]*|99)
if [ -d "/etc/default.$1" ] ; then
echo "Settings for Country '$1' found"
echo "changing Country '$Country' to Country '$1'"
echo country $1 >$CONFIG_ENVIRONMENT_PATH/environment
telefonie_werkseinstellungen
else
echo "ERROR: Settings for Country '$1' not found"
return -2
fi
;;
*)
echo "ERROR: Country '$1' --- illegal Parameter format!!!"
return -1
;;
esac
Thanks to who will want give to me one solution.
Linus
Zuletzt bearbeitet: