summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2017-12-01AST-2017-013: chan_skinny: Call pthread_detach when sess threads endGeorge Joseph
2017-10-11chan_vpb: Fix a gcc 7 out-of-bounds complaintGeorge Joseph
2017-10-05res_pjsip_caller_id chan_sip: Comply to RFC 3323 values for privacyDaniel Tryba
2017-09-25build: A few gcc 7 error fixesGeorge Joseph
2017-09-19chan_sip: Expose read-only access to the full SIP INVITE Request-URIDavid J. Pryke
2017-09-13chan_rtp: Use μ-law by default instead of signed linearSean Bright
2017-09-08Merge "chan_sip: when getting sip pvt return failure if not found" into 14Jenkins2
2017-09-06chan_sip: when getting sip pvt return failure if not foundScott Griepentrog
2017-09-06chan_sip: Do not change IP address in SDP origin line (o=) in SIP reINVITEVitezslav Novy
2017-09-05chan_pjsip: Suppress frame warnings.Ben Ford
2017-08-30chan_pjsip: Add tag info in CHANNEL functionAndre Nazario
2017-08-25res/res_pjsip_session: allow SDP answer to be regeneratedTorrey Searle
2017-08-09res_rtp_asterisk: Make P2P bridge Asymmetric codec awareTorrey Searle
2017-08-04Merge "Fix compile error for old versions of GCC." into 14Jenkins2
2017-08-03Correct some leaks in unit tests.Corey Farrell
2017-08-03Fix compile error for old versions of GCC.Corey Farrell
2017-08-01Fix compiler warnings on Fedora 26 / GCC 7.Corey Farrell
2017-08-01chan_pjsip: add a new function PJSIP_DTMF_MODETorrey Searle
2017-07-24core: Add VP9 passthrough support.Joshua Colp
2017-07-14chan_iax2: On reload make sure to check for existing MWI subscriptionSergej Kasumovic
2017-07-05Merge "chan_sip: Only when different, add TCP|TLS in autodomain (SIP Domain S...Jenkins2
2017-07-05Merge "chan_pjsip: Fix ability to send UPDATE on COLP" into 14George Joseph
2017-07-03chan_sip: Only when different, add TCP|TLS in autodomain (SIP Domain Support).Alexander Traud
2017-07-03chan_sip: Fix a typo for tlsbindaddr in autodomain (SIP Domain Support).Alexander Traud
2017-06-29chan_pjsip: Fix ability to send UPDATE on COLPGeorge Joseph
2017-06-26res_pjsip: Add DTMF INFO Failback modeTorrey Searle
2017-06-15chan_pjsip: Fix PJSIP_MEDIA_OFFER dialplan function read.Richard Mudgett
2017-06-13Merge "pjsip: Extend 'asymmetric_rtp_codec' option to include us changing." i...Joshua Colp
2017-06-07chan_pjsip: Update device state when in early media.Joshua Colp
2017-06-07pjsip: Extend 'asymmetric_rtp_codec' option to include us changing.Joshua Colp
2017-06-06res_pjsip: Add support for returning only reachable contacts and use it.Joshua Colp
2017-05-22chan_sip: Better ICE handling for RTCP-MUXSean Bright
2017-05-19AST-2017-004: chan_skinny: Add EOF check in skinny_sessionGeorge Joseph
2017-05-12chan_sip: Change sip_get_codec() to return correct codec listVitezslav Novy
2017-05-02channels/chan_sip.c: use binding IP address for outgoing TCP SIP connectionsThierry Magnien
2017-04-27Merge "res_pjsip_session: Add cleanup to ast_sip_session_terminate" into 14Jenkins2
2017-04-27res_pjsip_session: Add cleanup to ast_sip_session_terminateGeorge Joseph
2017-04-26chan_sip: Trigger reinvite if the SDP answer is included in the SIP ACKJean Aunis
2017-04-12modules: change module LOAD_FAILUREs to LOAD_DECLINESGeorge Joseph
2017-04-03chan_sip: Session Timers required but refused wrongly.Alexander Traud
2017-03-20thread safety: Don't use getprotobyname()Sean Bright
2017-03-17chan_sip: Add rtcp-mux supportSean Bright
2017-03-14chan_iax2: Reload of iax peer results in loss of host address/portRichard Begg
2017-03-14Merge "chan_pjsip: Don't assume a session will have a channel." into 14Joshua Colp
2017-03-13chan_pjsip: Don't assume a session will have a channel.Joshua Colp
2017-03-10chan_sip: Call not cancelled after receiving a 422 responseJean Aunis
2017-03-09pjsip/cli_commands: pjsip show channelstats shows wrong codecDaniel Journo
2017-03-02core: Cleanup ast_get_hint() usage.Richard Mudgett
2017-02-15chan_unistim: fix char type to have consistent behavior on ARMIgor Goncharovsky
2017-02-14Merge "cli: Fix various CLI documentation and completion issues" into 14zuul