summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2015-01-07Fix dev-mode build on recent gccKinsey Moore
2015-01-05bridge: avoid leaking channel during blond transfer pt2Scott Griepentrog
2014-12-31rtp_engine: keep payload types in correct rangeScott Griepentrog
2014-12-24main/pbx.c: Fix double lock of contexts lock introduced by r429967Matthew Jordan
2014-12-22DTMF atxfer: Setup recall channels as if the transferee initiated the call.Richard Mudgett
2014-12-22queue_log: Post QUEUESTART entry when Asterisk fully boots.Richard Mudgett
2014-12-22presencestate: Allow channel drivers to provide presence state informationMatthew Jordan
2014-12-20acl: Fix reloading of configuration if configuration file does not exist at s...Joshua Colp
2014-12-19bridge: avoid leaking channel during blond transferScott Griepentrog
2014-12-18Prevent possible race condition on dual redirect of channels in the same bridge.Mark Michelson
2014-12-17Fix printf problems with high ascii characters after r413586 (1.8).Walter Doekes
2014-12-12loader: Move definition of ast_module_reload from _private.h to module.hGeorge Joseph
2014-12-12DEBUG_THREADS: Fix regression and lock tracking initialization problems.Richard Mudgett
2014-12-12media: Fix crash when determining sample count of a frame during shutdown.Joshua Colp
2014-12-09core: avoid possible asterisk -r crash from long idScott Griepentrog
2014-12-09ARI/AMI: Include language in standard channel snapshot outputKevin Harwell
2014-12-09Direct Media calls within private network sometimes get one way audioKevin Harwell
2014-12-08Add new AMI and ARI events for connected line changes on a channel.Mark Michelson
2014-12-08Stasis: Fix StasisStart/End order and missing eventsKinsey Moore
2014-12-05sorcery: Add additional observer capabilities.George Joseph
2014-12-04main/test: Fix compilation issue on 32-bit systemsMatthew Jordan
2014-12-04main/test: Fix race condition between AMI topic and Test Suite topicMatthew Jordan
2014-12-02config: Create ast_variable_find_in_list()George Joseph
2014-12-01rtp_engine: Add support for transporting signed linear at 12kHz, 24kHz, 32kHz...Joshua Colp
2014-12-01main/stasis: Allow subscriptions to use a threadpool for message deliveryMatthew Jordan
2014-12-01channel: Extend size of buffer for codecs in "core show channeltype" CLI comm...Joshua Colp
2014-11-24DTMF hooks: Leaving channels need to push any collected digits into the bridge.Richard Mudgett
2014-11-21manager: Fix could not extend string messages.Richard Mudgett
2014-11-21sorcery: Make is_object_field_registered handle field names that are regexes.George Joseph
2014-11-21main/bridge_basic: Fix features regressions introduced by r428165Matthew Jordan
2014-11-20Fix error with mixed address family ACLs.Mark Michelson
2014-11-19ast_str: Fix improper member access to struct ast_str members.Richard Mudgett
2014-11-17Allow for transferer to retry when dialing an invalid extension.Mark Michelson
2014-11-14Documentation: Revise explanation of cdr.conf option 'Unanswered'Jonathan Rose
2014-11-14stun: correct attribute string padding to match rfcScott Griepentrog
2014-11-14Fix race condition that could result in ARI transfer messages not being sent.Mark Michelson
2014-11-13main/rtp_engine: Fix crash when processing more than one RTCP report info blockMatthew Jordan
2014-11-12Fix leak in AMI Action BridgeCorey Farrell
2014-11-12pbx: Fix off-nominal case where a freed extension may still be used.Joshua Colp
2014-11-09manager: Fix HTTP connection reference leaks.Corey Farrell
2014-11-06Bridge DTMF hooks: Made audio pass from the bridge while waiting for more mat...Richard Mudgett
2014-11-06main/file.c: fix possible extra ast_module_unref to format modules.Corey Farrell
2014-11-06Fix unintential memory retention in stringfields.Corey Farrell
2014-11-05config: Make text_file_save and 'dialplan save' escape semicolons in values.George Joseph
2014-11-04config: BUG: Restore ability for non-templ to be used as base objs in config.George Joseph
2014-11-04Fix crash caused by merge error on review 4138Corey Farrell
2014-11-02Fix ast_writestream leaksCorey Farrell
2014-11-02func_jitterbuffer: fix frame leaks.Corey Farrell
2014-10-30audiohooks: Clean references to formatsCorey Farrell
2014-10-28manager: Unsubscribe from acl_change_sub at shutdown.Corey Farrell