summaryrefslogtreecommitdiff
path: root/include/asterisk
AgeCommit message (Expand)Author
2015-06-23res_pjsip_mwi: Set up unsolicited MWI upon registration.Joshua Colp
2015-06-15res_pjsip: Add option to force G.726 to be treated as AAL2 packed.Kevin Harwell
2015-06-10res_pjsip.h: Fix some doxygen comments.Richard Mudgett
2015-06-09Merge "Fix unsafe uses of ast_context pointers." into 13Matt Jordan
2015-06-08Fix unsafe uses of ast_context pointers.Corey Farrell
2015-06-03AMI: Escape string values.Kevin Harwell
2015-05-31Fix buffer overflow in slin sample frames generation.Ivan Poddubny
2015-05-29Revert "endpoint/stasis: Eliminate duplicate events on endpoint status change"George Joseph
2015-05-27endpoint/stasis: Eliminate duplicate events on endpoint status changeGeorge Joseph
2015-05-26res_pjsip: Add AMI events for chan_pjsip contact lifecycle changesGeorge Joseph
2015-05-22Stasis: Fix unsafe use of stasis_unsubscribe in modules.Corey Farrell
2015-05-22res_pjsip: Refactor endpt_send_transaction (qualify_timeout)George Joseph
2015-05-21Merge "audiohook.c: Difference in read/write rates caused continuous buffer r...Matt Jordan
2015-05-20audiohook.c: Difference in read/write rates caused continuous buffer resetsKevin Harwell
2015-05-19res/res_http_websocket: Add a pre-session established callbackMatt Jordan
2015-05-15res_pjsip_config_wizard/config: Fix template processingGeorge Joseph
2015-05-12sorcery: Add API to insert/remove a wizard to/from an object type's listGeorge Joseph
2015-05-11vector: Add REMOVE, ADD_SORTED and RESET macrosGeorge Joseph
2015-05-07Merge "res_pjsip_exten_state: Fix race condition between sending NOTIFY and t...Joshua Colp
2015-05-07res_pjsip_exten_state: Fix race condition between sending NOTIFY and terminationJoshua Colp
2015-05-06vector: Additional enhancements and fixesGeorge Joseph
2015-05-04vector: Traversal, retrieval, insert and locking enhancementsGeorge Joseph
2015-05-04Merge "Remove unneeded uses of optional_api providers." into 13Matt Jordan
2015-05-04Merge "Update configure.ac/Makefile for clang" into 13Matt Jordan
2015-05-02Remove unneeded uses of optional_api providers.Corey Farrell
2015-05-02include/asterisk/channel.h: Fix typoRodrigo Ramírez Norambuena
2015-04-30Update configure.ac/Makefile for clangDiederik de Groot
2015-04-29res_fax: allow 2400 transmission rate according to v.27ter standardKevin Harwell
2015-04-28res_pjsip_outbound_registration: Don't fail on delayed processing: 13.Mark Michelson
2015-04-22Merge "Fix/Update clang-RAII macro implementation" into 13Matt Jordan
2015-04-20Merge "pjsip_options: Fix non-qualified contacts showing as unavailable" int...Joshua Colp
2015-04-20Fix/Update clang-RAII macro implementationDiederik de Groot
2015-04-19pjsip_options: Fix non-qualified contacts showing as unavailableGeorge Joseph
2015-04-17Fix issue with AST_THREADSTORAGE_RAW when DEBUG_THREADLOCALS is enabled.Corey Farrell
2015-04-17Merge "Detect potential forwarding loops based on count." into 13Matt Jordan
2015-04-17Detect potential forwarding loops based on count.Mark Michelson
2015-04-17pjsip_options: Add qualify_timeout processing and eventingGeorge Joseph
2015-04-17Merge "res_pjsip: Refactor endpt_send_request to include transaction timeout"...Matt Jordan
2015-04-16res_pjsip: Refactor endpt_send_request to include transaction timeoutGeorge Joseph
2015-04-16res_pjsip: Add global option to limit the maximum time for initial qualifiesGeorge Joseph
2015-04-12Add .gitignore and .gitreview filesGeorge Joseph
2015-04-10chan_pjsip/res_pjsip/bridge_softmix/core: Improve translation path choices.Richard Mudgett
2015-04-10res_pjsip: Add an 'auto' option for DTMF ModeMatthew Jordan
2015-04-09clang compiler warnings: Fix autological comparisonsMatthew Jordan
2015-04-08Bridging: Eliminate the unnecessary make channel compatible with bridge opera...Richard Mudgett
2015-04-06build: Fixes for gcc 5 compilationGeorge Joseph
2015-04-02pjsip: resolve compatibility problem with ast_sip_sessionScott Griepentrog
2015-03-30Fix an ABI compatibility issue with ast_log_safe for modules.Corey Farrell
2015-03-30clang compiler warnings: Fix invalid enum conversionMatthew Jordan
2015-03-27Add stateful PJSIP response API call, and use it for out-of-dialog responses.Mark Michelson