Commit Graph

14393 Commits (4731bae48dde870d4159e1e61573bdb172fa7dc2)
 

Author SHA1 Message Date
Tilghman Lesher 4731bae48d Breakage from slightly before the outage; would have fixed sooner but for the outage.
16 years ago
Tilghman Lesher 268318bf88 Backport the use of curl from 1.6.2 to make the 1.4 target work on Bamboo.
16 years ago
Sean Bright 17ca06cdb8 Partial revert of r315671 which removed a logging statement and not a manager event.
16 years ago
Matthew Nicholson acfd6d4bad Fix our compliance with RFC 3261 section 18.2.2.
16 years ago
Terry Wilson a851a4834f Make sure unregistering a peer unlinks it from the peer container
16 years ago
Terry Wilson 77acf5b626 Allow transfer loops without allowing forwarding loops
16 years ago
Tilghman Lesher dac18ad759 Fix the bounds-checking code.
16 years ago
Russell Bryant 112e8ef678 Be more flexible with unknown chunks in wav files.
16 years ago
Matthew Nicholson 94fa98557d Reverted part of r314607, as it can introduce a regression.
16 years ago
Alec L Davis b3d58b6260 chan_local:check_bridge() misplaced misplaced ast_mutex_unlock
16 years ago
Matthew Nicholson 1cfde1088c Prevent the login thread and the app threads from using the asterisk channel at the same time.
16 years ago
Russell Bryant 5a3d415ea4 Initialize buffers in getvar and getvarfull.
16 years ago
Matthew Nicholson 9bd88702b7 Added limits to the number of unauthenticated sessions TCP based protocols are allowed to have open simultaneously. Also added timeouts for unauthenticated sessions where it made sense to do so.
16 years ago
Alec L Davis 05ea303ca4 app_voicemail: Fix ODBC Storage compile
16 years ago
Richard Mudgett fa67a98ccc Asterisk does not hangup a channel after endpoint hangs up.
16 years ago
Leif Madsen 453275054e Fix detection of OpenSSL 1.0
16 years ago
Richard Mudgett afbfce2971 Stuck channel using FEATD_MF if caller hangs up at the right time.
16 years ago
Matthew Nicholson 059e1a2dec Limit the number of unauthenticated manager sessions and also limit the time they have to authenticate.
16 years ago
Richard Mudgett cd24c868cb Issues with ISDN calls changing B channels during call negotiations.
16 years ago
Alec L Davis e7597d55df app_voicemail: leave_vociemail doesn't use last_message_index to store next message
16 years ago
Tilghman Lesher f6cd305277 Found some leaking file descriptors while looking at ast_FD_SETSIZE dead code.
16 years ago
Alec L Davis 4de07be466 voicemail: get real last_message_index and count_messages, ODBC resequence
16 years ago
Alec L Davis 752c3ef591 app_voicemail:close_mailbox imap_storage doesn't use last_msg_index
16 years ago
Alec L Davis c875064714 app_voicemail: close_mailbox needs to respect additional messages while mailbox is open.
16 years ago
Matthew Nicholson c0e4bdd609 Don't hold the pvt lock while streaming a file.
16 years ago
Matthew Nicholson 9dbd90f447 Don't dec the usecount of an eventqent then use it.
16 years ago
Matthew Nicholson 5510659c1f Remove the provisional keepalive scheduler entry's reference to the pvt when we remove the scheduler entry.
16 years ago
Alec L Davis 93d2033f4b Remove extra quote in indications.conf
16 years ago
Terry Wilson bf061fa778 Don't delay DTMF in core bridge while listening for DTMF features
16 years ago
Alec L Davis ba3c804b06 core show locks: display ThreadID in hexadecimal
16 years ago
Richard Mudgett 5e8dfa3e6b "Caller*ID failed checksum" on Wildcard TDM2400P and TDM410
16 years ago
Tilghman Lesher 75dc421e15 Add AELSub, which provides a stable entry point into AEL subroutines.
16 years ago
Tilghman Lesher eafdcbacd4 Initialize column size to 0 to deal with a potential UnixODBC bug on 64-bit systems.
16 years ago
Terry Wilson 744b5c4bbb Don't try to free statically allocated memory.
16 years ago
Jonathan Rose aaf50c4688 Bug fix for MixMonitor involving filenames with '.' not in the extension
16 years ago
David Ruggles fd2d1c2139 fix small memory leak
16 years ago
Terry Wilson e90101cecf Don't broadcast FullyBooted to every AMI connection
16 years ago
Matthew Nicholson ebc809b6d4 silence gcc 4.2 compiler warning
16 years ago
Matthew Nicholson 2e714923c3 Properly check the bounds of arrays when decoding UDPTL packets. Also, remove broken support for receiving UDPTL packets larger than 16k. That shouldn't ever happen anyway.
16 years ago
Jason Parker 788e66cf20 Fix regression that changed behavior of queues when ringing a queue member.
16 years ago
Richard Mudgett 212f41ddf3 Reentrancy problem if outgoing call gets different B channel than requested.
16 years ago
Jason Parker af36e55080 Remove color when executing commands via a remote console.
16 years ago
Terry Wilson 9b490b1adc Fix comparison for REFER Replaces tags with pedantic=yes
16 years ago
Jeff Peeler d6eabdc0dd fix this line again
16 years ago
Jeff Peeler fb475c8c7e clean this up, sorry my brain is not really working
16 years ago
Jeff Peeler 8bd2bfb587 Backup file storing message duration is not used with IMAP_STORAGE, remove code.
16 years ago
Jeff Peeler e9dcd4a9e2 make this safer and fully correct, pointed out by Steve Davis
16 years ago
Terry Wilson dceced3626 Don't try to pickup a call in the middle of a masquerade
16 years ago
Terry Wilson c80738307a Don't allow a REFER w/replaces to replace its own dialog
16 years ago
Jeff Peeler a7d12781c0 Fix no MOH and frame queueing problem for parked calls.
16 years ago