Commit Graph

3678 Commits (1d054dbbba85c359cfc1909112dbe4dc637d488c)

Author SHA1 Message Date
Matthew Jordan 769d9aa259 Don't attempt to purge sessions when no sessions exist
14 years ago
Matthew Jordan d38c42aab8 Properly clean up manager resources on exit
14 years ago
Matthew Jordan 260da253be Properly finalize prepared SQLite3 statements to prevent memory leak
14 years ago
Matthew Jordan 717068e362 Fix memory leaks in XML documentation
14 years ago
Matthew Jordan 69777a9376 Prevent multiple CDR batches from conflicting when scheduling the CDR write
14 years ago
Richard Mudgett 93d85a0087 Things don't need to be that const.
14 years ago
Richard Mudgett 48f0d85bd1 Fix the Park 'r' option when a channel parks itself.
14 years ago
Jonathan Rose 7ad1f16efd core: Fix a memory leak in app.c from an early return
14 years ago
Kinsey Moore 09d951514d Ensure Asterisk fails TCP/TLS SIP calls when certificate checking fails
14 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