summaryrefslogtreecommitdiff
path: root/res/res_pjsip_pubsub.c
AgeCommit message (Expand)Author
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-09-17res_pjsip_pubsub: Eliminate race during initial NOTIFY.Mark Michelson
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
2015-09-10res_pjsip_pubsub.c: Add missing error return in load_module().Richard Mudgett
2015-09-01res_pjsip_pubsub: re-re-fix persistent subscription storage.Mark Michelson
2015-08-24res_pjsip_pubsub: On recreated notify fail deleted sub_tree is referencedJoshua Colp
2015-08-06res_pjsip_pubsub: More accurately persist packet.Mark Michelson
2015-07-06PJSIP XML, XPIDF: Fix buffer size overwrite memory corruption error.Richard Mudgett
2015-05-22res/res_pjsip_pubsub: Note that 'dialog' is also a valid event type for RLSMatt Jordan
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-05-07res_pjsip_exten_state: Fix race condition between sending NOTIFY and terminationJoshua Colp
2015-04-22Merge "res_pjsip_pubsub: Set the endpoint on SUBSCRIBE dialogs."Joshua Colp
2015-04-21res_pjsip_pubsub: Set the endpoint on SUBSCRIBE dialogs.Mark Michelson
2015-04-16res_pjsip_pubsub: On notify fail deleted sub_tree is then referencedScott Griepentrog
2015-03-26res_pjsip: Enable unload of all modules at shutdown.Corey Farrell
2015-02-11HTTP: Stop accepting requests on final system shutdown.Richard Mudgett
2015-01-23Investigate and fix memory leaks in AsteriskKevin Harwell
2015-01-12Revert -r430452 It needs to be redone for the next major AMI version change i...Richard Mudgett
2015-01-09AMI: Remove no longer used parameter from astman_send_listack().Richard Mudgett
2015-01-09AMI: Make AMI actions that generate event lists consistent.Richard Mudgett
2015-01-08res_pjsip_pubsub: Fix persistent subscriptions not surviving graceful shutdownGeorge Joseph
2014-12-15Activate persistent subscriptions when they are recreated.Mark Michelson
2014-12-01main/stasis: Allow subscriptions to use a threadpool for message deliveryMatthew Jordan
2014-11-14Fix race condition where duplicated requests may be handled by multiple threads.Mark Michelson
2014-10-16PJSIP: Enforce module load dependenciesKinsey Moore
2014-10-07res/res_pjsip_pubsub: Fix typo in WARNING messageMatthew Jordan
2014-10-06res/res_pjsip_pubsub: Gracefully handle errors when re-creating subscriptionsMatthew Jordan
2014-09-29Simplify UUID generation in several places.Richard Mudgett
2014-09-18Add subscription state test events.Mark Michelson
2014-09-18res_pjsip_pubsub: Add some type safety when generating NOTIFY bodies.Mark Michelson
2014-09-08Pre-allocate transmission data buffer for RLS NOTIFY requests.Mark Michelson
2014-09-08res_pjsip_pubsub: Check supported headers for eventlist when subscribing toJonathan Rose
2014-08-28Fix bug that did not allow for multiple batched RLS notifications to be sent.Mark Michelson
2014-08-20Set the role for inbound subscriptions correctly.Mark Michelson
2014-08-18Improve call forwarding reporting, especially with regards to ARI.Matthew Jordan
2014-08-11Fix crashing unit tests with regards to RLS.Mark Michelson
2014-08-11Fix crash encountered by the testsuite.Mark Michelson
2014-08-07Fix build in dev modeKinsey Moore
2014-08-07Add support for RFC 4662 resource list subscriptions.Mark Michelson
2014-08-07res_pjsip_publish_asterisk: Add support for exchanging device and mailbox sta...Joshua Colp
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-18astobj2: assert on invalid ref and backtrace cleanupScott Griepentrog
2014-06-30Reverse logic during subscription persistence recreation.Mark Michelson
2014-06-27res_pjsip: Add ActionID to events created as a result of PJSIP AMI actionsMatthew Jordan