Commit Graph

4375 Commits (18)

Author SHA1 Message Date
Mike Bradeen 24e27a3c6e res_pjsip: Upgraded bundled pjsip to 2.13
2 years ago
Sean Bright 41d3a57627 doxygen: Fix doxygen errors.
2 years ago
Naveen Albert ec0ca7dcbc res_pjsip_session: Add overlap_context option.
2 years ago
Igor Goncharovsky de745157ca res_pjsip_rfc3326: Add SIP causes support for RFC3326
2 years ago
George Joseph 345ff2d8ee res_rtp_asterisk: Asterisk Media Experience Score (MES)
2 years ago
George Joseph 8067229418 Revert "res_rtp_asterisk: Asterisk Media Experience Score (MES)"
2 years ago
Naveen Albert 811584ded3 json.h: Add ast_json_object_real_get.
2 years ago
George Joseph 62745013a4 res_rtp_asterisk: Asterisk Media Experience Score (MES)
2 years ago
Naveen Albert 40ed776c40 res_pjsip_session: Use Caller ID for extension matching.
3 years ago
Peter Fern b1f1556922 streams: Ensure that stream is closed in ast_stream_and_wait on error
3 years ago
Michael Kuron d73f22268f res_pjsip_aoc: New module for sending advice-of-charge with chan_pjsip
3 years ago
Naveen Albert 0fb48fb751 rtp_engine.h: Update examples using ast_format_set.
3 years ago
George Joseph 5741569c5e pjsip_transport_events: Fix possible use after free on transport
3 years ago
Mike Bradeen 76d10ea668 manager: prevent file access outside of config dir
3 years ago
Henning Westerholt 093593a7c8 res_pjsip: return all codecs on a re-INVITE without SDP
3 years ago
Mike Bradeen 4fd2f07ff9 audiohook: add directional awareness
3 years ago
Naveen Albert faca1fcfd3 cdr: Allow bridging and dial state changes to be ignored.
3 years ago
Maximilian Fridrich 675bed5f2c res_pjsip: Add mediasec capabilities.
3 years ago
George Joseph 96bf50b146 manager.h: Bump version to 7.0.3
3 years ago
Philip Prindeville ddc8f6967f test: initialize capture structure before freeing
3 years ago
Maximilian Fridrich 479ce16eba res_pjsip: Add 100rel option "peer_supported".
3 years ago
George Joseph 4ab3cd6f86 res_geolocation: Fix segfault when there's an empty element
3 years ago
Ben Ford 1f685d6969 res_pjsip: Add TEL URI support for basic calls.
3 years ago
Philip Prindeville bb8b2259bc res_crypto: Use EVP API's instead of legacy API's
3 years ago
Philip Prindeville 0972106d51 test: Add coverage for res_crypto
3 years ago
Philip Prindeville 53f8cc1d49 res_crypto: make keys reloadable on demand for testing
3 years ago
Philip Prindeville aeb23fe2a7 main/utils: allow checking for command in $PATH
3 years ago
Philip Prindeville f2cd48e9a8 test: Add ability to capture child process output
3 years ago
George Joseph 0e9076df7b res_geolocation: Add two new options to GEOLOC_PROFILE
3 years ago
George Joseph 261051ecec res_geolocation: Allow location parameters on the profile object
3 years ago
George Joseph 372f5c56e1 res_geolocation: Add profile parameter suppress_empty_ca_elements
3 years ago
Naveen Albert 8041bd12c1 cli: Prevent assertions on startup from bad ao2 refs.
3 years ago
Joshua C. Colp f97e9aed85 pjsip: Add TLS transport reload support for certificate and key.
3 years ago
Sean Bright 57972bac38 channel.h: Remove redundant declaration.
3 years ago
Naveen Albert 6000f9963c features: Add transfer initiation options.
3 years ago
Naveen Albert 9126f9bd2b general: Very minor coding guideline fixes.
3 years ago
George Joseph dfedb13eca res_geolocation: Address user issues, remove complexity, plug leaks
3 years ago
Naveen Albert 8fddef679c chan_dahdi: Fix buggy and missing Caller ID parameters
3 years ago
George Joseph cdbd973ecd Geolocation: chan_pjsip Capability Preview
3 years ago
George Joseph f491355384 Geolocation: Core Capability Preview
3 years ago
Naveen Albert 0fe1a581e5 general: Fix various typos.
3 years ago
George Joseph 1ed15e1815 Geolocation: Base Asterisk Prereqs
3 years ago
Naveen Albert c9955d5fcd db: Notify user if deleted DB entry didn't exist.
3 years ago
Kevin Harwell 0ddbf6bc45 res_pjsip: allow TLS verification of wildcard cert-bearing servers
3 years ago
Naveen Albert 6720caa29c pbx: Add helper function to execute applications.
3 years ago
Naveen Albert 193688dd23 loader: Prevent deadlock using tab completion.
3 years ago
Moritz Fain aaa14d3c7d ari: expose channel driver's unique id to ARI channel resource
3 years ago
George Joseph ad6af63895 GCC12: Fixes for 16+
3 years ago
Naveen Albert 79689d9df8 func_evalexten: Extension evaluation function.
3 years ago
Mark Petersen 16e59db514 chan_pjsip: add allow_sending_180_after_183 option
3 years ago
Kevin Harwell 2fb8667908 res_aeap & res_speech_aeap: Add Asterisk External Application Protocol
3 years ago
Sean Bright 2587e58e05 config.h: Don't use C++ keywords as argument names.
3 years ago
Ben Ford 11accf8064 AST-2022-002 - res_stir_shaken/curl: Add ACL checks for Identity header.
3 years ago
Philip Prindeville f50e793665 time: add support for time64 libcs
3 years ago
Ben Ford 81de525c6e AMI: Bump version for 18.11.0.
3 years ago
George Joseph b6e482becd xml.c, config,c: Add stylesheets and variable list string parsing
3 years ago
George Joseph 777326fa9e core: Config and XML tweaks needed for geolocation
3 years ago
Naveen Albert 42525b0fe2 func_channel: Add lastcontext and lastexten.
3 years ago
Naveen Albert 63db7505f2 asterisk: Add macro for curl user agent.
3 years ago
Naveen Albert 74742cdb5e res_stir_shaken: refactor utility function
3 years ago
Alexei Gradinari e2423c6f49 res_pjsip_pubsub: provide a display name for RLS subscriptions
3 years ago
Naveen Albert 6fc8453e96 cdr: allow disabling CDR by default on new channels
3 years ago
Kevin Harwell 98f86697cc res_http_websocket: Add a client connection timeout
3 years ago
Sean Bright 5b47b7a37e build: Rebuild configure and autoconfig.h.in
3 years ago
Mike Bradeen ac8988c9a3 sched: fix and test a double deref on delete of an executing call back
3 years ago
Michał Górny eef29d24e1 include: Remove unimplemented HMAC declarations
3 years ago
Naveen Albert 18c257b44d frame.h: Fix spelling typo
3 years ago
George Joseph 59cf9f0047 res_pjsip: Add utils for checking media types
3 years ago
George Joseph 3f093b8dda bundled_pjproject: Make it easier to hack
3 years ago
Naveen Albert f133ae6ca2 ami: Add AMI event for Wink
3 years ago
Kevin Harwell 06f9227ac5 tcptls.c: refactor client connection to be more robust
3 years ago
Naveen Albert dd6df42534 app_sf: Add full tech-agnostic SF support
3 years ago
Kevin Harwell 05afa061f5 http.c: Add ability to create multiple HTTP servers
4 years ago
Naveen Albert 86bc3eef99 strings: Fix enum names in comment examples
4 years ago
Naveen Albert cc1418ef47 pbx: Add variable substitution API for extensions
4 years ago
Naveen Albert 2b2b708d43 app_mf: Add full tech-agnostic MF support
4 years ago
Alexander Traud 4b6c72572c progdocs: Fix Doxygen left-overs.
4 years ago
Alexander Traud 178cb0ffe4 res: Fix for Doxygen.
4 years ago
Alexander Traud 20d9158c9c main: Fix for Doxygen.
4 years ago
Alexander Traud f946b92553 progdocs: Fix for Doxygen, the hidden parts.
4 years ago
Alexander Traud 751bbf4b97 progdocs: Fix grouping for latest Doxygen.
4 years ago
Naveen Albert 70cdb0f9a8 app_voicemail: Refactor email generation functions
4 years ago
Alexander Traud 422f5389f6 progdocs: Remove outdated references in doxyref.h.
4 years ago
Alexander Traud 31e385bebb xmldoc: Fix for Doxygen.
4 years ago
Jaco Kroon 89237be105 logger: use __FUNCTION__ instead of __PRETTY_FUNCTION__
4 years ago
Alexander Traud 783b775946 odbc: Fix for Doxygen.
4 years ago
Alexander Traud c549eda0a7 parking: Fix for Doxygen.
4 years ago
Alexander Traud b5962fe528 frame: Fix for Doxygen.
4 years ago
Alexander Traud 5b5a9ea4f0 res_ari: Fix for Doxygen.
4 years ago
Alexander Traud e27b91d542 channel: Fix for Doxygen.
4 years ago
Alexander Traud 6988386234 stasis: Fix for Doxygen.
4 years ago
Alexander Traud e7d5db1471 app: Fix for Doxygen.
4 years ago
Alexander Traud bae495601a res_pjsip: Fix for Doxygen.
4 years ago
Alexander Traud 44a9c16e9c progdocs: Avoid 'name' with Doxygen \file.
4 years ago
Alexander Traud d08792ceba bridge_channel: Fix for Doxygen.
4 years ago
Alexander Traud 57b4956a8a progdocs: Avoid multiple use of section labels.
4 years ago
Alexander Traud 23b16c5372 progdocs: Use Doxygen \example correctly.
4 years ago
Josh Soref b13acf3ae6 include: Spelling fixes
4 years ago
Kevin Harwell ae97aaedb0 strings/json: Add string delimter match, and object create with vars methods
4 years ago
Ben Ford 2e55c0fded STIR/SHAKEN: Option split and response codes.
4 years ago