Commit Graph

6994 Commits (a79e5ab2e6ed1b16a0c19cb07bb49519261b85a4)

Author SHA1 Message Date
Sean Bright 03f1c24674 utils: Remove libdb and astdb conversion scripts.
1 year ago
Sean Bright 82bef2ed90 docs: Indent <since> tags.
1 year ago
George Joseph 198b01c536 docs: Add version information to application and function XML elements
1 year ago
George Joseph 77d5550d14 docs: Add version information to manager event instance XML elements
1 year ago
George Joseph 6384e8667c README.md, asterisk.c: Update Copyright Dates
1 year ago
George Joseph 316693ded9 docs: Add version information to configObject and configOption XML elements
1 year ago
Allan Nathanson 217e696288 config.c: fix #tryinclude being converted to #include on rewrite
1 year ago
George Joseph 114fa12f05 docs: Various XML fixes
1 year ago
Sean Bright 1047291662 strings.c: Improve numeric detection in `ast_strings_match()`.
1 year ago
George Joseph 3868f7cb47 docs: Enable since/version handling for XML, CLI and ARI documentation
1 year ago
Sean Bright 468601fd13 manager: Add `<since>` tags for all AMI actions.
1 year ago
Steffen Arntz 4ef68fbce8 logger.c fix: malformed JSON template
1 year ago
Sean Bright 7b71efd172 manager.c: Rename restrictedFile to is_restricted_file.
1 year ago
Allan Nathanson 22b261575f config.c: retain leading whitespace before comments
1 year ago
Ben Ford 7f70190c59 manager.c: Restrict ListCategories to the configuration directory.
1 year ago
Sean Bright e904ae5df0 config.c: Fix off-nominal reference leak.
1 year ago
Naveen Albert 5ed7f4d152 chan_dahdi: Fix wrong channel state when RINGING recieved.
1 year ago
George Joseph 92e5ed5a3a Add ability to pass arguments to unit tests from the CLI
1 year ago
George Joseph 92f361c826 Allow C++ source files (as extension .cc) in the main directory
1 year ago
Naveen Albert c157ee62f6 config.c: Make ast_variable_retrieve return last match.
1 year ago
Tinet-mucw a23f28e7e0 audiohook.c: resolving the issue with audiohook both reading when packet loss on one side of the call
1 year ago
Mike Pultz e020ee5795 manager.c: Add Processed Call Count to CoreStatus output
1 year ago
James Terhune 1aeecab6ae main/stasis_channels.c: Fix crash when setting a global variable with invalid UTF8 characters
1 year ago
Naveen Albert 3cab4e7ab4 config.c Make ast_variable_update update last match.
1 year ago
George Joseph 35d6da06a6 core_unreal.c: Fix memory leak in ast_unreal_new_channels()
1 year ago
Allan Nathanson 97770a947c dnsmgr.c: dnsmgr_refresh() incorrectly flags change with DNS round-robin
1 year ago
George Joseph 4623abb8bb manager.c: Add unit test for Originate app and appdata permissions
1 year ago
Sean Bright e76f671810 res_agi.c: Ensure SIGCHLD handler functions are properly balanced.
1 year ago
Naveen Albert d1bba7efc0 main, res, tests: Fix compilation errors on FreeBSD.
1 year ago
Ben Ford e19da5d86f manager.c: Restrict ModuleLoad to the configured modules directory.
1 year ago
Naveen Albert a988506a3e astfd.c: Avoid calling fclose with NULL argument.
1 year ago
Peter Jannesen adfc1846ef channel: Preserve CHANNEL(userfield) on masquerade.
1 year ago
George Joseph c2ffecfc66 Fix application references to Background
1 year ago
George Joseph affeec710c manager: Enhance event filtering for performance
1 year ago
George Joseph c470ba1f90 manager.c: Split XML documentation to manager_doc.xml
1 year ago
George Joseph d1d37d447c db.c: Remove limit on family/key length
1 year ago
Alexei Gradinari c49b766f06 autoservice: Do not sleep if autoservice_stop is called within autoservice thread
2 years ago
George Joseph 2f5b143b08 res_resolver_unbound: Test for NULL ub_result in unbound_resolver_callback
2 years ago
Mike Bradeen 055031dfcb res_pjsip_sdp_rtp: Use negotiated DTMF Payload types on bitrate mismatch
2 years ago
Alexei Gradinari 2acd9982de res_pjsip_sdp_rtp fix leaking astobj2 ast_format
2 years ago
George Joseph 2328a0ab3a manager.c: Fix FRACK when doing CoreShowChannelMap in DEVMODE
2 years ago
Ben Ford fb0e46e464 channel: Add multi-tenant identifier.
2 years ago
gibbz00 99a5064a07 feat: ARI "ChannelToneDetected" event
2 years ago
George Joseph 0f67c2696f manager.c: Add entries to Originate blacklist
2 years ago
George Joseph cee50bab7a rtp_engine.c: Prevent segfault in ast_rtp_codecs_payloads_unset()
2 years ago
George Joseph b8c440a52f stasis_channels: Use uniqueid and name to delete old snapshots
2 years ago
George Joseph 6e73af341a app_voicemail_odbc: Allow audio to be kept on disk
2 years ago
Tinet-mucw 7d28165cb1 bridge_basic.c: Make sure that ast_bridge_channel is not destroyed while iterating over bridge->channels.
2 years ago
Alexei Gradinari 4280d7cd77 pbx.c: expand fields width of "core show hints"
2 years ago
Sean Bright 26eabed246 manager.c: Properly terminate `CoreShowChannelMap` event.
2 years ago
Bastian Triller 843cc8f2cd cli: Show configured cache dir
2 years ago
Sean Bright f3e88d366c xml.c: Update deprecated libxml2 API usage.
2 years ago
Sean Bright e1db3027af asterisk.c: Don't log an error if .asterisk_history does not exist.
2 years ago
Sean Bright f3449f3370 file.h: Rename function argument to avoid C++ keyword clash.
2 years ago
Mike Bradeen 3b4d2a6506 rtp_engine: add support for multirate RFC2833 digits
2 years ago
Ivan Poddubny 29675e3aab asterisk.c: Fix sending incorrect messages to systemd notify
2 years ago
Naveen Albert 1f1c5bb902 logger: Add unique verbose prefixes for levels 5-10.
2 years ago
Naveen Albert 7cffbabe5c say.c: Fix cents off-by-one due to floating point rounding.
2 years ago
Naveen Albert 01ff5c8140 loader.c: Allow dependent modules to be unloaded recursively.
2 years ago
George Joseph 8e119a72f0 tcptls/iostream: Add support for setting SNI on client TLS connections
2 years ago
Spiridonov Dmitry 7e7a603360 sorcery.c: Fixed crash error when executing "module reload"
2 years ago
Naveen Albert c1b69d460d callerid.c: Parse previously ignored Caller ID parameters.
2 years ago
Naveen Albert a0b579807c file.c, channel.c: Don't emit warnings if progress received.
2 years ago
George Joseph 70fd8f1c93 rtp_engine and stun: call ast_register_atexit instead of ast_register_cleanup
2 years ago
George Joseph 52881ef6e5 manager.c: Add missing parameters to Login documentation
2 years ago
George Joseph f6b9d9e7d7 Fix incorrect application and function documentation references
2 years ago
Sean Bright 2b5673b68d cli.c: `core show channels concise` is not really deprecated.
2 years ago
jonatascalebe 988986bdc9 manager.c: Add new parameter 'PreDialGoSub' to Originate AMI action
2 years ago
Naveen Albert fc80bed5a7 pbx_variables.c: Prevent SEGV due to stack overflow.
2 years ago
Naveen Albert ef7788e0e4 manager.c: Add CLI command to kick AMI sessions.
2 years ago
George Joseph 628f8d7a43 Stir/Shaken Refactor
2 years ago
Sebastian Jennen ea8ead4e13 translate.c: implement new direct comp table mode
2 years ago
Naveen Albert 526a6e0ce4 dsp.c: Fix and improve potentially inaccurate log message.
2 years ago
George Joseph 29a273618d pjsip show channelstats: Prevent possible segfault when faxing
2 years ago
George Joseph 6871d1cdfc Reduce startup/shutdown verbose logging
2 years ago
Joshua C. Colp edf54951be utils: Make behavior of ast_strsep* match strsep.
2 years ago
Brad Smith b0992fb771 main/utils: Simplify the FreeBSD ast_get_tid() handling
2 years ago
Sean Bright f2ac526172 rtp_engine.c: Correct sample rate typo for L16/44100.
2 years ago
Naveen Albert f1a9ec4703 manager.c: Fix erroneous reloads in UpdateConfig.
2 years ago
Naveen Albert ac71e40042 logger: Fix linking regression.
2 years ago
Naveen Albert 5cf75f9b2c func_frame_trace: Add CLI command to dump frame queue.
2 years ago
George Joseph 09052bfa51 Revert "core & res_pjsip: Improve topology change handling."
2 years ago
Naveen Albert fa3922a4d2 manager.c: Fix regression due to using wrong free function.
2 years ago
Ben Ford 424be34563 manager.c: Prevent path traversal with GetConfig.
2 years ago
Naveen Albert 183954bed3 config_options.c: Fix truncation of option descriptions.
2 years ago
Naveen Albert ce1f4b3018 manager.c: Improve clarity of "manager show connected".
2 years ago
Naveen Albert d1fb397cfc general: Fix broken links.
2 years ago
Sean Bright 008731b0a4 logger.c: Move LOG_GROUP documentation to dedicated XML file.
2 years ago
Sean Bright 8c3ebf9747 config.c: Log #exec include failures.
2 years ago
Sean Bright ca931c9436 app.c: Allow ampersands in playback lists to be escaped.
2 years ago
Sean Bright 31c44d0634 uri.c: Simplify ast_uri_make_host_with_port()
2 years ago
Sean Bright 611010d67d res_http_websocket.c: Set hostname on client for certificate validation.
2 years ago
Matthew Fredrickson 21412fddcb app_followme.c: Grab reference on nativeformats before using it
2 years ago
Naveen Albert 89709e2583 logger: Add channel-based filtering.
2 years ago
George Joseph f309ffad3d chan_pjsip: Add PJSIPHangup dialplan app and manager action
2 years ago
Holger Hans Peter Freyther 69cf329681 stasis: Update the snapshot after setting the redirect
2 years ago
Holger Hans Peter Freyther 69590ba33e ari: Provide the caller ID RDNIS for the channels
2 years ago
Brad Smith 5c22cfccd9 main/utils: Implement ast_get_tid() for OpenBSD
2 years ago
Naveen Albert 82086545cc core_local: Fix local channel parsing with slashes.
2 years ago
Bastian Triller 8536ce8c38 func_json: Fix crashes for some types
2 years ago
Eduardo 91e368c485 codec_builtin: Use multiples of 20 for maximum_ms
3 years ago
George Joseph 13ccbc1d08 lock.c: Separate DETECT_DEADLOCKS from DEBUG_THREADS
3 years ago
George Joseph 95313d4727 asterisk.c: Use the euid's home directory to read/write cli history
3 years ago
Mike Bradeen e06448353d cel: add publish user event helper
3 years ago
George Joseph 67fd66e2fe file.c: Add ability to search custom dir for sounds
3 years ago
George Joseph fde0e19658 make_buildopts_h, et. al. Allow adding all cflags to buildopts.h
3 years ago
Naveen Albert e899a02465 pbx.c: Fix gcc 12 compiler warning.
3 years ago
Maximilian Fridrich fb234abd84 main/refer.c: Fix double free in refer_data_destructor + potential leak
3 years ago
Joshua C. Colp be3d8266da manager: Tolerate stasis messages with no channel snapshot.
3 years ago
Maximilian Fridrich 51a7b18038 core/ari/pjsip: Add refer mechanism
3 years ago
Joshua C. Colp 806515597e audiohook: Unlock channel in mute if no audiohooks present.
3 years ago
Mike Bradeen a55fd5e471 utils: add lock timestamps for DEBUG_THREADS
3 years ago
Jaco Kroon 73326fb4e0 tcptls: when disabling a server port, we should set the accept_fd to -1.
3 years ago
George Joseph 6b4f49c0df build: Fix a few gcc 13 issues
3 years ago
Ben Ford cfde21c0c7 AMI: Add CoreShowChannelMap action.
3 years ago
Mike Bradeen 1f337f6034 indications: logging changes
3 years ago
Naveen Albert 8b864b12cf callerid: Allow specifying timezone for date/time.
3 years ago
InterLinked1 ad6ff4cbf2
asterisk.c: Fix option warning for remote console. (#103)
3 years ago
Sean Bright d59a8ef59e
xml.c: Process XML Inclusions recursively. (#69)
3 years ago
Mike Bradeen cd48733353
cel: add local optimization begin event (#54)
3 years ago
InterLinked1 ffb90c4549
say.c: Fix French time playback. (#42)
3 years ago
Naveen Albert 0119f3ad48 res_pjsip_stir_shaken: Fix JSON field ordering and disallowed TN characters.
3 years ago
George Joseph 1245e3330b test.c: Fix counting of tests and add 2 new tests
3 years ago
Sean Bright acd1513111 ael: Regenerate lexers and parsers.
3 years ago
Sean Bright 7dc73c8151 loader.c: Minor module key check simplification.
3 years ago
Mike Bradeen edd7f1b060 bridge_builtin_features: add beep via touch variable
3 years ago
Mike Bradeen c4a55322bc res_mixmonitor: MixMonitorMute by MixMonitor ID
3 years ago
Mike Bradeen 76da3c71a7 cli: increase channel column width
3 years ago
Boris P. Korzun e971396546 http.c: Minor simplification to HTTP status output.
3 years ago
Fabrice Fontaine b0635a5fcf main/iostream.c: fix build with libressl
3 years ago
George Joseph 25f7753f46 res_pjsip: Replace invalid UTF-8 sequences in callerid name
3 years ago
Sean Bright 2e78d1083e test.c: Avoid passing -1 to FD_* family of functions.
3 years ago
Sean Bright c85fc1278f doxygen: Fix doxygen errors.
3 years ago
Mike Bradeen 6b03d60c7d res_monitor: Remove deprecated module.
3 years ago
Mike Bradeen e8f548c155 app_macro: Remove deprecated module.
3 years ago
George Joseph 7dc8773178 res_rtp_asterisk: Asterisk Media Experience Score (MES)
3 years ago
George Joseph 3a3d6c7dcb Revert "res_rtp_asterisk: Asterisk Media Experience Score (MES)"
3 years ago
Boris P. Korzun 8c9b37a539 http.c: Fix NULL pointer dereference bug
3 years ago
Naveen Albert c209064d66 loader: Allow declined modules to be unloaded.
3 years ago
Naveen Albert ed77b365ce manager: Fix appending variables.
3 years ago
Mike Bradeen 4095a382da chan_sip: Remove deprecated module.
3 years ago
George Joseph e66c5da145 res_rtp_asterisk: Asterisk Media Experience Score (MES)
3 years ago
Naveen Albert f0962d00ae pbx_app: Update outdated pbx_exec channel snapshots.
3 years ago
Naveen Albert f86d2a211c pbx_builtins: Remove deprecated and defunct functionality.
3 years ago
Peter Fern ee170ab166 streams: Ensure that stream is closed in ast_stream_and_wait on error
3 years ago
Michael Kuron 6b8d3cb89a manager: AOC-S support for AOCMessage
3 years ago
Mike Bradeen 89a7d30a97 chan_mgcp: Remove deprecated module.
3 years ago
Naveen Albert 1da5eb3795 xmldoc: Allow XML docs to be reloaded.
3 years ago
Mike Bradeen c59eb7e6d8 manager: prevent file access outside of config dir
3 years ago
Naveen Albert b1d21f7667 pbx_builtins: Allow Answer to return immediately.
3 years ago