summaryrefslogtreecommitdiff
path: root/src/config.c
Commit message (Collapse)AuthorAge
* config: list several modules that were missing (#175)Dmitrij D. Czarkoff2016-11-27
| | | | | | * config: list several modules that were missing * config: hide daala, comment out echo and hide dtmfio for non-linux systems
* config: add vidinfo.so to templateAlfred E. Heggestad2016-08-13
|
* config: add pulse.so to templateAlfred E. Heggestad2016-08-13
|
* config: add debug_cmd.so to templateAlfred E. Heggestad2016-08-13
|
* added config 'call_max_calls' to limit maximum number of calls per uaAlfred E. Heggestad2016-07-23
|
* add support for rtp_timeout and redialAlfred E. Heggestad2016-07-19
| | | | | | | | | | | | | | | | 1. Added support for RTP timeout. The feature is disabled by default and can be enabled with config "rtp_timeout N" where N is the number of seconds of RTP inactivity. If this is detected, the call is closed with a "special" SIP reason code of 701. 2. Added support for automatic re-connect in the menu module. This can be enabled by setting the 2 config items: redial_attempts 3 redial_delay 5 This work was contributed by Sveriges Radio. Thanks goes to Ola Palm and Jim Eld.
* update TODOAlfred E. Heggestad2016-06-08
|
* config: added 'audio_path' config variableJuha Heinanen2016-06-07
|
* config: store dns nameservers in a stringAlfred E. Heggestad2016-06-06
|
* config: initialize new network itemsAlfred E. Heggestad2016-06-06
|
* net: make networking code re-entrantAlfred E. Heggestad2016-06-06
| | | | | | | | | | | - The network instance is now in struct network and does not use any local/static data - A new top-level struct in baresip.c owns the single instance of struct network it is a long-term goal to remove all local/static data from libbaresip and make it fully re-entrant.
* config: fix template for Android audio-deviceAlfred E. Heggestad2016-06-05
|
* config: add "call_local_timeout" config optionAlfred E. Heggestad2016-06-05
| | | | | | | the config option is used for incoming calls, if the call is not answered after X seconds. The default value is 120 seconds. If the value is set to 0 the timeout timer is not enabled.
* vp8: rename vpx.so module to vp8.soAlfred E. Heggestad2016-06-04
|
* config: add mpa module to config templateAlfred E. Heggestad2016-05-17
|
* config: remove unrelated natbd_xxx optionsAlfred E. Heggestad2016-05-09
|
* config: added audiounit module to generated config (ref #91)Alfred E. Heggestad2016-01-17
|
* Symbian32 platform is not support anymoreAlfred E. Heggestad2016-01-03
|
* config: add aubridge module to sample configAlfred E. Heggestad2015-12-19
|
* config: mention kqueue on platforms supporting itDmitrij D. Czarkoff2015-07-02
| | | | While at it, also make spacing of this configuration item more consistent.
* speex, docs, src: added speex_mode_nb and speex_mode_wb config varsJuha Heinanen2015-06-04
| | | | - Slightly modified patch provided by Dmitrij D. Czarkoff
* docs, src: reverted speex_quality/speex_complexity changesJuha Heinanen2015-06-04
| | | | - speex_quality/speex_complexity value is not mapped to sdp mode value
* src, docs: added opus codec params to default config and exampleJuha Heinanen2015-06-04
|
* docs, src: use draft-ietf-avt-rtp-speex-01 specified speex encoding modeJuha Heinanen2015-06-04
|
* Default configuration entry for HTTP moduleLorenzo Mangani2014-12-26
|
* use correct definition of kilobit (1000 bits)Alfred E. Heggestad2014-12-07
| | | | http://en.wikipedia.org/wiki/Kilobit
* improve FFmpeg/libav module detectionAlfred E. Heggestad2014-11-22
| | | | | | | - remove FFmpeg keyword, as both FFmpeg and libav is supported - avcodec.so need libavcodec - avformat.so needs libavformat and others - also made the "quicktime.so" module deprecated
* uuid: generate UUID internally in moduleAlfred E. Heggestad2014-11-15
|
* ui: update UI-module APIAlfred E. Heggestad2014-10-19
| | | | | | | | | | | | | - change from multiple-instances to single-instance (multiple-instances was never used) - remove ui/input config parameters from the "core" config, moved to each specific module (cons and evdev) - modules updated: stdio, cons, evdev, wincons - this patch solves the reported crash, that module-functions are called after the module was unloaded.
* config: generate more relevant config for FreeBSD and OpenBSDDmitrij D. Czarkoff2014-09-10
|
* config: declare i outside for loopAlfred E. Heggestad2014-08-28
|
* modules: add USE_AVCAPTURE and try to detect itAlfred E. Heggestad2014-04-21
|
* config: add opensles to templateAlfred E. Heggestad2014-03-30
|
* baresip 0.4.10Alfred E. Heggestad2014-02-09