summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Expand)Author
2015-11-02pjsip_options: Schedule/unschedule qualifies on AoR creation/destructionMatt Jordan
2015-10-29res_pjsip_pubsub: Fix assertion when UAS dialog creation fails.Joshua Colp
2015-10-28Merge "res_pjsip: Add "like" processing to pjsip list and show commands" int...Joshua Colp
2015-10-25Merge "res_pjsip_pubsub: Prevent sending NOTIFY on destroyed dialog." into 13Matt Jordan
2015-10-25Merge "res_pjsip_pubsub: Ensure dialog lock balance." into 13Matt Jordan
2015-10-25Merge "res_pjsip_pubsub: Prevent crashes on final NOTIFY." into 13Matt Jordan
2015-10-25Merge "res_pjsip_pubsub: Remove serializer when sending final NOTIFY." into 13Matt Jordan
2015-10-25Merge "res_pjsip_pubsub: Fix crash on destruction of empty subscription tree....Matt Jordan
2015-10-25Merge "res_pjsip_pubsub: Solidify lifetime and ownership of objects." into 13Matt Jordan
2015-10-24res_pjsip: Add "like" processing to pjsip list and show commandsGeorge Joseph
2015-10-23Merge "res_pjsip_outbound_registration: registration stops due to fatal 4xx r...Joshua Colp
2015-10-23res_pjsip_outbound_registration: registration stops due to fatal 4xx responseKevin Harwell
2015-10-22res_pjsip_pubsub: Prevent sending NOTIFY on destroyed dialog.Mark Michelson
2015-10-22res_pjsip_pubsub: Ensure dialog lock balance.Mark Michelson
2015-10-22res_pjsip_pubsub: Prevent crashes on final NOTIFY.Mark Michelson
2015-10-22res_pjsip_pubsub: Remove serializer when sending final NOTIFY.Mark Michelson
2015-10-22res_pjsip_pubsub: Fix crash on destruction of empty subscription tree.Mark Michelson
2015-10-22res_pjsip_pubsub: Solidify lifetime and ownership of objects.Mark Michelson
2015-10-21res_pjsip: Move URI validation to use time.Joshua Colp
2015-10-14res_config_pgsql.c: Fix deadlock loading realtime configuration.Richard Mudgett
2015-10-08Merge "chan_pjsip: Fix crash on reINVITE before initial INVITE completes." in...Joshua Colp
2015-10-07res_pjsip: Fix deadlock when sending out-of-dialog requests.Richard Mudgett
2015-10-07res/res_rtp_asterisk.c: Fix incorrect assignment of frame->subclass.frame_endingStefanEng86
2015-10-06res/res_rtp_asterisk: Fix assignment after ao2 decrementMatt Jordan
2015-10-06chan_pjsip: Fix crash on reINVITE before initial INVITE completes.Richard Mudgett
2015-10-06Fix improper usage of scheduler exposed by 5c713fdf18fMatt Jordan
2015-10-01res_sorcery_memory_cache.c: Fix deadlock with scheduler.Richard Mudgett
2015-10-01res_sorcery_memory_cache.c: Replace inline code with function.Richard Mudgett
2015-10-01res_sorcery_memory_cache.c: Shutdown in a less crash potential order.Richard Mudgett
2015-10-01res_sorcery_memory_cache.c: Misc tweaks.Richard Mudgett
2015-10-01res_sorcery_memory_cache.c: Made use OBJ_SEARCH_MASK.Richard Mudgett
2015-09-30res_rtp_asterisk: Move "Set role" warning to be debug.Joshua Colp
2015-09-29res/ari/config.c: Fix user sort compare function.Richard Mudgett
2015-09-29res/ari/config.c: Optimize conf_alloc() object init.Richard Mudgett
2015-09-29res/ari/config.c: Fix conf_alloc() object init.Richard Mudgett
2015-09-27res/res_stasis: Fix accidental subscription to 'all' bridge topicMatt Jordan
2015-09-22ARI: Add events for Contact and Peer Status changesMatt Jordan
2015-09-22res/res_stasis_device_state: Allow for subscribing to 'all' device stateMatt Jordan
2015-09-22ARI: Add the ability to subscribe to all eventsMatt Jordan
2015-09-19Merge "CHAOS: res_pjsip_diversion avoid crash if allocation fails" into 13Matt Jordan
2015-09-18CHAOS: avoid crash if string create failsScott Griepentrog
2015-09-17CHAOS: res_pjsip_diversion avoid crash if allocation failsRichard Mudgett
2015-09-17res_pjsip_pubsub: Eliminate race during initial NOTIFY.Mark Michelson
2015-09-11Merge "res/res_pjsip_nat: Ignore REGISTER requests when looking for a Record-...Matt Jordan
2015-09-10res_pjsip_pubsub.c: Mark ast_sip_create_subscription() as not used.Richard Mudgett
2015-09-10res_pjsip_pubsub.c: Add some notification comments.Richard Mudgett
2015-09-10res_pjsip_pubsub.c: Set dlg_status code instead of sending SIP response.Richard Mudgett
2015-09-10res_pjsip_pubsub.c: Fix off-nominal memory leak.Richard Mudgett
2015-09-10res_pjsip_pubsub.c: Fix one byte buffer overrun error.Richard Mudgett
2015-09-10res_pjsip_pubsub.c: Use ast_alloca() instead of alloca().Richard Mudgett