summaryrefslogtreecommitdiff
path: root/test/call.c
Commit message (Collapse)AuthorAge
* test: fix build when USE_VIDEO is offAlfred E. Heggestad2016-12-07
|
* test: added testcase for call with videoAlfred E. Heggestad2016-12-07
|
* 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
* 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
|
* 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.
* aucodec: split srate into srate and crate (Clock Rate)Alfred E. Heggestad2016-05-01
|
* add test for SIP with DNSAlfred E. Heggestad2016-04-02
|
* 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: 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: 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