Skip to content
Snippets Groups Projects
Commit e3b54d89 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#3649] Fix audio device ringtone key in preferences

parent eb44ba48
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ audio:
alsa:
cardin: 0
cardout: 0
cardout: 0
cardring: 0
framesize: 20
plugin: default
smplrate: 44100
......
......@@ -83,7 +83,7 @@ const Conf::Key pluginKey("plugin"); //: default
const Conf::Key smplrateKey("smplrate");//: 44100
const Conf::Key devicePlaybackKey("devicePlayback");//:
const Conf::Key deviceRecordKey("deviceRecord");// :
const Conf::Key deviceRingtoneKey("deviceRecord");// :
const Conf::Key deviceRingtoneKey("deviceRingtone");// :
const Conf::Key recordpathKey("recordpath");//: /home/msavard/Bureau
const Conf::Key ringchoiceKey("ringchoice");//: /usr/share/sflphone/ringtones/konga.ul
const Conf::Key volumemicKey("volumemic");//: 100
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment