summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2014-09-26core: Don't allow free to mean ast_free (and malloc, etc..).Walter Doekes
2014-09-22cli.c: Fix tab completion "module load" when MALLOC_DEBUG is enabled.Walter Doekes
2014-09-21main/channel: Unlock channel in off-nominal pathMatthew Jordan
2014-09-19Stasis_channels: Resolve unfinished Dials when doing masqueradesJonathan Rose
2014-09-19PJSIP: Prevent T38 framehook being put on wrong channelKinsey Moore
2014-09-18utils: Create ast_strsep function that ignores separators inside quotesGeorge Joseph
2014-09-18astobj2.c/refcounter.py: Fix to deal with invalid object refs.Richard Mudgett
2014-09-18Add API call to determine if format capability structure is "empty".Mark Michelson
2014-09-18config: bug: Fix SEGV in ast_category_insert when matching category isn't foundGeorge Joseph
2014-09-16Voicemail: get correct duration when copying file to vmScott Griepentrog
2014-09-12Realtime: Fix a bug that caused realtime destroy command to crashJonathan Rose
2014-09-11Remove undocumented default behavior of ast_play_and_record_full acceptdtmf.Mark Michelson
2014-09-10config: bug: fix truncation of included config files on permissions errorGeorge Joseph
2014-09-06main/cdr: Copy over location information during a forkMatthew Jordan
2014-09-06main/rtp_engine: Format NTP timestamps as unsigned intsMatthew Jordan
2014-09-05main/cdrs: Preserve context/extension when executing a Macro or GoSubMatthew Jordan
2014-09-05main/cdr: Fix crash/memory consumption in CDRs in multi-party bridge scenariosMatthew Jordan
2014-09-05Dial API: Add a dial option to indicate the dialed channel will replace dialerJonathan Rose
2014-09-05Call IDs: Fix appearance of call ID in core show channels when NULLJonathan Rose
2014-09-05devicestate.c: Minor tweaksRichard Mudgett
2014-09-04Manager: Require read permission for SYSTEM in order to send FullyBootedJonathan Rose
2014-09-01main/cli: Do not attempt to show CDR data for internal channelsMatthew Jordan
2014-08-30manager: Make WaitEvent action respect eventfiltersGeorge Joseph
2014-08-28sched: Fix typo and whitespace change.Richard Mudgett
2014-08-27CallerID: Fix parsing of malformed calleridKinsey Moore
2014-08-26Fix race condition in the scheduler when deleting a running entry.Mark Michelson
2014-08-22main/message: Add a new-line to a DEBUG messageMatthew Jordan
2014-08-21ARI: Fix implicit answer when playback is initiated on unanswered channelMatthew Jordan
2014-08-21Clean up files that do not end with newlinesMatthew Jordan
2014-08-21uri: Quiet warning about type qualifiers ignored on function return typeMatthew Jordan
2014-08-20chan_pjsip: Update media translation paths when new SDP negotiated.Richard Mudgett
2014-08-20cli.c: Fix tab completion of "module load" when MALLOC_DEBUG is enabled.Richard Mudgett
2014-08-20Stasis: Add information to blind transfer eventKinsey Moore
2014-08-20AMI: Add AllVariables parameter to StatusKinsey Moore
2014-08-19AMI Docs: Fix Status channel parameter optionalityKinsey Moore
2014-08-18Improve call forwarding reporting, especially with regards to ARI.Matthew Jordan
2014-08-15Bridging: Fix a behavioral change when checking if a channel is leaving a bridgeJonathan Rose
2014-08-15app_voicemail/app: Remove test events that were duplicated by r421059Matthew Jordan
2014-08-14main/file: Move test event to emit PLAYBACK event more consistentlyMatthew Jordan
2014-08-14cel: Make sure channels in extra fields include their unique IDs as wellMatthew Jordan
2014-08-14channel_internal_api.c: Replace some code with ao2_replace().Richard Mudgett
2014-08-13Bridges: Fix feature interruption/unintended kick caused by external actionsJonathan Rose
2014-08-13AMI: Improve documentation for Status actionKinsey Moore
2014-08-13logger: Don't store verbose-magic in the log files.Walter Doekes
2014-08-11general: Fix memory Corruption in __ast_string_field_ptr_build_va.Walter Doekes
2014-08-11tcptls: Avoid compiler warning on non-dev-mode.Walter Doekes
2014-08-08main/message: remove debug messageMatthew Jordan
2014-08-07Stasis: Correct blind transfer message generationKinsey Moore
2014-08-07Stasis: Ensure transfer messages follow validation rulesKinsey Moore
2014-08-07Ensure bridges exist when trying to determine bridged parties when publishing...Mark Michelson