diff options
author | David Runge <dave@sleepmap.de> | 2015-03-11 01:29:36 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-03-11 01:29:36 +0100 |
commit | e5a2cfc398c0f7fdb03dbc528bc616a173ea2bf1 (patch) | |
tree | f3f4eb389fa8ee6d533e30a749568c5956c8544c /.linphonerc | |
parent | b9949cd068f1b27bcd8c9e7518fe7b98e06f7ae2 (diff) | |
parent | 84aae61d98ea41d45587723c6edffc98cefb40f1 (diff) | |
download | dotfiles-e5a2cfc398c0f7fdb03dbc528bc616a173ea2bf1.tar.gz dotfiles-e5a2cfc398c0f7fdb03dbc528bc616a173ea2bf1.tar.bz2 dotfiles-e5a2cfc398c0f7fdb03dbc528bc616a173ea2bf1.tar.xz dotfiles-e5a2cfc398c0f7fdb03dbc528bc616a173ea2bf1.zip |
Merge branch 'master' of sleepmap:dotfiles
* 'master' of sleepmap:dotfiles: (51 commits)
.autorandr/*: Clean slate for all autorandr profiles.
.password-store: Updating password store to latest commits.
.gitignore: Removing some unneeded stuff that has been added to the repo.
fonts.conf: Updating to a correct path structure.
.fonts: Removing top level configuration.
.fonts.conf: Adding a custom fontconfig cache dir, so .cache can be a tmpfs and won't need a symlink to the fontconfig directory.
.fonts.conf: Adding a custom fontconfig cache dir, so .cache can be a tmpfs and won't need a symlink to the fontconfig directory.
termite/config: Explicitly adding firefox as browser, so clickable URLs will work
.Xresources: Removing double entry for background
.rtorrent.rc: Adding rtorrent configuration file
profile-cleaner.conf: Adding standard setting for profile cleaner (dark background)
.config/mpd/folders: Adding default folders for mpd.
shotwell: Adding symlink for configuration.
.config/systemd: Adding current systemd --user setup.
pavucontrol.ini: Adding standard window size
ardour3: Adding configs for Ardour3.
.tmux.conf: base-index is added properly with -g now.
base.cfg: Terminology base settings update
conky: Add top, right, bottom conky config.
rollback-profile: Changing the backup location.
...
Diffstat (limited to '.linphonerc')
-rw-r--r-- | .linphonerc | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/.linphonerc b/.linphonerc index 4d4c42e..da3467e 100644 --- a/.linphonerc +++ b/.linphonerc @@ -83,31 +83,31 @@ channels=1 enabled=1 [audio_codec_5] -mime=speex -rate=32000 +mime=G729 +rate=8000 channels=1 enabled=0 [audio_codec_6] -mime=L16 -rate=44100 +mime=speex +rate=32000 channels=1 enabled=0 [audio_codec_7] mime=L16 rate=44100 -channels=2 +channels=1 enabled=0 [audio_codec_8] -mime=G722 -rate=8000 -channels=1 +mime=L16 +rate=44100 +channels=2 enabled=0 [audio_codec_9] -mime=GSM +mime=G722 rate=8000 channels=1 enabled=0 @@ -144,3 +144,9 @@ mime=H263 rate=90000 enabled=0 +[audio_codec_10] +mime=GSM +rate=8000 +channels=1 +enabled=0 + |