summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
* test: fix for getopt on solarisAlfred E. Heggestad2017-04-02
|
* Ausrc auplay reentrant (#227)Alfred E. Heggestad2017-03-22
| | | | | | | | | | | | * ausrc: re-entrant api * fix ausrc api for linux * fix ccheck * auplay: make it re-entrant * auplay: update more modules
* aucodec: move list of aucodec to struct baresip (#221)Alfred E. Heggestad2017-03-04
|
* test: initialize variableAlfred E. Heggestad2017-02-24
|
* test: init endpoint pointers to NULLAlfred E. Heggestad2017-02-24
|
* Message reentrant (#214)Alfred E. Heggestad2017-02-23
| | | | | | * message: make it re-entrant * clean up message test-code
* cmd: make struct commands opaqueAlfred E. Heggestad2017-01-28
|
* 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
* account: expose STUN credentialsAlfred E. Heggestad2017-01-21
|
* account: add tests and accessorsAlfred E. Heggestad2017-01-21
|
* test: fix build when USE_VIDEO is offAlfred E. Heggestad2016-12-07
|
* test: added testcase for call with videoAlfred E. Heggestad2016-12-07
|
* cmd: check for duplicated entriesAlfred E. Heggestad2016-11-27
| | | | | | | | | | | - registering duplicate short commands is no longer possible - disable a couple of short commands, use long command instead (short commands should only be used for very frequently used things) - menu: properly register/unregister digit handlers for active calls thanks to Juha Heinanen for reporting an issue with the 'a' key
* cmd: make it fully re-entrantAlfred E. Heggestad2016-08-07
|
* cmd: add support for long commandsAlfred E. Heggestad2016-08-07
| | | | | | | | | | | | | | | | | | - Long commands are commands that is 2 or more characters, and MUST be completed by pressing enter. - A given command can have a long-command, a short-command or both. - All long commands are using '/' (slash) prefix - a simple TAB-completion is supported, while punching in your long command you can press TAB to see a list of commands that matches the input string. Feedback is welcome, specially on the long-command strings itself. If you want to suggest changes, please make a small and non-intrusive patch and send it as a Pull Request (PR).
* use KEYCODE_REL instead of 0x00Alfred E. Heggestad2016-07-31
|
* test: fix warnings about unused parametersAlfred E. Heggestad2016-07-31
|
* test: add test for sending DTMF-digitsAlfred E. Heggestad2016-07-31
|
* add '@' command to switch calls using line numbersAlfred E. Heggestad2016-07-26
| | | | | | | | | | | 1. for a given UA, each call has a unique line number starting from 1 2. the list of calls is sorted in an arbitrary order, but the last list element indicates "current call" 3. the '@' command takes a numeric argument which is the line-number of the wanted call
* contact: make contacts re-entrantAlfred E. Heggestad2016-07-24
|
* added config 'call_max_calls' to limit maximum number of calls per uaAlfred E. Heggestad2016-07-23
|
* call: add sequential line-numbers for multiple calls (ref #141)Alfred E. Heggestad2016-07-23
|
* cmd: add application data to cmd_argAlfred E. Heggestad2016-07-22
|
* add support for rtp_timeout and redialAlfred E. Heggestad2016-07-19
| | | | | | | | | | | | | | | | 1. Added support for RTP timeout. The feature is disabled by default and can be enabled with config "rtp_timeout N" where N is the number of seconds of RTP inactivity. If this is detected, the call is closed with a "special" SIP reason code of 701. 2. Added support for automatic re-connect in the menu module. This can be enabled by setting the 2 config items: redial_attempts 3 redial_delay 5 This work was contributed by Sveriges Radio. Thanks goes to Ola Palm and Jim Eld.
* test: count total requests on sip serversAlfred E. Heggestad2016-06-21
|
* test: added testcase for SIP OPTIONSAlfred E. Heggestad2016-06-19
|
* test: initialize aor pointerAlfred E. Heggestad2016-06-08
|
* 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.
* fix warning about unused argAlfred E. Heggestad2016-06-05
|
* ua: added ua exit handlerAlfred E. Heggestad2016-06-05
|
* aucodec: split srate into srate and crate (Clock Rate)Alfred E. Heggestad2016-05-01
|
* test: fix warning on osxAlfred E. Heggestad2016-04-09
|
* test: add test-case for DNS SRV loadbalancing and authentication (refs #39)Alfred E. Heggestad2016-04-09
|
* auth test: add all transportsAlfred E. Heggestad2016-04-03
|
* test: added test-case for authenticated registerAlfred E. Heggestad2016-04-03
|
* add test for SIP with DNSAlfred E. Heggestad2016-04-02
|
* mos: add pseudo Mean Opinion Score routineAlfred E. Heggestad2016-03-21
| | | | thanks to Lorenzo Mangani for the original patch
* ua: add UA_EVENT_CALL_CLOSED on ua_hangupAlfred E. Heggestad2016-02-28
| | | | | | thanks to Gary Metalle for testing ref. issue #111
* test: add testcases for call hangup from both sidesAlfred E. Heggestad2016-02-14
|
* test: add option to specify which testcase(s) to runAlfred E. Heggestad2016-02-14
|
* test: add option -l to list all testcasesAlfred E. Heggestad2016-02-14
|
* test: use milliseconds for re_main_timeout valueAlfred E. Heggestad2016-02-14
|
* selftest: silent output, add optional verbose -vAlfred E. Heggestad2016-01-09
|
* test: remove asserts for ua/callAlfred E. Heggestad2015-12-01
|
* test: add usage of c-symbols in c++ testAlfred E. Heggestad2015-12-01
|
* test: fix warningAlfred E. Heggestad2015-11-01
|
* call: check address-family of incoming SDP offerAlfred E. Heggestad2015-10-29
| | | | this fixes #79
* test: added 2 call testsAlfred E. Heggestad2015-10-29
|
* 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
|