summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAge
* 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 :)
* 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
|
* baresip v0.4.14Alfred E. Heggestad2015-08-08
|
* ua: added prototype for ua_prev_call()Alfred E. Heggestad2015-08-01
|
* Add transfer failed call eventCharles Lehner2015-07-05
|
* vidcodec: move packet-handler to encode_updateAlfred E. Heggestad2015-06-27
|
* added -m option to pre-load modules before config is parsedAlfred E. Heggestad2015-06-27
|
* baresip version 0.4.13Alfred E. Heggestad2015-06-20
|
* vidisp: use const pointer to base-classAlfred E. Heggestad2015-06-20
|
* vidsrc: use const pointer to base-classAlfred E. Heggestad2015-06-20
|
* change ausrc/auplay base-class to pointerAlfred E. Heggestad2015-06-16
| | | | | | | - change from a memory-reference to a const pointer - this saves one mem_deref() in the destructor and also decreases the chance of introducing memory leaks - test on debian
* contact: add access-parameterAlfred E. Heggestad2015-02-14
| | | | | | | | - basic access-control for incoming calls, originally based on a patch from Doug Blewett (thanks!) - each contact-entry can optionally have a ;access={block,allow} parameter. - add a hash-table for all contacts for fast lookup
* vidcodec: add support for encode- or decode-only vidcodec modulesAlfred E. Heggestad2014-12-25
|
* release baresip version 0.4.12Alfred E. Heggestad2014-12-24
|
* ui: make ui_output() take a formatted stringAlfred E. Heggestad2014-11-30
| | | | | | | - minor cleanup in logging - use ui_output() for interactive output - avoid using re_printf() - stdio: added an output_handler (to stderr)
* presence: made presence status UA specificJuha Heinanen2014-11-18
|
* ui: no call-status while in editing modeAlfred E. Heggestad2014-11-09
|
* presence/options patch from JuhaAlfred E. Heggestad2014-11-01
| | | | | | | | | | | | | most of this work was done by Juha Heinanen, and reviewed by me. thanks! - menu: add support for sending SIP OPTIONS requests to any peer, using the 'o' command - presence: add support for PUBLISH, set ;pubint=N to activate - ua: add Allow/Supported header to OPTIONS reply add MESSAGE to allowed methods
* Merge pull request #25 from alfredh/gruuAlfred E. Heggestad2014-10-20
|\ | | | | gruu: preliminary support for SIP GRUU
| * gruu: preliminary support for SIP GRUUAlfred E. Heggestad2014-09-23
| | | | | | | | | | | | - the original patch was written by Juha Heinanen - this patch needs a new version of libre
* | 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.
* modules/mwi: subscribe to mwi after registration has succeededJuha Heinanen2014-09-22
|
* add ua_unregister() to un-REGISTER clientAlfred E. Heggestad2014-07-06
|
* fix XCode build error when used as library.Iwan BK2014-06-28
|
* version 0.4.11Alfred E. Heggestad2014-06-21
|
* 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 :)
* 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
* | ausrc/auplay api: change to 16-bit samplesAlfred E. Heggestad2014-02-13
| |
* | remove fmt parameter from ausrc/auplay apiAlfred E. Heggestad2014-02-13
|/
* baresip 0.4.10Alfred E. Heggestad2014-02-09