summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* build infrastructure: use pkg-config for gstreamer detectionDmitrij D. Czarkoff2015-10-16
| | | | At least on Debian Wheezy old header test was prone to giving false positives.
* build infrastructure: get rid of " = `pkg-config ...`" idiomDmitrij D. Czarkoff2015-10-16
|
* Revert "gtk: don't run pkg-config on every operation"Alfred E. Heggestad2015-10-12
| | | | This reverts commit 788de5afe6feea1f4b773ed87302117ac0dc03d7.
* Revert "Get rid of VAR += `pkg-config ...` idiom"Alfred E. Heggestad2015-10-12
| | | | This reverts commit 3e4957cbf3342fc90fb5578125cb492a12e84cd4.
* audio: add API to set source/player while in callAlfred E. Heggestad2015-10-11
| | | | | | | | | | | int audio_set_source(struct audio *au, const char *mod, const char *device); int audio_set_player(struct audio *au, const char *mod, const char *device); example usage: audio_set_player(call_audio(ua_call(uag_cur())), "alsa", "default"); fixes #70
* ua: add support for hold+answerAlfred E. Heggestad2015-10-11
| | | | | | | - added ua_hold_answer() which will first put on-hold the active call (if exist) and then answer the new incoming call fixes #50
* test: use CXX as linkerAlfred E. Heggestad2015-07-19
|
* test: enable TCP and TLS for ua registration testAlfred E. Heggestad2015-10-10
|
* test: run all testcases from an array of testsAlfred E. Heggestad2015-10-10
|
* rst: use sys_msleep for sleeping 4 millisecondsAlfred E. Heggestad2015-10-10
|
* Merge pull request #81 from czarkoff/masterAlfred E. Heggestad2015-10-10
|\ | | | | Get rid of VAR += `pkg-config ...` idiom
| * Get rid of VAR += `pkg-config ...` idiomDmitrij D. Czarkoff2015-10-10
|/ | | | | Output of pkg-config shouldn't change during build, so it is sufficient to run it once per check.
* Merge pull request #80 from czarkoff/masterAlfred E. Heggestad2015-10-10
|\ | | | | gtk: don't run pkg-config on every operation
| * gtk: don't run pkg-config on every operationDmitrij D. Czarkoff2015-10-09
| |
* | fix ccheck.py warnings in makefileAlfred E. Heggestad2015-10-05
| |
* | Merge pull request #77 from quentusrex/masterAlfred E. Heggestad2015-10-05
|\ \ | | | | | | Adding pkg-config support to libbaresip for the shared lib.
| * | Adding pkg-config support to libbaresip for the shared lib.William King2015-10-05
|/ /
* | test: use new sipsrv from retestAlfred E. Heggestad2015-10-04
| |
* | ice: additional loggingAlfred E. Heggestad2015-10-03
| |
* | move nested structs outside of 'struct config'Alfred E. Heggestad2015-09-30
| | | | | | | | | | | | | | | | | | | | - nested structs will be visible in global namespace in C - when baresip.h is compiled with a C++ compiler, the nested structs will be places in local namespace of struct config making them all global, so they can be compiled with both C and C++ thanks to Gary Metalle for reporting this :)
* | test: added a test for C++ api compatibilityAlfred E. Heggestad2015-09-30
|/
* Merge pull request #75 from czarkoff/masterAlfred E. Heggestad2015-09-27
|\ | | | | test: do actual testing
| * test: do actual testingDmitrij D. Czarkoff2015-09-27
| |
* | Merge pull request #74 from czarkoff/daalaAlfred E. Heggestad2015-09-27
|\ \ | |/ |/| daala: upstream doesn't have ogg_packet structure any more
| * daala: upstream doesn't have ogg_packet structure any moreDmitrij D. Czarkoff2015-09-27
|/
* baresip version 0.4.15Alfred E. Heggestad2015-09-26
|
* ua: add UA_EVENT_CALL_DTMF_START/ENDAlfred E. Heggestad2015-09-26
| | | | the patch was written by Gary Metalle, thanks a lot!
* make sip_req_send() publicAlfred E. Heggestad2015-09-26
|
* magic: use __func__ for C99Alfred E. Heggestad2015-09-26
|
* better detection of avcodec/avformatAlfred E. Heggestad2015-09-26
|
* alsa: add extra logging using debug()Alfred E. Heggestad2015-09-20
|
* gst_video1: remove re_printf debugAlfred E. Heggestad2015-09-20
|
* gtk: fix warnings for Debian 7.8Alfred E. Heggestad2015-09-20
|
* gtk: fix warningsAlfred E. Heggestad2015-09-20
|
* Merge pull request #73 from clehner/libnotifyAlfred E. Heggestad2015-09-20
|\ | | | | More ways to answer calls in GTK+
| * gtk: clean up more things on module unloadCharles Lehner2015-09-20
| |
| * Add submenu per incoming callCharles Lehner2015-09-20
| | | | | | | | Allows answering calls without GNotification/Libnotify
| * Use libnotify for notifications in glib < 2.40 (#65)Charles Lehner2015-09-20
|/
* zrtp: add presz of 36 bytes for TURN headersAlfred E. Heggestad2015-09-19
|
* ua: change 486 reason to 'max calls'Alfred E. Heggestad2015-09-19
|
* audio: lookup pt for telephone-event (fixes #72)Alfred E. Heggestad2015-09-19
|
* Update README.mdAlfred E. Heggestad2015-08-30
|
* gst_video1: review comments from Tomasz OstrowskiAlfred E. Heggestad2015-08-16
|
* video: fix possible null deref (thanks to Tomasz Ostrowski)Alfred E. Heggestad2015-08-16
|
* selftest: new binaryAlfred E. Heggestad2015-08-09
| | | | | | - move selftest code from module/selftest to test/. - create a new binary called 'selftest' - the selftest is testing the Baresip Core only
* vumeter: cast structs to void-pointerAlfred E. Heggestad2015-08-08
|
* fix some typosAlfred E. Heggestad2015-08-08
|
* baresip v0.4.14Alfred E. Heggestad2015-08-08
|
* gst1/gst_video1: add -Wno-cast-align to CFLAGS to avoid clang warningsAlfred E. Heggestad2015-08-08
|
* gtk: initialize GtkCheckMenuItemAlfred E. Heggestad2015-08-08
|