summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2014-12-01main/stasis: Allow subscriptions to use a threadpool for message deliveryMatthew Jordan
2014-11-20AST-2014-015: Fix race condition in chan_pjsip when sending responses after a...Joshua Colp
2014-11-19ast_str: Fix improper member access to struct ast_str members.Richard Mudgett
2014-11-17chan_sip: Fix theoretical leak of p->refer.Corey Farrell
2014-11-16chan_pjsip: Remove AOR check when dialing and one is specified.Joshua Colp
2014-11-16chan_sip: Fix bug where DTLS configuration from general would copy dtlsenable.Joshua Colp
2014-11-15chan_pjsip: Add additional log message when an AOR is specified when dialing ...Joshua Colp
2014-11-15chan_motif / chan_pjsip: Fix incorrect "No such module" messages when reloading.Joshua Colp
2014-11-15chan_sip: Add support for setting DTLS configuration in the general section.Joshua Colp
2014-11-09channels/chan_mgcp: Fix regression which causes gateways to be skippedMatthew Jordan
2014-11-08chan_console: Fix reference leaks to pvt.Corey Farrell
2014-11-03chan_pjsip: Add support for passing hold and unhold requests through.Joshua Colp
2014-10-31channels/sip/reqresp_parser: Fix unit tests for r426594Matthew Jordan
2014-10-30Add additional checks for NULL pointers to fix several crashes reported.Igor Goncharovskiy
2014-10-30channels/chan_sip: Add improved support for 4xx error codesMatthew Jordan
2014-10-30channels/chan_sip: Support mutltiple Supported and Required headersMatthew Jordan
2014-10-29Fix building chan_phone on big endian systemsTzafrir Cohen
2014-10-17channels/chan_sip: Respect outboundproxy setting when sending qualify requestsMatthew Jordan
2014-10-16PJSIP: Enforce module load dependenciesKinsey Moore
2014-10-16Fix loss of voice after second call drops (on a second line) in case using mu...Igor Goncharovskiy
2014-10-15chan_motif: Cleanup jingle_tech.capabilities only once.Richard Mudgett
2014-10-12chan_sip: Fix so asterisk won't send reINVITE after a BYE.Walter Doekes
2014-10-10chan_sip: Fix dialog leak resulting from missing ACK to re-INVITE.Walter Doekes
2014-10-06pjsip/dialplan_functions: Handle PJSIP_MEDIA_OFFER called on non-PJSIP channelsMatthew Jordan
2014-10-05chan_motif: Correct last commit to use ao2_cleanup to free format capCorey Farrell
2014-10-05chan_motif: Release format capabilities and config on module load errorCorey Farrell
2014-10-03chan_pjsip: Fix deadlock when masquerading PJSIP channels.Richard Mudgett
2014-10-02chan_pjsip: Fix an assertion for channels that lack formats on creationJonathan Rose
2014-10-01chan_sip: Simplify some unref code by removing unlink_peer_from_tables.Walter Doekes
2014-10-01chan_sip: Remove excess ref of realtime peer before sip_poke_peer.Walter Doekes
2014-09-27res_pjsip_session: Add additional checks for delaying session refreshes.Joshua Colp
2014-09-26core: Don't allow free to mean ast_free (and malloc, etc..).Walter Doekes
2014-09-24chan_sip: Unref outbound proxy structure on dialog/pvt destruction.Walter Doekes
2014-09-22chan_sip: On INVITE retransmission, don't add an extra 503 response.Walter Doekes
2014-09-19res_pjsip_sdp_rtp.c: Fix native formats containing formats that were not nego...Richard Mudgett
2014-09-19chan_iax2: Fix a crash when using chan_iax2 jitterbuffer settingsJonathan Rose
2014-09-12chan_rtp: Add unicast RTP support.Joshua Colp
2014-09-05devicestate.c: Minor tweaksRichard Mudgett
2014-09-02Resolve race condition where channels enter dialplan application before media...Mark Michelson
2014-08-29The assertion that peer was not found on final eventScott Griepentrog
2014-08-28chan_iax2: Fix Dynamic IAX2 Registrations After Temporary DNS FailureMichael L. Young
2014-08-28chan_sip.c: Add 'rtpbindaddr' settingPaul Belanger
2014-08-27CallerID: Fix parsing of malformed calleridKinsey Moore
2014-08-24chan_sip: Use the server reflexive ICE candidate RTCP port as provided.Joshua Colp
2014-08-21chan_sip: Don't use port derived from fromdomain if it isn't setMatthew Jordan
2014-08-20chan_pjsip: Update media translation paths when new SDP negotiated.Richard Mudgett
2014-08-20Move evaluation of set_var options in pjsip to the end of channel initializat...Mark Michelson
2014-08-19chan_pjsip: Fix attended transfer connected line name update.Richard Mudgett
2014-08-18Skinny: Fixup compile warning for non dev-mode.Damien Wedhorn
2014-08-12chan_sip: Fix type mismatch when the format is changed.Richard Mudgett