summaryrefslogtreecommitdiff
path: root/src/stream.c
Commit message (Collapse)AuthorAge
* remove ua_prm(), use ua_account() insteadAlfred E. Heggestad2016-09-04
|
* stream: don't access stream object after calling error-handlerAlfred E. Heggestad2016-07-19
|
* 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.
* added some extra loggingAlfred E. Heggestad2016-06-18
|
* stream: add warningAlfred E. Heggestad2016-02-06
|
* use correct definition of kilobit (1000 bits)Alfred E. Heggestad2014-12-07
| | | | http://en.wikipedia.org/wiki/Kilobit
* metric: add metric_init()Alfred E. Heggestad2014-09-21
| | | | | - metric_init calls tmr_start(). tmr_start must be called from the re_main() thread.
* Move XRTP stats to audio and implement EN/DE parametersLorenzo Mangani2014-05-18
|
* Merge remote-tracking branch 'upstream/master'Lorenzo Mangani2014-05-18
|\
| * move struct stream to core.hAlfred E. Heggestad2014-05-18
| |
* | Fix return condition to avoid injecting stats when there are noneLorenzo Mangani2014-05-18
| |
* | Basic support for X-RTP-Stat reports in BYE/200 OKLorenzo Mangani2014-05-18
|/
* rtp_stats: skip if no packets were sent/recv'dAlfred E. Heggestad2014-05-17
|
* metric: fix average bitrate calculationAlfred E. Heggestad2014-04-12
|
* added some missing commentsAlfred E. Heggestad2014-04-12
|
* Merge branch 'master' into nextAlfred E. Heggestad2014-04-05
|\
| * added call_setup_duration() and some small thingsAlfred E. Heggestad2014-03-27
| | | | | | | | - Thanks to Lorenzo Mangani for this work
* | stream_debug: also print local SDP addressAlfred E. Heggestad2014-02-22
|/
* baresip 0.4.10Alfred E. Heggestad2014-02-09