summaryrefslogtreecommitdiff
path: root/modules/menu
Commit message (Collapse)AuthorAge
* menu: fix warningAlfred 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.
* 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
* 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
* menu: stop alert on hangup (fixes #105)Alfred E. Heggestad2016-01-17
|
* move playing of ringtones to the menu-moduleAlfred E. Heggestad2016-01-09
|
* 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
* menu: fix whitespaceAlfred E. Heggestad2015-08-01
|
* --add hold for previous call command(too hold active call when we have ↵xanm2015-07-20
| | | | incoming call)
* menu: Small patch to fix NULL pointer in baresip when there are no UAs ↵Alfred E. Heggestad2015-06-24
| | | | (patch from Hans Petter Selasky)
* module: add more documentationAlfred E. Heggestad2015-06-20
|
* Fix warningsLorenzo Mangani2014-12-26
|
* Add TOGGLE ACCOUNT key option T in addition to current SPACELorenzo Mangani2014-12-26
|
* New cmd R: Create User-Agent from command line (same format as config)Lorenzo Mangani2014-12-26
|
* 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)
* ui: no call-status while in editing modeAlfred E. Heggestad2014-11-09
|
* menu: add 'D' to accept incoming call (fixes #26)Alfred E. Heggestad2014-11-02
|
* 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
* 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 :)
* baresip 0.4.10Alfred E. Heggestad2014-02-09