summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | fix call mute-state for multiple callsAlfred E. Heggestad2014-05-18
| | | | | | | | | | | | | | added audio_ismuted() and remove static state from menu.c thanks to Remik who reported the issue and suggested a nice solution :)
| * Fix return condition to avoid injecting stats when there are noneLorenzo Mangani2014-05-18
| |
| * Basic support for X-RTP-Stat reports in BYE/200 OKLorenzo Mangani2014-05-18
|/
* audio: fix timestamp calculation for sendingAlfred E. Heggestad2014-05-17
| | | | | | | | | | according to RFC 3551 the RTP timestamp is independent of number of channels and encoding. fix the timestamp calculation for outgoing RTP packets, by dividing the total number of samples on number of channels. the bug was not affecting calls with mono audio, but was very likely to affect calls with stereo audio (e.g. OPUS)
* rtp_stats: skip if no packets were sent/recv'dAlfred E. Heggestad2014-05-17
|
* account: add sample with outbound transportAlfred E. Heggestad2014-05-17
|
* dtls_srtp: clear openssl error queue on errorsAlfred E. Heggestad2014-05-17
| | | | | | | openssl has a nice global error queue, if an error occurs we must read out the error and then call ERR_clear_error(). otherwise other users of openssl in the same process will get our errors, and things will stop working.
* ice: set default candidates for 'lite' modeAlfred E. Heggestad2014-05-01
| | | | | | | | | | | when using ice-lite mode, the baresip ICE module is not setting RTP/RTCP connection line in SDP properly. this should be fixed by making a call to this function after the local candidates have been gathered: icem_lite_set_default_candidates(m->icem); the issue was reported by Juha Heinanen, thanks
* call: check common audio codecs for incoming callAlfred E. Heggestad2014-04-21
| | | | | | | | for incoming calls, check that we have at least 1 common audio codec. if there are no common audio codecs, reject the call with 488 status code. Suggested and Tested by Juha Heinanen -- thanks!
* modules: add USE_AVCAPTURE and try to detect itAlfred E. Heggestad2014-04-21
|
* rst: use logging functionsAlfred E. Heggestad2014-04-20
|
* dshow: use info() instead of re_printf()Alfred E. Heggestad2014-04-20
|
* avcapture: use warning() instead of re_printf()Alfred E. Heggestad2014-04-20
|
* rst: remove psize, use sampc insteadAlfred E. Heggestad2014-04-20
|
* v4l2: remove trailing whitespaceAlfred E. Heggestad2014-04-14
|
* whitespaceDmitrij D. Czarkoff2014-04-14
|
* v4l2: add format negotiation and OpenBSD supportDmitrij D. Czarkoff2014-04-14
| | | | | | | | | | | Changes are: * libv4l2 is not required for proper operation any more (it is still desirable, as it guarantees that librem-supported format will be available); * v4l2 module now iterates through the list of available formats and settles on first one supported by librem; * if libv4l2 is present, baresip will try to use native format and fall back to emulated one only if no usable combination found.
* metric: fix average bitrate calculationAlfred E. Heggestad2014-04-12
|
* modules: use new logging functionsAlfred E. Heggestad2014-04-12
|
* added some missing commentsAlfred E. Heggestad2014-04-12
|
* use logging functionsAlfred E. Heggestad2014-04-12
|
* play: fix warnings when compiling with OPT_SIZE=1Alfred E. Heggestad2014-04-12
|
* selftest: new module for testing baresip coreAlfred E. Heggestad2014-04-12
| | | | | | | | | | | | | | | the selftest module is using the public API of the Baresip core (in baresip.h) to verify the expected behaviour and to test various protocol scenarios. the module can be loaded with the 'module' directive or 'module_tmp' directive: module_tmp selftest.so OR: module selftest.so
* Merge pull request #6 from alfredh/ausrc_apiAlfred E. Heggestad2014-04-11
|\ | | | | Ausrc api
| * Merge branch 'master' into ausrc_apiAlfred E. Heggestad2014-04-11
| |\ | |/ |/|
* | dtmfio: include unistd for unlink()Alfred E. Heggestad2014-04-11
| |
* | debian: baresip now needs libre v0.4.8 or laterAlfred E. Heggestad2014-04-11
| |
| * sndio: update to new ausrc/auplay APIAlfred E. Heggestad2014-04-11
| |
| * Merge branch 'master' into ausrc_apiAlfred E. Heggestad2014-04-11
| |\ | |/ |/|
* | Merge pull request #5 from alfredh/nextAlfred E. Heggestad2014-04-11
|\ \ | | | | | | Next
| * \ Merge branch 'master' into nextAlfred E. Heggestad2014-04-11
| |\ \ | |/ / |/| |
* | | sndio: audio driver for OpenBSDAlfred E. Heggestad2014-04-09
| | | | | | | | | | | | It was contributed by Dmitrij D. Czarkoff, thank you!
| * | Merge branch 'master' into nextAlfred E. Heggestad2014-04-05
| |\ \ | |/ / |/| |
* | | config: add opensles to templateAlfred E. Heggestad2014-03-30
| | |
| * | stream_debug: also print local SDP addressAlfred E. Heggestad2014-02-22
| | |
| * | re api changes:Alfred E. Heggestad2014-02-22
| | | | | | | | | | | | | | | - sip_param_decode() renamed to msg_param_decode() - use msg_ctype_cmp() to check for Content-Type
| | * Merge branch 'master' into ausrc_apiAlfred E. Heggestad2014-03-29
| | |\ | |_|/ |/| |
* | | added call_setup_duration() and some small thingsAlfred E. Heggestad2014-03-27
| | | | | | | | | | | | - Thanks to Lorenzo Mangani for this work
* | | ua: prefix contact-user cookie with SIP usernameAlfred E. Heggestad2014-03-27
| | |
* | | portaudio: fix clang warningsAlfred E. Heggestad2014-03-23
| | |
* | | dtmfio: fix warnings and improve detectionAlfred E. Heggestad2014-03-23
| | |
* | | dtmfio: fix whitespace and ccheck.py warningsAlfred E. Heggestad2014-03-01
| | |
* | | Spelling fixqwertos2014-02-25
| | |
* | | fixed some spacingAaron Herting2014-02-24
| | |
* | | added dtmfio moduleAaron Herting2014-02-24
|/ /
| * update audio-driver modules with new ausrc/play APIAlfred E. Heggestad2014-02-13
| |
| * ausrc/auplay api: change to 16-bit samplesAlfred E. Heggestad2014-02-13
| |
| * remove fmt parameter from ausrc/auplay apiAlfred E. Heggestad2014-02-13
|/
* main: unload modules on forced exitAlfred E. Heggestad2014-02-12
|
* CFLAGS: remove -Wno-shadowAlfred E. Heggestad2014-02-12
|