summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2013-05-02Putting all event defs and names back for now due to res_corosync dependencyJonathan Rose
2013-05-02Add Asterisk Version to core show locksAlec L Davis
2013-05-01Make mod_load_cmp() not as klunky.Richard Mudgett
2013-04-30Fix CDR not being created during an externally initiated blind transferMatthew Jordan
2013-04-30Stasis Core: Refactor ACL Change events to go out over the stasis core msg busJonathan Rose
2013-04-30Add forgotten event types to event_names arrayJonathan Rose
2013-04-27Add support for a realtime sorcery module.Joshua Colp
2013-04-26Clean up memory leak in config file on off nominal paths when glob is allowedMatthew Jordan
2013-04-26By popular demand, putting the about-to-load-module printf back.David M. Lee
2013-04-26Clean up resources in features on exitMatthew Jordan
2013-04-26Removing stray printf from r386540David M. Lee
2013-04-26Add an \extref doxygen pointer for libuuid.Mark Michelson
2013-04-25Merge the pimp_my_sip branch into trunk.Mark Michelson
2013-04-22Fix crash when AMI redirect action redirects two channels out of a bridge.Richard Mudgett
2013-04-22This patch adds a RESTful HTTP interface to Asterisk.David M. Lee
2013-04-19cli.c: Properly initialize debug_modules and verbose_modules.David M. Lee
2013-04-18Fix lock errors on startup.David M. Lee
2013-04-16Move presence state distribution to Stasis-coreKinsey Moore
2013-04-16Move device state distribution to Stasis-coreKinsey Moore
2013-04-15Moved core logic from app_stasis to res_stasisDavid M. Lee
2013-04-15DTMF events are now published on a channel's stasis_topic. AMI wasDavid M. Lee
2013-04-12Expose channel snapshot manager blob generationKinsey Moore
2013-04-10Eliminated dial_features_destroy() since it is equivalent to ast_free_ptr()Richard Mudgett
2013-04-10* Fix unlocked accesses to feature_list. The feature_list is now alsoRichard Mudgett
2013-04-10Fixed manager channelvars support.David M. Lee
2013-04-09Rename struct feature_ds to struct feature_datastore.Richard Mudgett
2013-04-09Add inheritance support to FEATURE()/FEATUREMAP().Russell Bryant
2013-04-08Add multi-channel Stasis messages; refactor Dial AMI events to StasisMatthew Jordan
2013-04-08Stasis application WebSocket supportDavid M. Lee
2013-04-04Separate some event struct definitions from instantiation.Richard Mudgett
2013-04-03astobj2: Fix rbtree duplicate handling.Richard Mudgett
2013-04-02Pass the object type name to the configuration framework.Joshua Colp
2013-04-02Make things work againMatthew Jordan
2013-04-01Make appropriate items parse using '|' instead of ','Matthew Jordan
2013-04-01stasis: Fixed message ordering issues when forwardingDavid M. Lee
2013-03-30Properly format an intmax_t valueMatthew Jordan
2013-03-30Convert TestEvent AMI events over to Stasis CoreMatthew Jordan
2013-03-28Add uuid wrapper API call ast_uuid_generate_str().Richard Mudgett
2013-03-28Break the world. Stasis message type accessors should now all be named correc...Kinsey Moore
2013-03-27Convert MWI state message type to the new stasis naming conventionKinsey Moore
2013-03-27Address uninitialized conditional that valgrind foundKinsey Moore
2013-03-27Fix a file descriptor leak in off nominal pathMatthew Jordan
2013-03-27AST-2013-002: Prevent denial of service in HTTP serverMatthew Jordan
2013-03-26Remove the noop handler from sorcery so it does not produce an empty value.Joshua Colp
2013-03-26Resolve deadlock between pending CDR and batch CDR locksMatthew Jordan
2013-03-25Fix typoKinsey Moore
2013-03-25Fix missing ' ' around '='Kinsey Moore
2013-03-25Move NewCallerid, HangupRequest and SoftHangupRequest to StasisDavid M. Lee
2013-03-22Fixed another issue from r383579.David M. Lee
2013-03-22Corrected some module issues introduced by r383579.David M. Lee