summaryrefslogtreecommitdiff
path: root/modules/account
Commit message (Collapse)AuthorAge
* update account templates with new password syntaxAlfred E. Heggestad2018-01-28
|
* account: update template with auth_pass parameterAlfred E. Heggestad2018-01-06
|
* account: move password prompt to moduleAlfred E. Heggestad2017-07-09
|
* account: add parameters 'stunuser' and 'stunpass'Alfred E. Heggestad2017-01-21
| | | | | | | | | the STUN username and password can now be configured with explicit parameters, example: ;stunuser=USERNAME;stunpass=PASSWORD;stunserver=stun:server.org Ref. https://github.com/alfredh/baresip/issues/200
* minor tuning of commandsAlfred E. Heggestad2016-12-09
|
* conf: add handler argument to line-handlerAlfred E. Heggestad2016-07-24
|
* 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.
* account: add doxygen group and check return valueAlfred E. Heggestad2015-06-16
|
* account: no SIP accounts is not an error anymoreAlfred E. Heggestad2014-12-26
|
* Fix warningsLorenzo Mangani2014-12-26
|
* New cmd R: Create User-Agent from command line (same format as config)Lorenzo Mangani2014-12-26
|
* 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
* account: add sample with outbound transportAlfred E. Heggestad2014-05-17
|
* baresip 0.4.10Alfred E. Heggestad2014-02-09