summaryrefslogtreecommitdiff
path: root/res/res_pjsip_pubsub.c
AgeCommit message (Expand)Author
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-11Improve call forwarding reporting, especially with regards to ARI.Mark Michelson
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
2014-06-25Abstract PJSIP-specific elements from the pubsub API.Mark Michelson
2014-06-12Fix build in devmode for GCC 4.10Kinsey Moore
2014-06-12res_pjsip_pubsub: unauthenticated remote crash in PJSIP pub/sub frameworkKevin Harwell
2014-06-12res_pjsip_pubsub: Persist subscriptions in sorcery so they are recreated on s...Joshua Colp
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-04-10res_pjsip_pubsub: Set the body generation result to 0 for a valid pathKevin Harwell
2014-04-07PJSIP: Ensure test event has new stateKinsey Moore
2014-04-07PJSIP: Fix crash introduced in r411671Kinsey Moore
2014-04-03res_pjsip_pubsub: Add test event for state changeKinsey Moore
2014-02-13Remove all PJSIP MWI-specific use from our MWI code.Mark Michelson
2014-01-31Decouple subscription handling from NOTIFY/PUBLISH body generation.Mark Michelson
2014-01-28res_pjsip_pubsub: potential crash on timeoutKevin Harwell
2013-12-24res_pjsip_pubsub: Ensure dialog manipulation happens on proper thread.Joshua Colp
2013-11-23res_pjsip: AMI commands and events.Kevin Harwell
2013-09-13Create more accurate Contact headers for dialogs when we are the UAS.Mark Michelson
2013-08-29Fix when the subscription_terminated callback is called for subscription hand...Mark Michelson
2013-08-22Handle default body types for SIP event packages in res_pjsip_pubsubMark Michelson
2013-07-30The large GULP->PJSIP renaming effort.Mark Michelson