summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2014-05-11framehooks: Add callback for determining if a hook is consuming frames of a s...Joshua Colp
2014-05-11Undoing framehook support. Issues were uncovered by Bamboo.Joshua Colp
2014-05-10framehooks: Add callback for determining if a hook is consuming frames of a s...Joshua Colp
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-05-09http.c: Remove dead code.Richard Mudgett
2014-05-08app_queue: Extend documentation for various Manager actions and events.Joshua Colp
2014-04-30chan_sip.c: Fixed off-nominal message iterator ref count and alloc fail issues.Richard Mudgett
2014-04-28Bridging: Don't lock NULL bridgesKinsey Moore
2014-04-28Add DeviceStateChanged and PresenceStateChanged AMI events.Mark Michelson
2014-04-27tcptls.c : Log errors as ERROR, not warning or something else.Olle Johansson
2014-04-23http: Fix spurious ERROR message in responses with no content.Richard Mudgett
2014-04-23Fix error loading res_monitor.Russell Bryant
2014-04-21HTTP: Add TCP_NODELAY to accepted connectionsKinsey Moore
2014-04-19main/asterisk: Fix startup sequence for realtime featuresMatthew Jordan
2014-04-18Originated calls: Fix several originate call problems.Richard Mudgett
2014-04-18app_dial and app_queue: Make lock the forwarding channel while taking the cha...Richard Mudgett
2014-04-18ARI: Add debug logging for events and responsesKinsey Moore
2014-04-17Fix a silly shadowed variable mistake that was missed from play tones patchJonathan Rose
2014-04-17ARI: Add tones playback resourceJonathan Rose
2014-04-17main/Makefile: Fix build failure on SmartOS/Illumos/SunOSMatthew Jordan
2014-04-15Eliminate some more unnecessary RAII_VAR() uses.Richard Mudgett
2014-04-15Remove unused RAII_VAR() declarations.Richard Mudgett
2014-04-15chan_sip.c: Fix channel staging assertion failure.Richard Mudgett
2014-04-14autoservice: fix reference leak of logger callid.Corey Farrell
2014-04-11bridging: Ensure locking during snapshot creationKinsey Moore
2014-04-11Formatting: Remove invisible charactersOlle Johansson
2014-04-11Formatting only.Olle Johansson
2014-04-11main/astobj2: Make REF_DEBUG a menuselect item; improve REF_DEBUG outputMatthew Jordan
2014-04-08Internal timing: Add notice that the -I and internal_timing option are no lon...Richard Mudgett
2014-04-08config: Fix CB_ADD_LEN() to work as originally intended.Richard Mudgett
2014-04-07AGI/Manager: Prevent multiple NewExten events during AGI application changesJonathan Rose
2014-04-04internal_timing: Remove the option and always make it enabled if a timing mod...Richard Mudgett
2014-04-04Add some asserts that were handy when looking for a stasis cache problem.Richard Mudgett
2014-04-04http: Fix spurious ERROR message in responses with no contentMatthew Jordan
2014-04-02Prevent duplicate sorcery wizards from being applied to sorcery object types.Mark Michelson
2014-04-01stasis_channels.c: Eliminate another overuse of RAII_VAR().Richard Mudgett
2014-03-28http: response body often missing after specific requestScott Griepentrog
2014-03-27Fix dialplan function NULL channel safety issuesCorey Farrell
2014-03-27main/formats: Fix crash in ast_format_cmp during non-clean shutdown.Corey Farrell
2014-03-27Give sorcery instances a reference to their wizards.Mark Michelson
2014-03-26say: Fix a bug where SayNumber in Polish tries to play incorrect sound.Joshua Colp
2014-03-25Revert -r411073. It didn't help and blew up the system.Richard Mudgett
2014-03-24locking: Add temporary sanity checks.Richard Mudgett
2014-03-21Remove a LOG_NOTICE from ast_config_engine_register.Sean Bright
2014-03-20assigned-uniqueids: Miscellaneous cleanup and fixes.Richard Mudgett
2014-03-18ARI: allow json content type with zero length bodyScott Griepentrog
2014-03-18cdr: Add asserts for when we don't know about a CDR for a channelMatthew Jordan
2014-03-18stasis_cache: Use the right variable in the cache entry ao2 cmp function.Richard Mudgett
2014-03-17res_pjsip: Enable PJSIP DNS client support.Joshua Colp
2014-03-17callerid: Logic error in checksum processingRuss Meyerriecks