Commit Graph

3670 Commits (c5485ddb4fcf4ad005ec00f7064309c87fe00dd4)

Author SHA1 Message Date
Kinsey Moore 09d951514d Ensure Asterisk fails TCP/TLS SIP calls when certificate checking fails
13 years ago
Mark Michelson 94c0fa9098 Fix some potential misuses of ast_str in the code.
14 years ago
Mark Michelson ccf01fbfdc Do not use a FILE handle when doing SIP TCP reads.
14 years ago
Matthew Jordan 7c522a5fd3 Fix incorrect billing duration reported when batch mode is enabled
14 years ago
Mark Michelson b5f231501b Don't make chan_sip export global symbols.
14 years ago
Kinsey Moore 841158f428 Fix segfault regression from r370681
14 years ago
Richard Mudgett 1239385a58 Fix execution of 'i' extension due to uninitialized variable.
14 years ago
Matthew Jordan d99578264b Trivial patch to make 'best_score' defined for all architectures.
14 years ago
Matthew Jordan a7a10088f3 Update documentation for MessageSend application/command's From field for XMPP
14 years ago
David M. Lee 98f78d2c1d Multiple revisions 374570,374581
14 years ago
Alec L Davis ff8dce40f2 dsp.c User Configurable DTMF_HITS_TO_BEGIN and DTMF_MISSES_TO_END
14 years ago
Alec L Davis 76436d2064 dsp.c fix incorrect DTMF Digit_Duration.
14 years ago
David M. Lee 2659db6d61 Fix DBDelTree error codes for AMI, CLI and AGI
14 years ago
Alec L Davis 259f43f421 dsp.c User configuration of DTMF_NORMAL_TWIST and DTMF_REVERSE_TWIST values
14 years ago
Matthew Jordan ba781b68e9 Destroy the generic_monitors container after the core_instances in ccss
14 years ago
Matthew Jordan aa5ac80919 Ensure Shutdown AMI event is still fired during Asterisk shutdown
14 years ago
Matthew Jordan 61ac420dfb Fix findings from check-in on r374177
14 years ago
Matthew Jordan 8943656ccc Fix a variety of ref counting issues
14 years ago
Sean Bright 1449b2cad0 app_queue: Support persisting and loading of long member lists.
14 years ago
Sean Bright 0dd8b496cf Use ast_copy_string instead of strncpy to guarantee a NUL terminated string.
14 years ago
Brent Eagles ad8f06037b Reset hangup flags on channels created through messages and cleanup globals
14 years ago
Joshua Colp 302cc28472 loader: Ensure dependent modules are properly initialized.
14 years ago
Mark Michelson 8501e95d97 Fix saying of date in Dutch.
14 years ago
Joshua Colp 42ebea2f2f Add support for DTLS-SRTP to res_rtp_asterisk and chan_sip.
14 years ago
Richard Mudgett 7e9bdcc3e0 Named call pickup groups. Fixes, missing functionality, and improvements.
14 years ago
Sean Bright 522740b00e Don't crash when passing a NULL message to __astman_get_header.
14 years ago
Matthew Jordan 9e396da730 Resolve memory leaks in TLS initialization and TLS client connections
14 years ago
David M. Lee d214ab8b37 Fixed make clean when configured --disable-asteriskssl
14 years ago
David M. Lee 061874d811 Fix timeouts for ast_waitfordigit[_full].
14 years ago
David M. Lee 14947e93cc Fixed r372696 when configured --disable-asteriskssl; properly install libasteriskssl.dylib on OS X.
14 years ago
Mark Michelson 46b730b070 Fix inability to shutdown gracefully due to an unending channel reference.
14 years ago
Mark Michelson 9bfcbf0f70 Fix bad channel application data reference.
14 years ago
Kinsey Moore 05cccdea8c Deprecate chan_gtalk, chan_jingle, and res_jabber
14 years ago
Jonathan Rose 6f75f38287 Masquerade: Retain parkinglot settings made by CHANNEL function.
14 years ago
David M. Lee 599b2166b0 Recorded merge of revisions 372695 from http://svn.asterisk.org/svn/asterisk/branches/10
14 years ago
Richard Mudgett 744642c286 Fix MALLOC_DEBUG version of ast_strndup().
14 years ago
Richard Mudgett bdb2361549 Fix compile error.
14 years ago
Kinsey Moore 9d76b40877 Correct documentation for ModuleLoad AMI action
14 years ago
Alec L Davis f37b06b8c9 dsp.c: in ast_mf_detect_init incorrectly sets goertzel samples to 160, should be MF_GSIZE
14 years ago
Kinsey Moore 7716846ae1 Ensure counts generated in manager_show_dialplan_helper are correct
14 years ago
Mark Michelson 3f6a00ae36 Re-fix sending unnegotiated payloads during a P2P RTP bridge.
14 years ago
Alec L Davis 34a332ef35 dsp.c: Fix multiple issues when no-interdigit delay is present, and fast DTMF 50ms/50ms
14 years ago
Alec L Davis e225712ae5 dsp.c: optimize goerztzel sample loops, in dtmf_detect, mf_detect and tone_detect
14 years ago
Mark Michelson 2dba1e5c58 Prevent crash from using app_page with no confbridge.conf file provided.
14 years ago
Matthew Jordan 9e853ed652 AST-2012-012: Resolve AMI User Unauthorized Shell Access through ExternalIVR
14 years ago
Richard Mudgett 33f38be40f Fix theoretical compile error with HAVE_EPOLL.
14 years ago
Richard Mudgett 127163938d Initialize file descriptors for dummy channels to -1.
14 years ago
Mark Michelson 29bda732a8 Fix incorrect documentation of the MailboxStatus manager command.
14 years ago
David M. Lee 8a2234472b Fixes ast_rwlock_timed[rd|wr]lock for BSD and variants.
14 years ago
Kinsey Moore a97c6e85f8 Implement workaround for BETTER_BACKTRACES crash
14 years ago