summaryrefslogtreecommitdiff
path: root/src/call.c
Commit message (Collapse)AuthorAge
* call: move CALL_EVENT_ESTABLISHED to the endAlfred E. Heggestad2016-02-14
| | | | | | | | | - since the callback handler might destroy the call object, it is safer to call the handler as the last thing in the function. otherwise the call object might be corrupt, i.e. pointing to deallocated memory.
* 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
* call: fix for decoding SIP INFO with dtmf-relayAlfred E. Heggestad2016-02-02
| | | | patch from Gary Metalle, thank you :)
* call: add src/call.c path in doxygen headerAlfred E. Heggestad2015-11-28
|
* call: check address-family of incoming SDP offerAlfred E. Heggestad2015-10-29
| | | | this fixes #79
* call: add direction flagAlfred E. Heggestad2015-10-25
|
* call: fix warning if USE_VIDEO is not setAlfred E. Heggestad2015-10-25
|
* 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
* Add transfer failed call eventCharles Lehner2015-07-05
|
* add video error handlerAlfred E. Heggestad2015-03-21
|
* rtpstat: fixup some formattingAlfred E. Heggestad2014-05-20
|
* Merge remote-tracking branch 'upstream/master'Lorenzo Mangani2014-05-18
|\
| * call: cancel local timer on call_progress()Alfred E. Heggestad2014-05-18
| | | | | | | | | | | | | | | | for incoming calls, we start a local timer of 120 seconds. this timer is stopped when the call is answered with 200 or 183. issue was reported by Victor Sergienko, thanks!
* | Basic support for X-RTP-Stat reports in BYE/200 OKLorenzo Mangani2014-05-18
|/
* call: check common audio codecs for incoming callAlfred E. Heggestad2014-04-21
| | | | | | | | for incoming calls, check that we have at least 1 common audio codec. if there are no common audio codecs, reject the call with 488 status code. Suggested and Tested by Juha Heinanen -- thanks!
* 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
| * added dtmfio moduleAaron Herting2014-02-24
| |
* | re api changes:Alfred E. Heggestad2014-02-22
|/ | | | | - sip_param_decode() renamed to msg_param_decode() - use msg_ctype_cmp() to check for Content-Type
* use new logging functionsAlfred E. Heggestad2014-02-09
|
* baresip 0.4.10Alfred E. Heggestad2014-02-09