summaryrefslogtreecommitdiff
path: root/res/res_pjsip_pubsub.c
AgeCommit message (Expand)Author
2018-02-21AST-2018-004: Restrict the number of Accept headers in a SUBSCRIBE.Joshua Colp
2018-01-30res_pjsip_pubsub: Prune subs with reliable transports at startupGeorge Joseph
2018-01-24Remove redundant module checks and references.Corey Farrell
2018-01-15loader: Add dependency fields to module structures.Corey Farrell
2017-12-22AST-2017-014: res_pjsip - Missing contact header can cause crashKevin Harwell
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-12-20Fix Common Typo's.Corey Farrell
2017-11-13Merge "res_pjsip_pubsub: Ensure remote URI contains URI only."Jenkins2
2017-11-07res_pjsip_pubsub: Fix multiple leaks on failure to append vectors.Corey Farrell
2017-11-06res_pjsip_pubsub: Ensure remote URI contains URI only.Joshua Colp
2017-10-27res_pjsip_pubsub: Resolve potential crash in allocate_subscription.Corey Farrell
2017-10-19res_pjsip_pubsub: Prevent unload except during shutdown.Corey Farrell
2017-09-22res_pjsip: Use ast_sip_is_content_type() where appropriateSean Bright
2017-09-19res_pjsip_pubsub: Check for Content-Type header in rx_notify_requestGeorge Joseph
2017-09-13res_pjsip: Add handling for incoming unsolicited MWI NOTIFYGeorge Joseph
2017-06-14res_pjsip_pubsub: Fix reference to released endpointGeorge Joseph
2017-04-12modules: change module LOAD_FAILUREs to LOAD_DECLINESGeorge Joseph
2017-03-16res_pjsip: Symmetric transportsGeorge Joseph
2017-02-27res_pjsip_pubsub: Remove unneeded endpoint unrefGeorge Joseph
2017-02-15res_pjsip_pubsub: Correctly implement persisted subscriptionsGeorge Joseph
2017-01-23res_pjsip_pubsub.c: Implement "pjsip show subscriptions" commands.Richard Mudgett
2017-01-23Merge "res_pjsip_pubsub.c: Fix incorrect message string wrapping."zuul
2017-01-23Merge "res_pjsip_pubsub.c: Fix AMI event list counts."Joshua Colp
2017-01-20res_pjsip_pubsub.c: Fix AMI event list counts.Richard Mudgett
2017-01-20res_pjsip_pubsub.c: Fix incorrect message string wrapping.Richard Mudgett
2017-01-20res_pjsip_pubsub.c: Eliminate trivial SCOPED_LOCK usage.Richard Mudgett
2016-11-10res_pjsip: Fix tdata leaks in off nominal paths.Richard Mudgett
2016-09-09res_pjsip: Add ignore_uri_user_options option.Richard Mudgett
2016-07-21res_pjsip_pubsub: fixed a bug when pjsip_tx_data_dec_ref is called twice.Alexei Gradinari
2016-07-13res/res_pjsip_pubsub: Add additional debug statementsMatt Jordan
2016-06-21res_pjsip_pubsub: Address SEGV when attempting to terminate a subscriptionGeorge Joseph
2016-06-09res_pjsip_pubsub.c: Recreate subscriptions using distributor serializer.Richard Mudgett
2016-06-09res_pjsip_pubsub.c: Use distributor serializer for incoming subscriptions.Richard Mudgett
2016-05-09res_pjsip_pubsub: Use common datastores container API.Joshua Colp
2016-04-29Merge "res_pjsip_exten_state: Check if body generator is available."Joshua Colp
2016-04-29Merge "res_pjsip_pubsub.c: Fix body generator registration race."Joshua Colp
2016-04-28res_pjsip_exten_state: Check if body generator is available.Richard Mudgett
2016-04-28res_pjsip_pubsub.c: Add useful information to some messages.Richard Mudgett
2016-04-28res_pjsip_pubsub.c: Fix body generator registration race.Richard Mudgett
2016-03-30res_pjsip_mwi: Add voicemail extension and mwi_subscribe_replaces_unsolicitedGeorge Joseph
2016-03-07res_pjsip: Strip spaces from items parsed from comma-separated listsGeorge Joseph
2016-02-19res_pjsip/config_transport: Allow reloading transports.George Joseph
2016-02-15res_pjsip_pubsub: Move where the subscription is stored to after initialized.Joshua Colp
2016-01-25res_pjsip_pubsub: Prevent crash from AMI command on freed subscription.Mark Michelson
2016-01-08res_pjsip: Create human friendly serializer names.Richard Mudgett
2015-10-29res_pjsip_pubsub: Fix assertion when UAS dialog creation fails.Joshua Colp
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