Commit Graph

2563 Commits (05c31108a5022e529c5feb40a2d59e41ac55c110)

Author SHA1 Message Date
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
12 years ago
Richard Mudgett f90a045a36 verbosity: Fix performance of console verbose messages.
12 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.
13 years ago
Matthew Jordan 49959b511f Support building Asterisk for Raspberry Pi/Raspbian with hard-float support
13 years ago
Walter Doekes bb450bafd7 Add builtin roundf() for systems lacking it.
13 years ago
David M. Lee af6b4fed4f Specify the -rpath linker flag when prefix != /usr.
13 years ago
David M. Lee 12c51024c3 Fix XML encoding of 'identity display' in NOTIFY messages.
13 years ago
David M. Lee 1f6610acec Move declaration of ast_regex_string_to_regex_pattern futher down strings.h.
13 years ago
David M. Lee 8d7224d5a8 Replace errant tabs with spaces in causes.h.
13 years ago
Richard Mudgett b1366d7acf Fix AMI redirect action with two channels failing to redirect both channels.
13 years ago
Matthew Jordan eda6664de0 Prevent exhaustion of system resources through exploitation of event cache
13 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