Commit Graph

4315 Commits (914c8e28c1bb99b8217f93b51ce8f59870350fb6)

Author SHA1 Message Date
Naveen Albert dd980e00b4 app_read: Allow reading # as a digit
4 years ago
Rijnhard Hessel 71dd1d91ad res_statsd: handle non-standard meter type safely
4 years ago
Andre Barbosa 283812e492 res_stasis_playback: Send PlaybackFinish event only once for errors
4 years ago
Joshua C. Colp 5e1cb3253c core: Don't play silence for Busy() and Congestion() applications.
4 years ago
Ben Ford 26a38c4084 STIR/SHAKEN: Add Date header, dest->tn, and URL checking.
4 years ago
George Joseph 655ee680cd res_pjsip_outbound_authenticator_digest: Be tolerant of RFC8760 UASs
4 years ago
Naveen Albert 0ad3504ce0 AMI: Add AMI event to expose hook flash events
4 years ago
Ben Ford a84d34035a STIR/SHAKEN: Switch to base64 URL encoding.
4 years ago
Ben Ford 5e6508b56f STIR/SHAKEN: Fix certificate type and storage.
4 years ago
Sean Bright d2dcd15bd8 res_pjsip.c: OPTIONS processing can now optionally skip authentication
4 years ago
Kevin Harwell 15de2f1727 time: Add timeval create and unit conversion functions
4 years ago
Mark Murawski a0009c807e logger: Console sessions will now respect logger.conf dateformat= option
4 years ago
Kevin Harwell 263f906af4 manager: Increase the non breaking AMI version number
4 years ago
Jaco Kroon 52707fba7f app.h: Fix -Werror=zero-length-bounds compile errors in dev mode.
4 years ago
Sean Bright e4cd7a7d0b strings.h: ast_str_to_upper() and _to_lower() are not pure.
4 years ago
Joshua C. Colp a9acbd19f3 sorcery: Add support for more intelligent reloading.
4 years ago
Jaco Kroon 916d5d5e45 app.h: Restore C++ compatibility for macro AST_DECLARE_APP_ARGS
4 years ago
Sebastien Duthil 092628c982 app_mixmonitor: Add AMI events MixMonitorStart, -Stop and -Mute.
4 years ago
Ben Ford 62e2dd484d core_unreal: Fix T.38 faxing when using local channels.
4 years ago
Dan Cropp 088816284a chan_pjsip, app_transfer: Add TRANSFERSTATUSPROTOCOL variable
4 years ago
Sean Bright 68d3d3af6f asterisk: Export additional manager functions
4 years ago
lvl 92fcd4edba Introduce astcachedir, to be used for temporary bucket files
4 years ago
George Joseph 569fc28966 pjsip_scheduler.c: Add type ONESHOT and enhance cli show command
5 years ago
Alexei Gradinari da0f2ea99e sched: AST_SCHED_REPLACE_UNREF can lead to use after free of data
5 years ago
Alexander Traud be54c7e9ea res_stir_shaken: Include OpenSSL headers where used actually.
5 years ago
Kevin Harwell 6baa4b53be AST-2020-001 - res_pjsip: Return dialog locked and referenced
5 years ago
Ben Ford 82325ba58b AST-2020-002 - res_pjsip: Stop sending INVITEs after challenge limit.
5 years ago
Kevin Harwell 6255e7976c Logging: Add debug logging categories
5 years ago
Sean Bright 5a0b19a4f3 pbx.c: On error, ast_add_extension2_lockopt should always free 'data'
5 years ago
George Joseph 4a049ad510 app_confbridge/bridge_softmix: Add ability to force estimated bitrate
5 years ago
George Joseph 99bd7d95de logger.h: Fix ast_trace to respect scope_level
5 years ago
Torrey Searle 83140c9fed res_pjsip_diversion: implement support for History-Info
5 years ago
Sean Bright 4964302984 format_cap: Perform codec lookups by pointer instead of name
5 years ago
George Joseph ad4f2a8c99 debugging: Add enough to choke a mule
5 years ago
George Joseph d4f3b17dd3 res_pjsip_session: Handle multi-stream re-invites better
5 years ago
Ben Ford 7eaae4e7b6 Bridging: Use a ref to bridge_channel's channel to prevent crash.
5 years ago
Kevin Harwell ec03909831 conversions: Add string to signed integer conversion functions
5 years ago
Sean Bright 5ec7099312 bridge_channel: Ensure text messages are zero terminated
5 years ago
George Joseph c4c72d55a2 scope_trace: Added debug messages and added additional macros
5 years ago
George Joseph d26ab7f8f9 stream.c: Added 2 more debugging utils and added pos to stream string
5 years ago
George Joseph 6faf76308d ACN: Changes specific to the core
5 years ago
Sean Bright da8a617dc9 vector.h: Fix implementation of AST_VECTOR_COMPACT() for empty vectors
5 years ago
Ben Ford 769a9611e7 utils.c: NULL terminate ast_base64decode_string.
5 years ago
George Joseph 802aa97fa0 ACN: Configuration renaming for pjsip endpoint
5 years ago
Sean Bright d9ae902f52 utf8.c: Add UTF-8 validation and utility functions
5 years ago
Sean Bright 9022f35f09 vector.h: Add AST_VECTOR_SORT()
5 years ago
Ben Ford 5fbed5af24 res_stir_shaken: Add stir_shaken option and general improvements.
5 years ago
George Joseph 9bd1d686a1 ACN: Add tracing to existing code
5 years ago
George Joseph 2d22e34206 ACN: res_pjsip endpoint options
5 years ago
George Joseph d093e44b1e frame.c: Make debugging easier
5 years ago
George Joseph 955b7b4fdb Scope Trace: Make it easier to trace through synchronous tasks
5 years ago
Kevin Harwell cfed0ea033 manager - Add Content-Type parameter to the SendText action
5 years ago
George Joseph 8d1064eaaf Streams: Add features for Advanced Codec Negotiation
5 years ago
George Joseph 7440fd0397 Scope Trace: Add some new tracing macros and an ast_str helper
5 years ago
Ben Ford 1274117102 res_stir_shaken: Add outbound INVITE support.
5 years ago
Kevin Harwell 415b55af5a pjproject: Upgrade bundled version to pjproject 2.10
5 years ago
Joshua C. Colp de2813cf23 core_unreal / core_local: Add multistream and re-negotiation.
5 years ago
Kevin Harwell 3d1bf3c537 Compiler fixes for gcc 10
5 years ago
Ben Ford 3927f79cb5 res_stir_shaken: Add inbound INVITE support.
5 years ago
George Joseph ca3c22c5f1 Scope Tracing: A new facility for tracing scope enter/exit
5 years ago
Ben Ford e29df34de0 res_stir_shaken: Added dialplan function and API call.
5 years ago
Nathan Bruning f217fcdc62 app_queue: track masquerades in app_queue to avoid leaked stasis subscriptions
5 years ago
Ben Ford 9acf840f7c res_stir_shaken: Implemented signature verification.
5 years ago
Joshua C. Colp 1c5e68580a stream: Enforce formats immutability and ensure formats exist.
5 years ago
Joshua C. Colp 6cfc6ff53c confbridge: Add support for disabling text messaging.
5 years ago
Jean Aunis de66713fd5 func_volume: Accept decimal number as argument
5 years ago
George Joseph 7ba6d43083 test_res_pjsip_session_caps: Create unit test
5 years ago
George Joseph 2ee455958e codec_negotiation: Implement outgoing_call_offer_pref
5 years ago
Ben Ford 57a457c26c res_stir_shaken: Implemented signing of JSON payload.
5 years ago
Jaco Kroon d32e559e8a acl: implement a centralized ACL output mechanism for HAs and ACLs.
5 years ago
Jaco Kroon 6f731f153b netsock2: compile fixes.
5 years ago
Ben Ford 211bb8a79c res_stir_shaken: Initial commit and reading private key.
5 years ago
Sean Bright d68f940f6e dns_txt: Add TXT record parsing support
5 years ago
George Joseph 99efe1f868 Merge "codec negotiation: add incoming_call_offer_prefs option"
5 years ago
Joshua Colp bdf7b4eeb3 Merge "message & stasis/messaging: make text message variables work in ARI"
5 years ago
Kevin Harwell 06dada3f01 codec negotiation: add incoming_call_offer_prefs option
5 years ago
Kevin Harwell f8a852605d Merge "res/res_pjsip_sdp_rtp: Fix MOH transitions"
5 years ago
Kevin Harwell a715cf5aaa message & stasis/messaging: make text message variables work in ARI
5 years ago
Kevin Harwell d18af40431 Merge "say: Remove unused "plural" option from main/say"
5 years ago
Kevin Harwell 566f9a541f Merge "format_cap: make function parameters 'const'"
5 years ago
Kevin Harwell a3b3a9d2dc Merge "pjsip: Update ACLs on named ACL changes."
5 years ago
Torrey Searle 77c9ba8e63 res/res_pjsip_sdp_rtp: Fix MOH transitions
5 years ago
Kevin Harwell 1e1651b4f4 format_cap: make function parameters 'const'
5 years ago
Walter Doekes 0b5c6fddf1 say: Remove unused "plural" option from main/say
5 years ago
George Joseph 3854b561a5 Merge "bridging: Add better support for adding/removing streams."
5 years ago
Joshua C. Colp d6712790cd pjsip: Update ACLs on named ACL changes.
5 years ago
Joshua C. Colp 5a5be92b79 bridging: Add better support for adding/removing streams.
5 years ago
Ben Ford 168637cc0c RTP/ICE: Send on first valid pair.
5 years ago
George Joseph b76ab5e5c9 message.c: Add option to suppress the Message channel AMI and ARI events
5 years ago
Friendly Automation 4255277ffd Merge "feat: AudioSocket channel, application, and ARI support."
5 years ago
Friendly Automation 3f663a543d Merge "netsock2: ast_addressfamily_to_sockaddrsize and ast_sockaddr_from_sockaddr."
5 years ago
Seán C McCord 163efbd724 feat: AudioSocket channel, application, and ARI support.
5 years ago
Friendly Automation 51f811183a Merge "ARI: Ability to inhibit COLP frames when adding channels to a bridge"
5 years ago
Jaco Kroon 3bc8b36537 netsock2: ast_addressfamily_to_sockaddrsize and ast_sockaddr_from_sockaddr.
5 years ago
Friendly Automation 34746220a0 Merge "res_pjsip_pubsub: Add ability to persist generator state information."
5 years ago
Joshua Colp a55d403429 Merge "res_pjsip_endpoint_identifier_ip.c: Add port matching support"
5 years ago
Joshua C. Colp 4e7adbd8f4 res_pjsip_pubsub: Add ability to persist generator state information.
5 years ago
Joshua Colp bf0247ae7c Merge "stasis.c: Use correct topic name in stasis_topic_pool_delete_topic"
5 years ago
Sean Bright 312abaa1fe res_pjsip_endpoint_identifier_ip.c: Add port matching support
5 years ago
George Joseph 1c9ddad4db stasis.c: Use correct topic name in stasis_topic_pool_delete_topic
5 years ago
Sean Bright 87110c1bdf websocket: Consider pending SSL data when waiting for socket input
5 years ago
Jean Aunis 034ac357ad ARI: Ability to inhibit COLP frames when adding channels to a bridge
5 years ago
George Joseph be93537382 Merge "res_fax: wrap v21 detected Asterisk initiated negotiation with config option"
5 years ago
Friendly Automation 07b7c6f50a Merge "confbridge: Add support for specifying maximum sample rate."
5 years ago
Joshua C. Colp ed394ce5b1 configure: Add check for MySQL client bool and my_bool type usage.
5 years ago
Joshua C. Colp 89b7144fbd confbridge: Add support for specifying maximum sample rate.
5 years ago
Kevin Harwell b6f5607359 res_fax: wrap v21 detected Asterisk initiated negotiation with config option
5 years ago
Jaco Kroon 32160cb456 ACL: ast_apply_acl_nolog - identical to ast_apply_acl but without logging.
5 years ago
Joshua Colp cd3a2a478f Merge "core: Improve MALLOC_DEBUG for frames."
6 years ago
Kevin Harwell bdd785d31c various files - fix some alerts raised by lgtm code analysis
6 years ago
Corey Farrell 8a1f30af04
core: Improve MALLOC_DEBUG for frames.
6 years ago
Sean Bright a4222614c4 utils.h: Set lower bound for thread stack size to PTHREAD_STACK_MIN
6 years ago
Kevin Harwell 2970a13fb8 res_pjsip/res_pjsip_mwi: use centralized serializer pools
6 years ago
Kevin Harwell c0efe19cec serializer: move/add asterisk serializer pool functionality
6 years ago
Torrey Searle b43cdc7f1e channel/chan_pjsip: add dialplan function for music on hold
6 years ago
Corey Farrell 725e991faf
core: Add AO2_ALLOC_OPT_NO_REF_DEBUG option.
6 years ago
Joshua Colp e79a3b428a Merge "func_jitterbuffer: Add audio/video sync support."
6 years ago
Joshua Colp 7298a785ad func_jitterbuffer: Add audio/video sync support.
6 years ago
Florian Floimair c18983207d core: Add H.265/HEVC passthrough support
6 years ago
Sean Bright 32ce6e9a06 channels: Allow updating variable value
6 years ago
Ben Ford 0e56643d9f res_rtp: Add unit tests for RTCP stats.
6 years ago
George Joseph 9e015713cc dns_core: Create new API ast_dns_resolve_ipv6_and_ipv4
6 years ago
Sean Bright 64906c4c9b audiohook.c: Substitute silence for unavailable audio frames
6 years ago
Joshua Colp 261646c1c4 cdr / cel: Use event time at event creation instead of processing.
6 years ago
George Joseph 8d10028b98 Update master for Asterisk 18
6 years ago
Walter Doekes 3c6f11992b sched: Don't allow ast_sched_del to deadlock ast_sched_runq from same thread
6 years ago
Kevin Harwell b31ac83900 mwi: Update the MWI core to use stasis_state API
6 years ago
Kevin Harwell 363bafc29e stasis_state: Add new stasis_state module
6 years ago
Friendly Automation 0a54b6c26a Merge "app_confbridge: Attended transfer event fixup"
6 years ago
George Joseph f3e5419d41 app_confbridge: Attended transfer event fixup
6 years ago
Joshua Colp a8e5cf557d res_rtp_asterisk: Add support for DTLS packet fragmentation.
6 years ago
Matt Jordan 0760af71ad res_prometheus: Add Asterisk channel metrics
6 years ago
Matt Jordan c50f29dfad Add core Prometheus support to Asterisk
6 years ago
Kevin Harwell def6bbc96b conversions.c: Add conversions for largest max sized integer
6 years ago
Friendly Automation fca9f0a4ad Merge "app_confbridge: Add "all" variants of REMB behavior."
6 years ago
Friendly Automation a6d9c4f11a Merge "stasis: Call callbacks when imparting fails"
6 years ago
Holger Hans Peter Freyther 3087c82eb6 stasis: Call callbacks when imparting fails
6 years ago
Joshua Colp 80dba268ea app_confbridge: Add "all" variants of REMB behavior.
6 years ago
Joshua Colp 6bb70c93f1 rtp: Add support for transport-cc in receiver direction.
6 years ago
Friendly Automation c2326155aa Merge "mwi core: Move core MWI functionality into its own files"
6 years ago
Antoni Goldstein 8e21c25ce5 app_dial.c: RINGTIME, PROGRESSTIME and ms resolution dial timings
6 years ago
Kevin Harwell ff0d0ac23a mwi core: Move core MWI functionality into its own files
6 years ago
Friendly Automation 3c106814d5 Merge "loader: support for permanent dlopen()"
6 years ago
Dan Cropp cffa2a74cb res_pjsip: Added a norefersub configuration setting
6 years ago
George Joseph 1ab20c5d91 Merge "stasis.c: Added topic_all container"
6 years ago
George Joseph 2f13cdd315 Merge "res/res_ari: Added ARI resource /ari/channels/{channelId}/rtp_statistics"
6 years ago
Friendly Automation 6a83c99c36 Merge "main/json.c: Added app_name, app_data to channel type"
6 years ago
Sebastian Kemper ccac55b894
loader: support for permanent dlopen()
6 years ago
sungtae kim 30d568ddec stasis.c: Added topic_all container
6 years ago
sungtae kim 76768ad6ce main/json.c: Added app_name, app_data to channel type
6 years ago