Commit Graph

3736 Commits (c881d363190c1994e3f4ba5bb75f45444baf00ed)

Author SHA1 Message Date
Corey Farrell 240f339938
stasis: Fix ABI between DEVMODE and non-DEVMODE.
7 years ago
Joshua C. Colp e5605232df stasis: Add statistics gathering in developer mode.
7 years ago
Friendly Automation a03202e551 Merge "stasis: Allow filtering by formatter" into 13
7 years ago
George Joseph 21a5ad0fd9 stasis: Allow filtering by formatter
7 years ago
Sean Bright 8c312c54ed utils: Wrap socket() and pipe() to reduce syscalls
7 years ago
Chris-Savinovich 40ab571e0d core: Merge malloc_trim patch
7 years ago
Corey Farrell ec02d7fd4c
res_pjsip: Patch for res_pjsip_* module load/reload crash
7 years ago
Corey Farrell 0a9904e1c6
astobj2: Eliminate usage of legacy ao2_container_alloc routine.
7 years ago
Joshua C. Colp a5a8cba8c7 stasis: Remove stringfields and lock from change message.
7 years ago
Joshua Colp b7b581f209 Merge "stasis: Add internal filtering of messages." into 13
7 years ago
George Joseph 0deaf81bff backtrace: Refactor ast_bt_get_symbols so it doesn't crash
7 years ago
Joshua Colp d748ed4147 stasis: Add internal filtering of messages.
7 years ago
Joshua Colp 2f8499788a stasis: Clarify lifetime of topics.
7 years ago
Alexei Gradinari bfe3821800 pjsip: new endpoint's options to control Connected Line updates
7 years ago
Torrey Searle bbbec2e95e res_pjsip_session: add new flag use_callerid_contact
7 years ago
George Joseph 1c33cf5cf1 Merge "astobj2: Eliminate usage of legacy container allocation macros." into 13
7 years ago
Corey Farrell 54a1fbe428
astobj2: Eliminate usage of legacy container allocation macros.
7 years ago
Corey Farrell 655a962aa5 lock: Replace __ast_mutex_logger with private log_mutex_error.
7 years ago
Corey Farrell 01716f70e6 taskprocessor: Warn on unused result from pushing task.
7 years ago
Corey Farrell 95dc10eb72 lock: Improve performance of DEBUG_THREADS.
7 years ago
George Joseph 4ddca53164 Merge "jansson: Backport fixes to bundled, use json_vsprintf if available." into 13
7 years ago
George Joseph 63c02eeba4 Merge "rtp_engine: rtcp_report_to_json can overflow the ssrc integer value" into 13
7 years ago
Corey Farrell 9c35f80adf
jansson: Backport fixes to bundled, use json_vsprintf if available.
7 years ago
Kevin Harwell 286cf80bec rtp_engine: rtcp_report_to_json can overflow the ssrc integer value
7 years ago
George Joseph 1d141112b5 stasis: Add function to delete topic from pool
7 years ago
George Joseph c4f1adf78e Merge "pjproject: Upgrade to 2.8." into 13
7 years ago
Joshua Colp cd2deadb69 pjproject: Upgrade to 2.8.
7 years ago
Sean Bright 99b2e0c2ff autoconf: Check for srtp_get_version_string() before using it
7 years ago
Sean Bright d3c869c736 res_pjsip: Log IPv6 addresses correctly
7 years ago
Walter Doekes d226458c5b optional_api: Remove unused nonoptreq fields
7 years ago
Sean Bright b0ef54af71 res_pjproject: Add utility functions to convert between socket structures
7 years ago
Joshua Colp c22efd9990 Merge "stasis: Reduce calculation of stasis message type hash." into 13
8 years ago
Joshua Colp c17a20e543 Merge "res_pjsip: Make pjlib.h consistently included." into 13
8 years ago
Richard Mudgett b7f195b6fd res_pjsip.h: Fix doxygen comments.
8 years ago
Joshua Colp 856b6d1954 stasis: Reduce calculation of stasis message type hash.
8 years ago
Richard Mudgett 1f97ea7e2c res_pjsip: Make pjlib.h consistently included.
8 years ago
Alexander Traud d9da161b5c BuildSystem: Enable Jansson in Solaris 11.
8 years ago
Joshua Colp dd1b4b38cf devicestate: Don't create topic when change isn't cached.
8 years ago
George Joseph 487951735e Merge "sched: Make ABI compatible between dev mode and non-dev mode." into 13
8 years ago
Joshua Colp 1fbe1b1eff sched: Make ABI compatible between dev mode and non-dev mode.
8 years ago
George Joseph 58c7b64ed6 xmldoc.c: Fix dump of xml document
8 years ago
Torrey Searle bd36ec69e2 res_pjsip_sdp_rtp: include ice in ANSWER only if offered
8 years ago
George Joseph 3470409dd6 res_pjsip: Add 'suppress_q850_reason_headers' option to endpoint
8 years ago
Richard Mudgett d0e4cbfc51 AMI SendText action: Fix to use correct thread to send the text.
8 years ago
Jenkins2 6b6fa461d6 Merge "res_pjsip_session: Add ability to accept multiple sdp answers" into 13
8 years ago
George Joseph 06966e91fe res_pjsip_session: Add ability to accept multiple sdp answers
8 years ago
Alexander Traud 5e9230b528 uuid: Enable UUID in Solaris 11.
8 years ago
George Joseph 498e775a4a Merge changes from topic 'ASTERISK-27625' into 13
8 years ago
George Joseph aedbf5ba58 Merge "ARI POST DTMF: Make not compete with channel's media thread." into 13
8 years ago
George Joseph 4228dc7b4f Merge "AMI PlayDTMF Action: Make not compete with channel's media thread." into 13
8 years ago
Richard Mudgett f878de44af channel.c: Make CHECK_BLOCKING() save thread LWP id for messages.
8 years ago
Richard Mudgett 99f439dc01 ARI POST DTMF: Make not compete with channel's media thread.
8 years ago
Richard Mudgett 6a1626c265 AMI PlayDTMF Action: Make not compete with channel's media thread.
8 years ago
Richard Mudgett 1abcc41fff channel.c: Fix usage of CHECK_BLOCKING()
8 years ago
Richard Mudgett 5d34ca5b33 autoservice: Don't start channel autoservice if the thread is a user interface.
8 years ago
Richard Mudgett 7b30158147 Fix some doxygen and curly placement.
8 years ago
Alexander Traud ef2386fcd7 res_rtp_asterisk: Allow OpenSSL configured with no-deprecated.
8 years ago
Alexander Traud 8c78337479 tcptls.h: Repair ./configure --with-ssl=PATH.
8 years ago
Alexander Traud b6234f9577 tcptls: Repair ./configure --with-ssl=PATH.
8 years ago
Joshua Colp 8926bc20fd Merge "rtp_engine: Avoid a typo error in Doxygen for ast_rtp_codecs_find_payload_code." into 13
8 years ago
Joshua Colp ac9d6b0523 Merge "pjsip: Rewrite OPTIONS support with new eyes." into 13
8 years ago
Alexander Traud 9fe4f99cba rtp_engine: Avoid a typo error in Doxygen for ast_rtp_codecs_find_payload_code.
8 years ago
George Joseph 42abc9c430 Merge "BuildSystem: Add DragonFly BSD." into 13
8 years ago
Joshua Colp bea52b3706 pjsip: Rewrite OPTIONS support with new eyes.
8 years ago
George Joseph c5d19565fe Merge "bridge_softmix: Forward TEXT frames" into 13
8 years ago
Alexander Traud 7b219311eb BuildSystem: Add DragonFly BSD.
8 years ago
Jenkins2 57aca68bbf Merge "utils: Add ast_assert_return" into 13
8 years ago
George Joseph be7d4faed5 bridge_softmix: Forward TEXT frames
8 years ago
George Joseph 39c51394c8 utils: Add ast_assert_return
8 years ago
Jenkins2 ad0ba520b5 Merge "pjsip_scheduler.c: Add ability to trace scheduled tasks." into 13
8 years ago
Richard Mudgett b92ebdba5f pjsip_scheduler.c: Add ability to trace scheduled tasks.
8 years ago
Richard Mudgett 12aa25b2e1 res_pjsip.c: Split ast_sip_push_task_synchronous() to fit expectations.
8 years ago
Richard Mudgett dfdc9a2575 pjsip_scheduler.c: Fix some corner cases.
8 years ago
Jenkins2 dfd0529abc Merge "pjsip_scheduler.c: Fix ao2 usage errors." into 13
8 years ago
Richard Mudgett c4f02c975b pjsip_scheduler.c: Fix ao2 usage errors.
8 years ago
Richard Mudgett 72b16ee400 res_pjsip_refer/chan_sip: Fix INVITE with replaces transfer to ConfBridge
8 years ago
Jenkins2 dcac292ae3 Merge "BuildSystem: Add support for building RADIUS with radcli." into 13
8 years ago
Richard Mudgett e94f8e4a24 res_pjsip: Update authenticate_qualify documentation.
8 years ago
Alexander Traud 83353997f4 BuildSystem: Add support for building RADIUS with radcli.
8 years ago
Corey Farrell 5908c6753b core: Create main/options.c.
8 years ago
Jenkins2 7d8445d576 Merge "core: Remove dead symbols from asterisk.exports.in." into 13
8 years ago
Jenkins2 b39c727848 Merge "channel.c: Allow generic plc then channel formats are equal" into 13
8 years ago
Corey Farrell 6f304697b0 core: Remove dead symbols from asterisk.exports.in.
8 years ago
George Joseph 373e7e3fb0 channel.c: Allow generic plc then channel formats are equal
8 years ago
Alexander Traud 0f634c1446 BuildSystem: Remove unused dependency on libltdl.
8 years ago
Jenkins2 a243fed64f Merge "core: Remove incorrect usage of attribute_malloc." into 13
8 years ago
Corey Farrell dc738b145f core: Remove incorrect usage of attribute_malloc.
8 years ago
Alexander Traud 54874eb44d BuildSystem: Enable PortAudio in NetBSD.
8 years ago
Jenkins2 91193807c8 Merge "BuildSystem: Detect whether uselocale(.) is available." into 13
8 years ago
Alexander Traud 98e8e849da BuildSystem: Detect whether uselocale(.) is available.
8 years ago
Richard Mudgett 104468ad3a pjproject: Add cache_pools debugging option.
8 years ago
Kevin Harwell ffb15b2bc7 AMI: Bumping AMI non-breaking number for Asterisk 13.20.0 release
8 years ago
Alexander Traud 4a5221cd43 BuildSystem: Remove chan_h323 leftovers.
8 years ago
Jenkins2 62d491527e Merge "app_confbridge: Update dsp_silence_threshold and dsp_talking_threshold docs." into 13
8 years ago
George Joseph 7debdd285c res_pjsip_pubsub: Prune subs with reliable transports at startup
8 years ago
Richard Mudgett 4a337b1a76 app_confbridge: Update dsp_silence_threshold and dsp_talking_threshold docs.
8 years ago
Jenkins2 d82da7afff Merge "loader: Use ast_cli_completion_add for 'module load' completion." into 13
8 years ago
Jenkins2 cee39bf820 Merge "pbx_variables.c: Misc fixes in variable substitution." into 13
8 years ago
Corey Farrell 154bccf147 loader: Use ast_cli_completion_add for 'module load' completion.
8 years ago
Alexander Traud e998c906a7 headers: Consistent use of typeof and/or __typeof__.
8 years ago