summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2015-01-26Various fixes for OS XDavid M. Lee
2015-01-23Investigate and fix memory leaks in AsteriskKevin Harwell
2015-01-23Fix typo's (retrieve, specified, address).Walter Doekes
2015-01-23chan_sip: Case insensitive comparison of "defaultuser" parameter.Walter Doekes
2015-01-21channels/chan_sip: Fix registration leak during reloadMatthew Jordan
2015-01-20CHANNEL(peer), chan_iax2, res_fax, SNMP agent: Fix deadlock from reaching acr...Richard Mudgett
2015-01-16Fix problem where a hung channel could occur on a failed blind transfer.Mark Michelson
2015-01-13chan_pjsip: Add configure check for 'pjsip_get_dest_info' function.Joshua Colp
2015-01-12Revert -r430452 It needs to be redone for the next major AMI version change i...Richard Mudgett
2015-01-09AMI: Remove no longer used parameter from astman_send_listack().Richard Mudgett
2015-01-09AMI: Make AMI actions that generate event lists consistent.Richard Mudgett
2015-01-05pjsip: Add 'PJSIP_AOR' and 'PJSIP_CONTACT' dialplan functions.Joshua Colp
2014-12-22Fix compilation since the patch for ASTERISK-24363 went in.Richard Mudgett
2014-12-22chan_sip: Send CANCEL via original INVITE destination even after UPDATE requestMatthew Jordan
2014-12-19chan_dahdi: Don't ignore setvar when using configuration section scheme.Richard Mudgett
2014-12-18chan_dahdi.c, res_rtp_asterisk.c: Change some spammy debug messages to level 5.Richard Mudgett
2014-12-18chan_dahdi: Populate CALLERID(ani2) for incoming calls in featdmf signaling m...Richard Mudgett
2014-12-18Ensure the correct value is returned for CHANNEL(pjsip, secure)Mark Michelson
2014-12-17Fix printf problems with high ascii characters after r413586 (1.8).Walter Doekes
2014-12-16chan_sip: Allow T.38 switch-over when SRTP is in use.Joshua Colp
2014-12-12chan_pjsip: Race between channel answer and bridge setup when using direct mediaKevin Harwell
2014-12-12res_pjsip_session: Delay sending BYE if a re-INVITE transaction is in progress.Joshua Colp
2014-12-10res_http_websocket: Fix crash due to double freeing memory when receiving a p...Joshua Colp
2014-12-09Direct Media calls within private network sometimes get one way audioKevin Harwell
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