Commit Graph

2619 Commits (11)

Author SHA1 Message Date
Richard Mudgett 7a29f3603b queue_log: Post QUEUESTART entry when Asterisk fully boots.
10 years ago
Richard Mudgett b97dbd724e DEBUG_THREADS: Fix regression and lock tracking initialization problems.
11 years ago
Corey Farrell e9f3480121 Fix unintential memory retention in stringfields.
11 years ago
George Joseph 03fcc1ad72 config: Make text_file_save and 'dialplan save' escape semicolons in values.
11 years ago
George Joseph c4cf004f24 config: bug: Fix SEGV in ast_category_insert when matching category isn't found
11 years ago
Kinsey Moore 5cdd1413f1 CallerID: Fix parsing of malformed callerid
11 years ago
Matthew Jordan dfdf47a752 include/asterisk/xmpp.h: Convert indentation to tabs
11 years ago
Joshua Colp 915de454f8 res_rtp_asterisk: Add SHA-256 support for DTLS and perform DTLS negotiation on RTCP.
11 years ago
Matthew Jordan 32d684ee25 res_http_websocket: Close websocket correctly and use careful fwrite
11 years ago
George Joseph 2b4423d2b3 build: Allow autoconf/ast_ext_tool_check to handle cross-compiling better.
11 years ago
Richard Mudgett 11553fd489 AST-2014-007: Fix of fix to allow AMI and SIP TCP to send messages.
11 years ago
Richard Mudgett df686c50d8 AST-2014-007: Fix DOS by consuming the number of allowed HTTP connections.
11 years ago
Jonathan Rose a92d272d2f chan_sip: Fix order of variables specified in SIPNotify action
11 years ago
Richard Mudgett e99783e792 chan_dahdi/sig_pri: Prevent unnecessary PROGRESS events when overlap dialing is enabled.
11 years ago
Kinsey Moore abac3330cf Allow Asterisk to compile under GCC 4.10
11 years ago
Richard Mudgett 709d39b662 chan_sip.c: Fixed off-nominal message iterator ref count and alloc fail issues.
11 years ago
Matthew Jordan 33d1220bee main/astobj2: Make REF_DEBUG a menuselect item; improve REF_DEBUG output
11 years ago
Richard Mudgett 45ebd29e10 internal_timing: Remove the option and always make it enabled if a timing module is loaded.
11 years ago
Corey Farrell 6208cfee0d app_voicemail: fix missing symbol
11 years ago
Matthew Jordan 45fd6e01bd res_config_odbc/res_odbc: Fix handling of non-text columns updates with empty values.
11 years ago
Corey Farrell 90fa4e3c36 main/formats: Fix crash in ast_format_cmp during non-clean shutdown.
11 years ago
David M. Lee 647c6859db Corrected cross-platform stat nanosecond code
11 years ago
Matthew Jordan 6087765a48 rtp_engine: fix crash during remote native bridging when calling get_codecs
11 years ago
Richard Mudgett 08d90eeda5 chan_iax2: Block unnecessary control frames to/from the wire.
11 years ago
Richard Mudgett 741dc49934 devicestate: Make ast_devstate_changed_literal() return value and doxygen consistent.
11 years ago
Kevin Harwell c84296ef71 cdr_radius, cel_radius: build agains libfreeradius-client
11 years ago
Russell Bryant b619a405a5 Protect ast_filestream object when on a channel
11 years ago
Richard Mudgett f90a045a36 verbosity: Fix performance of console verbose messages.
11 years ago
Rusty Newton 05117c87b7 Several components: fixing Typos in comments and code, "avaliable" instead of "available"
12 years ago
David M. Lee a9ee948e90 security: Inhibit execution of privilege escalating functions
12 years ago
Kinsey Moore 2d5debf45c chan_sip: Fix RTCP port for SRFLX ICE candidates
12 years ago
Scott Griepentrog 90da875326 rtp_engine: fix rtp payloads copy and improve argument names
12 years ago
Scott Griepentrog 53b25ff6eb pbx.c: fix confused match caller id that deleted exten still in hash
12 years ago
David M. Lee 85ceb09623 Fix DEBUG_THREADS when lock is acquired in __constructor__
12 years ago
Richard Mudgett 0cd0977454 Fix memory corruption when trying to get "core show locks".
12 years ago
Matthew Jordan eac2c3b91a Set 14400 as the default max bit rate if T38MaxBitRate is not specified
12 years ago
Walter Doekes b3eef9957e Consistent memory allocation by ast_bt_get_symbols.
12 years ago
Kinsey Moore 457d5c39dc Use srtp_shutdown when available
12 years ago
Richard Mudgett a58b7639dd Make ao2 global objects not always use the debug version of the ao2_ref() calls.
12 years ago
Sean Bright f03ff24bac Use the proper lower bound when doing saturation arithmetic.
12 years ago
Jason Parker d8216bd9ee Add dependency on libuuid, for res_rtp_asterisk
12 years ago
Joshua Colp 2d95e2884e Regenerate the configure script. The one in the tree was not working for me at all.
12 years ago
Kevin Harwell 1595101bb6 Stopped spamming of debug messages during attended transfer.
12 years ago
Richard Mudgett 2d1b7d4732 Make CHECK_BLOCKING() debug message more useful.
12 years ago
Matthew Jordan 49959b511f Support building Asterisk for Raspberry Pi/Raspbian with hard-float support
12 years ago
Walter Doekes bb450bafd7 Add builtin roundf() for systems lacking it.
12 years ago
David M. Lee af6b4fed4f Specify the -rpath linker flag when prefix != /usr.
12 years ago
David M. Lee 12c51024c3 Fix XML encoding of 'identity display' in NOTIFY messages.
12 years ago
David M. Lee 1f6610acec Move declaration of ast_regex_string_to_regex_pattern futher down strings.h.
12 years ago
David M. Lee 8d7224d5a8 Replace errant tabs with spaces in causes.h.
12 years ago
Richard Mudgett b1366d7acf Fix AMI redirect action with two channels failing to redirect both channels.
12 years ago
Matthew Jordan eda6664de0 Prevent exhaustion of system resources through exploitation of event cache
12 years ago
Richard Mudgett 797e403982 confbridge: Fix MOH on simultaneous user entry to a new conference.
13 years ago
Richard Mudgett 869c2b30c9 Cleanup core main on exit.
13 years ago
Richard Mudgett 224dd2f60a Made AST_LIST_REMOVE() simpler and use better names.
13 years ago
Matthew Jordan c4f013c5c8 Re-initialize logmsgs mutex upon logger initialization to prevent lock errors
13 years ago
David M. Lee bbf3526314 Migrate hashtest/hashtest2 to be unit tests.
13 years ago
Richard Mudgett 1bba4b00b2 Add MALLOC_DEBUG enhancements.
13 years ago
Mark Michelson a65fbf8012 Multiple revisions 375993-375994
13 years ago
Richard Mudgett 647810f1d0 Fix stuck DTMF when bridge is broken.
13 years ago
Matthew Jordan f0cd27e027 Refactor ast_timer_ack to return an error and handle the error in timer users
13 years ago
Andrew Latham 794eb78090 Doxygen Updates
13 years ago
Richard Mudgett 7c69310497 build_tools: Allow Asterisk to report git SHAs in version string.
13 years ago
Mark Michelson 94c0fa9098 Fix some potential misuses of ast_str in the code.
13 years ago
Mark Michelson ccf01fbfdc Do not use a FILE handle when doing SIP TCP reads.
13 years ago
Mark Michelson b5f231501b Don't make chan_sip export global symbols.
13 years ago
Matthew Jordan 8943656ccc Fix a variety of ref counting issues
13 years ago
Sean Bright 1449b2cad0 app_queue: Support persisting and loading of long member lists.
13 years ago
Joshua Colp f8e894e031 Make res_http_websocket an optional dependency on supported platforms for chan_sip.
13 years ago
Joshua Colp 42ebea2f2f Add support for DTLS-SRTP to res_rtp_asterisk and chan_sip.
13 years ago
Richard Mudgett 7e9bdcc3e0 Named call pickup groups. Fixes, missing functionality, and improvements.
13 years ago
David M. Lee 0227e81595 Add -fnested-functions compile flag, if needed.
13 years ago
David M. Lee 061874d811 Fix timeouts for ast_waitfordigit[_full].
13 years ago
Mark Michelson 46b730b070 Fix inability to shutdown gracefully due to an unending channel reference.
13 years ago
Kinsey Moore 05cccdea8c Deprecate chan_gtalk, chan_jingle, and res_jabber
13 years ago
Mark Michelson 3f6a00ae36 Re-fix sending unnegotiated payloads during a P2P RTP bridge.
13 years ago
Richard Mudgett fb6238899b Add private representation of caller, connected and redirecting party ids.
13 years ago
Richard Mudgett 18d5041981 Use better libss7 detection test and move libpri compile test.
13 years ago
Mark Michelson 9ee8b3c0f6 Extend extension state callbacks to have more information.
13 years ago
Mark Michelson eb9e645a27 Allow support for early media on AMI originates and call files.
13 years ago
Joshua Colp 8c5333f34e Payload and RTP code are must remain separate since in non-Asterisk format cases they differ.
13 years ago
Joshua Colp 15e41c7542 Reduce memory consumption significantly for users of the RTP engine API by storing only the payloads present and in use instead of every possible one.
13 years ago
Matthew Jordan 5c4578f4ad Add named callgroups/pickupgroups
13 years ago
Richard Mudgett ea0732def2 Make astobj2.h not include linkedlists.h.
13 years ago
Kinsey Moore 9b16c8b0f6 Clean up and ensure proper usage of alloca()
13 years ago
Russell Bryant fd11146592 Add a "corosync ping" CLI command.
13 years ago
Kevin P. Fleming 7d4ccea736 Enable usage of system-provided NetBSD editline library if available.
13 years ago
Kevin P. Fleming b5193428a7 Enable usage of system-provided iLBC library.
13 years ago
Matthew Jordan b6a0ae0b35 Unit tests for the Jitter Buffer API; remove unnecessary resync
13 years ago
Kinsey Moore cb9756daa2 Add hangupcause translation support
13 years ago
Terry Wilson 2f674bcdd1 Convert app_confbridge to use the config options framework
13 years ago
Joshua Colp cbdb2dbb0e Fix a crash occurring as a result of excess stack usage.
13 years ago
Joshua Colp 44345b0973 Fix a crash as a result of propagating MWI or device state over XMPP when the client is disconnected.
13 years ago
Joshua Colp e938737570 Add support for SIP over WebSocket.
13 years ago
Joshua Colp acb5f5f824 Reduce memory consumption and add the H.264 and H.263 modules I shamefully neglected to add.
13 years ago
Joshua Colp a693fd1d87 Add support for parsing SDP attributes, generating SDP attributes, and passing it through.
13 years ago
Terry Wilson a7dfafdc56 Handle deprecated (aliased) option names with the config options api
13 years ago
Jonathan Rose 10afdf3a2a Named ACLs: Introduces a system for creating and sharing ACLs
13 years ago
Joshua Colp a3fa37b8cf Add a new unified Jingle, Google Jingle, and Google Talk channel driver written from scratch called chan_motif.
13 years ago
Richard Mudgett 1906601bf4 Tweak some comments and whitespace in utils.h
13 years ago