summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2016-04-25chan_sip: Make autocreated peers send PeerStatus eventskkm
2016-04-18chan_sip: Don't verify table if rtupdate=noJaco Kroon
2016-03-31Merge "chan_sip: Do not send all codecs on INVITE. Do not break on Session-Ti...zuul
2016-03-29chan_pjsip: Add 'pjsip show channelstats'George Joseph
2016-03-24chan_sip: Do not send all codecs on INVITE. Do not break on Session-Timers.Alexander Traud
2016-03-23chan_sip.c: Space after port causes unnecessary resolution attemptFrancesco Castellano
2016-03-18chan_pjsip: ref leak when checking direct_media_glareKevin Harwell
2016-03-18chan_pjsip: transfers with direct media reinvite has wrong address/portKevin Harwell
2016-03-16chan_sip.c: Fix mwi resub deadlock potential.Richard Mudgett
2016-03-16chan_sip.c: Fix registration timeout and expire deadlock potential.Richard Mudgett
2016-03-16chan_sip.c: Fix t38id deadlock potential.Richard Mudgett
2016-03-16chan_sip.c: Fix reinviteid deadlock potential.Richard Mudgett
2016-03-16chan_sip.c: Fix packet retransid deadlock potential.Richard Mudgett
2016-03-16chan_sip.c: Fix waitid deadlock potential.Richard Mudgett
2016-03-16chan_sip.c: Fix session timers deadlock potential.Richard Mudgett
2016-03-16chan_sip.c: Fix autokillid deadlock potential.Richard Mudgett
2016-03-16chan_sip.c: Fix provisional_keepalive_sched_id deadlock.Richard Mudgett
2016-03-16chan_sip.c: Adjust how dialog_unlink_all() stops scheduled events.Richard Mudgett
2016-03-16chan_sip.c: Clear scheduled immediate events on unload.Richard Mudgett
2016-03-16sip/dialplan_functions.c: Fix /channels/chan_sip/test_sip_rtpqos crash.Richard Mudgett
2016-03-16Merge "chan_sip.c: Simplify sip_pvt destructor call levels." into 13zuul
2016-03-14chan_sip.c: Made sip_reinvite_retry() call sip_pvt_lock_full().Richard Mudgett
2016-03-14chan_sip.c: Simplify sip_pvt destructor call levels.Richard Mudgett
2016-03-07res_pjsip: Strip spaces from items parsed from comma-separated listsGeorge Joseph
2016-03-01SIP diversion: Fix REDIRECTING(reason) value inconsistencies.Richard Mudgett
2016-02-29chan_sip.c: Fix T.38 issues caused by leaving a bridge.Richard Mudgett
2016-02-23chan_sip.c: Suppress T.38 SDP c= line if addr is the same.Richard Mudgett
2016-02-05chan_misdn: Fix a few issues causing compile errorsGeorge Joseph
2016-02-03AST-2016-002 chan_sip.c: Fix retransmission timeout integer overflow.Richard Mudgett
2016-02-02Merge "chan_sip.c: AMI & CLI notify methods get different values of asterisk'...Mark Michelson
2016-02-01build_system: Fix some warnings highlighted by clangGeorge Joseph
2016-01-31chan_sip.c: AMI & CLI notify methods get different values of asterisk's own ip.StefanEng86
2016-01-25chan_sip: Fix buffer overrun in sip_sipredirect.Corey Farrell
2015-12-25chan_sip.c: fix websocket_write_timeout default valueDade Brandon
2015-12-17chan_sip: Enable WebSocket support by default.Joshua Colp
2015-12-10chan_sip: Add TCP/TLS keepalive to TCP/TLS serverJonathan Rose
2015-12-09chan_sip: Check sip_pvt pointer in ast_channel_get_t38_state(c)Filip Jenicek
2015-12-08chan_sip.c: Start ICE negotiation when response is sent or received.Eugene Voityuk
2015-12-07chan_sip: Fix crash involving the bogus peer during sip reload.Richard Mudgett
2015-12-01Audit improper usage of scheduler exposed by 5c713fdf18f. (v13 additions)Richard Mudgett
2015-12-01Audit improper usage of scheduler exposed by 5c713fdf18f.Richard Mudgett
2015-11-22chan_pjsip: Handle T.38 faxes with direct media bridgesMatt Jordan
2015-11-12Further fixes to improper usage of schedulerSteve Davies
2015-11-09ast_format_cap_get_names: To display all formats, the buffer was increased.Alexander Traud
2015-11-03chan_sip: Allow websockets to be disabled.Corey Farrell
2015-10-26chan_sip: Do not send all codecs on INVITE.Alexander Traud
2015-10-24build: GCC 5.1.x catches some new const, array bounds and missing paren issuesGeorge Joseph
2015-10-21chan_sip: Fix autoframing=yes.Alexander Traud
2015-10-13channels/chan_sip: Set cause code to 44 on RTP timeoutMatt Jordan
2015-10-08Merge "chan_pjsip: Fix crash on reINVITE before initial INVITE completes." in...Joshua Colp