res/res_pjsip_pubsub: Note that 'dialog' is also a valid event type for RLS
[asterisk/asterisk.git] / res / res_pjsip_pubsub.c
2015-05-22 Matt Jordanres/res_pjsip_pubsub: Note that 'dialog' is also a...
2015-05-13 Rodrigo Ramírez... AST_MODULE_INFO: Format corrections to the usages of...
2015-05-07 Joshua Colpres_pjsip_exten_state: Fix race condition between sendi...
2015-04-22 Joshua ColpMerge "res_pjsip_pubsub: Set the endpoint on SUBSCRIBE...
2015-04-21 Mark Michelsonres_pjsip_pubsub: Set the endpoint on SUBSCRIBE dialogs.
2015-04-16 Scott Griepentrogres_pjsip_pubsub: On notify fail deleted sub_tree is...
2015-03-26 Corey Farrellres_pjsip: Enable unload of all modules at shutdown.
2015-02-11 Richard MudgettHTTP: Stop accepting requests on final system shutdown.
2015-01-23 Kevin HarwellInvestigate and fix memory leaks in Asterisk
2015-01-12 Richard MudgettRevert -r430452 It needs to be redone for the next...
2015-01-09 Richard MudgettAMI: Remove no longer used parameter from astman_send_l...
2015-01-09 Richard MudgettAMI: Make AMI actions that generate event lists consistent.
2015-01-08 George Josephres_pjsip_pubsub: Fix persistent subscriptions not...
2014-12-15 Mark MichelsonActivate persistent subscriptions when they are recreated.
2014-12-01 Matthew Jordanmain/stasis: Allow subscriptions to use a threadpool...
2014-11-14 Mark MichelsonFix race condition where duplicated requests may be...
2014-10-16 Kinsey MoorePJSIP: Enforce module load dependencies
2014-10-07 Matthew Jordanres/res_pjsip_pubsub: Fix typo in WARNING message
2014-10-06 Matthew Jordanres/res_pjsip_pubsub: Gracefully handle errors when...
2014-09-29 Richard MudgettSimplify UUID generation in several places.
2014-09-18 Mark MichelsonAdd subscription state test events.
2014-09-18 Mark Michelsonres_pjsip_pubsub: Add some type safety when generating...
2014-09-08 Mark MichelsonPre-allocate transmission data buffer for RLS NOTIFY...
2014-09-08 Jonathan Roseres_pjsip_pubsub: Check supported headers for eventlist...
2014-08-28 Mark MichelsonFix bug that did not allow for multiple batched RLS...
2014-08-20 Mark MichelsonSet the role for inbound subscriptions correctly.
2014-08-18 Matthew JordanImprove call forwarding reporting, especially with...
2014-08-11 Mark MichelsonFix crashing unit tests with regards to RLS.
2014-08-11 Mark MichelsonFix crash encountered by the testsuite.
2014-08-07 Kinsey MooreFix build in dev mode
2014-08-07 Mark MichelsonAdd support for RFC 4662 resource list subscriptions.
2014-08-07 Joshua Colpres_pjsip_publish_asterisk: Add support for exchanging...
2014-07-25 Mark MichelsonAdd module support level to ast_module_info structure...
2014-07-18 Scott Griepentrogastobj2: assert on invalid ref and backtrace cleanup
2014-06-30 Mark MichelsonReverse logic during subscription persistence recreation.
2014-06-27 Matthew Jordanres_pjsip: Add ActionID to events created as a result...
2014-06-25 Mark MichelsonAbstract PJSIP-specific elements from the pubsub API.
2014-06-12 Kinsey MooreFix build in devmode for GCC 4.10
2014-06-12 Kevin Harwellres_pjsip_pubsub: unauthenticated remote crash in PJSIP...
2014-06-12 Joshua Colpres_pjsip_pubsub: Persist subscriptions in sorcery...
2014-05-09 Kinsey MooreAllow Asterisk to compile under GCC 4.10
2014-04-10 Kevin Harwellres_pjsip_pubsub: Set the body generation result to...
2014-04-07 Kinsey MoorePJSIP: Ensure test event has new state
2014-04-07 Kinsey MoorePJSIP: Fix crash introduced in r411671
2014-04-03 Kinsey Mooreres_pjsip_pubsub: Add test event for state change
2014-02-13 Mark MichelsonRemove all PJSIP MWI-specific use from our MWI code.
2014-01-31 Mark MichelsonDecouple subscription handling from NOTIFY/PUBLISH...
2014-01-28 Kevin Harwellres_pjsip_pubsub: potential crash on timeout
2013-12-24 Joshua Colpres_pjsip_pubsub: Ensure dialog manipulation happens...
2013-11-23 Kevin Harwellres_pjsip: AMI commands and events.
2013-09-13 Mark MichelsonCreate more accurate Contact headers for dialogs when...
2013-08-29 Mark MichelsonFix when the subscription_terminated callback is called...
2013-08-22 Mark MichelsonHandle default body types for SIP event packages in...
2013-07-30 Mark MichelsonThe large GULP->PJSIP renaming effort.