summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* test: fix warning on osxAlfred E. Heggestad2016-04-09
|
* test: add test-case for DNS SRV loadbalancing and authentication (refs #39)Alfred E. Heggestad2016-04-09
|
* Merge pull request #121 from alfredh/test_sip_dnsAlfred E. Heggestad2016-04-03
|\ | | | | Test sip dns
| * fix warningAlfred E. Heggestad2016-04-03
| |
| * auth test: add all transportsAlfred E. Heggestad2016-04-03
| |
| * test: added test-case for authenticated registerAlfred E. Heggestad2016-04-03
| |
| * add test for SIP with DNSAlfred E. Heggestad2016-04-02
|/
* update reference to RFC for VP8 and H.265Alfred E. Heggestad2016-03-26
|
* 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
* modules/presence: in re_regex calls, added NULL result param for each []Juha Heinanen2016-03-13
| | | | in order to avoid crash
* modules/presence: allow white space before xml element closing tagsJuha Heinanen2016-03-13
|
* baresip release v0.4.18Alfred E. Heggestad2016-03-12
|
* avformat: use new type AV_PIX_FMT_YUV420P (ref issue #114)Alfred E. Heggestad2016-03-06
|
* h265: use new type AV_PIX_FMT_YUV420P (ref issue #114)Alfred E. Heggestad2016-03-06
|
* avcodec: use new type AV_PIX_FMT_YUV420P (ref issue #114)Alfred E. Heggestad2016-03-06
|
* audiounit: add compile-time check for IOS or MAC (ref issue #91)Alfred E. Heggestad2016-03-06
|
* ua: add UA_EVENT_CALL_CLOSED on ua_hangupAlfred E. Heggestad2016-02-28
| | | | | | thanks to Gary Metalle for testing ref. issue #111
* menu: add command 'A' for switch audio deviceAlfred E. Heggestad2016-02-28
| | | | | the original patch was written by AlexMarlo https://github.com/alfredh/baresip/pull/109
* make call_is_onhold() publicAlfred E. Heggestad2016-02-27
|
* avcodec: add module descriptionAlfred E. Heggestad2016-02-14
|
* test: add testcases for call hangup from both sidesAlfred E. Heggestad2016-02-14
|
* 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.
* test: add option to specify which testcase(s) to runAlfred E. Heggestad2016-02-14
|
* test: add option -l to list all testcasesAlfred E. Heggestad2016-02-14
|
* test: use milliseconds for re_main_timeout valueAlfred E. Heggestad2016-02-14
|
* update opus RFCsAlfred E. Heggestad2016-02-13
|
* 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 :)
* alsa: fix crash in playerAlfred E. Heggestad2016-02-02
| | | | reported by Gary Metalle
* v4l2_codec: add list of encoders (fixes #99)Alfred E. Heggestad2016-01-31
|
* Merge pull request #108 from clehner/notifyfixAlfred E. Heggestad2016-01-20
|\ | | | | Fix notification-related things
| * gtk: always handle incoming callsCharles Lehner2016-01-19
| | | | | | | | | | Even if notification support is not built in, incoming calls should get added to the app menu so the user can answer them
| * gtk: remove duplicate notification declaration. Fix #107Charles Lehner2016-01-19
| | | | | | | | Allow using USE_LIBNOTIFY even when GLib >= 2.40 is available
* | menu: stop alert on hangup (fixes #105)Alfred E. Heggestad2016-01-17
| |
* | ua: check err value properly in ua_options_send()Alfred E. Heggestad2016-01-17
| |
* | presence: ignore return value from mem_deref()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
| |
* | auloop: add 44100 Hz to the table of sample-ratesAlfred E. Heggestad2016-01-16
| |
* | audiounit: add debug of hardware sample-rateAlfred E. Heggestad2016-01-16
| |
* | Fix audiounit recording on OSX, technotes TN2223 and TN2091Sebastian Reimers2016-01-16
| |
* | mk: add build detection of audiounit module for OSXAlfred E. Heggestad2016-01-16
| |
* | Merge pull request #104 from czarkoff/sndioAlfred E. Heggestad2016-01-15
|\ \ | | | | | | sndio: initialize "par" to NULL
| * | sndio: initialize "par" to NULLDmitrij D. Czarkoff2016-01-15
|/ /
* | Merge pull request #102 from czarkoff/gtkAlfred E. Heggestad2016-01-14
|\ \ | | | | | | gtk: make module ANSI C compliant
| * | gtk: make module ANSI C compliantDmitrij D. Czarkoff2016-01-14
| | |
* | | Merge pull request #100 from czarkoff/daalaAlfred E. Heggestad2016-01-14
|\ \ \ | |/ / |/| | daala: recover after recent api change
| * | daala: recover after recent api changeDmitrij D. Czarkoff2016-01-14
|/ /