summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* call: add sequential line-numbers for multiple calls (ref #141)Alfred E. Heggestad2016-07-23
|
* cmd: add application data to cmd_argAlfred E. Heggestad2016-07-22
|
* ua: use re_sdprintf to encode reg_uriAlfred E. Heggestad2016-07-20
| | | | thanks to Leif Adelw for reporting this bug with long SIP uris
* stream: don't access stream object after calling error-handlerAlfred E. Heggestad2016-07-19
|
* update doxygen commentsAlfred E. Heggestad2016-07-19
|
* 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.
* test: added testcase for SIP OPTIONSAlfred E. Heggestad2016-06-19
|
* added some extra loggingAlfred E. Heggestad2016-06-18
|
* ua: move module_app_unload to ua_close (fixes #133)Alfred E. Heggestad2016-06-11
|
* 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.
* conf: use macro CONFIG_PATH if defined (ref #134)Alfred E. Heggestad2016-06-05
|
* config: fix template for Android audio-deviceAlfred E. Heggestad2016-06-05
|
* conf: use /data/local/tmp for Android (ref #134)Alfred E. Heggestad2016-06-05
|
* fix warning about unused argAlfred 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.
* ua: added ua exit handlerAlfred E. Heggestad2016-06-05
|
* video: copy vidframe if decode-filters are usedAlfred E. Heggestad2016-06-05
| | | | | | this is to fix the bug where any pixels overlaying the original image is "smeared" all over the surface, since some video decoders like ffmpeg/vpx keeps the displayed image in memory.
* vp8: rename vpx.so module to vp8.soAlfred E. Heggestad2016-06-04
|
* audio: set the exact framesize for plc-handlerAlfred E. Heggestad2016-05-17
|
* config: add mpa module to config templateAlfred E. Heggestad2016-05-17
|
* Merged with master and added proper RTP time stamp handlingChristian Hoene2016-05-14
|\
| * minor nicifyChristian Hoene2016-05-14
| |
| * Fixed bug of sending empty packetsChristian Hoene2016-05-12
| |
* | config: remove unrelated natbd_xxx optionsAlfred E. Heggestad2016-05-09
| |
* | aucodec: split srate into srate and crate (Clock Rate)Alfred E. Heggestad2016-05-01
| |
* | fix some ccheck warningsAlfred E. Heggestad2016-04-24
|/
* Added resampler to decodeChristian Hoene2016-04-22
|
* First version with MPA codingChristian Hoene2016-04-22
|
* fix warningAlfred E. Heggestad2016-04-03
|
* add test for SIP with DNSAlfred E. Heggestad2016-04-02
|
* mos: use stdint typesAlfred E. Heggestad2016-03-22
|
* mos: add pseudo Mean Opinion Score routineAlfred E. Heggestad2016-03-21
| | | | thanks to Lorenzo Mangani for the original patch
* ua: add UA_EVENT_CALL_CLOSED on ua_hangupAlfred E. Heggestad2016-02-28
| | | | | | thanks to Gary Metalle for testing ref. issue #111
* make call_is_onhold() publicAlfred E. Heggestad2016-02-27
|
* call: move CALL_EVENT_ESTABLISHED to the endAlfred E. Heggestad2016-02-14
| | | | | | | | | - since the callback handler might destroy the call object, it is safer to call the handler as the last thing in the function. otherwise the call object might be corrupt, i.e. pointing to deallocated memory.
* menu: configurable bell and set incoming uaAlfred E. Heggestad2016-02-06
| | | | | | | | - add config "menu_bool yes|no" to control if the incoming call should print Bell escape characters to the terminal - on incoming call, set the current user-agent to the one with the incoming call
* stream: add warningAlfred E. Heggestad2016-02-06
|
* call: fix for decoding SIP INFO with dtmf-relayAlfred E. Heggestad2016-02-02
| | | | patch from Gary Metalle, thank you :)
* ua: check err value properly in ua_options_send()Alfred E. Heggestad2016-01-17
|
* release baresip 0.4.17Alfred E. Heggestad2016-01-17
|
* config: added audiounit module to generated config (ref #91)Alfred E. Heggestad2016-01-17
|
* selftest: silent output, add optional verbose -vAlfred E. Heggestad2016-01-09
|
* move playing of ringtones to the menu-moduleAlfred E. Heggestad2016-01-09
|
* move password_prompt function to ui.cAlfred E. Heggestad2016-01-03
|
* conf: keep the struct conf allocatedAlfred E. Heggestad2016-01-03
|
* Symbian32 platform is not support anymoreAlfred E. Heggestad2016-01-03
|