Commit Graph

1321 Commits (656d2e043a5643c31ea3208828ca1b4d2761cc41)

Author SHA1 Message Date
Sean Bright 224b82262f Resolve a segfault/bus error when we try to map memory that falls on a page
15 years ago
Matthew Nicholson 94fa98557d Reverted part of r314607, as it can introduce a regression.
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
Richard Mudgett fa67a98ccc Asterisk does not hangup a channel after endpoint hangs up.
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
Tilghman Lesher f6cd305277 Found some leaking file descriptors while looking at ast_FD_SETSIZE dead code.
16 years ago
Matthew Nicholson 9dbd90f447 Don't dec the usecount of an eventqent then use it.
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
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 af36e55080 Remove color when executing commands via a remote console.
16 years ago
Richard Mudgett 9fe4bc60b5 Minor AST_FRAME_TEXT related issues.
16 years ago
Mark Michelson 13d35425dc Get rid of unused 'verbose' field in ast_udptl
16 years ago
Richard Mudgett b3903adbb9 Backport the Proceeding application.
16 years ago
Russell Bryant a4c9384154 Fix a couple of mistakes in the backport of this patch to 1.4.
16 years ago
Russell Bryant 58a666ac5a Fix channel redirect out of MeetMe() and other issues with channel softhangup.
16 years ago
Matthew Nicholson 4717c625e9 Don't store the thread id for the manager session in the structure we pass to
16 years ago
Jeff Peeler 4b11743a18 Fix CPU spike when pressing DTMF after agent login.
16 years ago
Matthew Nicholson 08fcb05bc6 Prevent buffer overflows in ast_uri_encode()
16 years ago
Tzafrir Cohen 24118f5839 Typos: recieved => received
16 years ago
Tilghman Lesher 78febf3647 Let Asterisk find better backtrace information with libbfd.
16 years ago
Sean Bright d644f402d0 Fix reference and container leaks when running 'astobj2 test.'
16 years ago
Jeff Peeler cd535276c1 Revert code that changed SSRC for DTMF.
16 years ago
Sean Bright 0135ff19ed Avoid a crash if we don't pass an argument to 'astobj2 test.'
16 years ago
Terry Wilson 59db525cc0 Initialize offset for adaptive jitter buffer
16 years ago
Tilghman Lesher 196032208f Get rid of the annoying startup and shutdown errors on OS X.
16 years ago
Olle Johansson 0876c9fbe1 Fix bugs in saying numbers using the Swedish language syntax
16 years ago
Russell Bryant f95e212afc Make Asterisk less crashy.
16 years ago
Russell Bryant 41656ad0bf Fix false reporting of an error by set_format().
16 years ago
Russell Bryant 72d3cd8b47 Handle failures building translation paths more effectively.
16 years ago
Olle Johansson 74270307c9 Fix support of saynumber(1,n) in the Swedish language
16 years ago
Richard Mudgett d32582d42f The channel redirect function (CLI or AMI) hangs up the call instead of redirecting the call.
16 years ago
Richard Mudgett b174c8f30e Dead code elimination in channel.c:ast_channel_bridge() variable who.
16 years ago
Jeff Peeler 676cb0993b I didn't mean to merge this, sorry
16 years ago
Jeff Peeler 80740e014d One small addition to 294384 found while very carefully merging to 1.6.
16 years ago
Jeff Peeler 7876a359ad Fix a deadlock in device state change processing.
16 years ago
Tilghman Lesher 8974f3a50e "!00" evaluated as false, which is incorrect. Fixing.
16 years ago
Terry Wilson 1c2445e81b Don't ignore frames that have been queued when softhangup'd
16 years ago
Tilghman Lesher 6fa0d857f5 Oops, incorrect range (although unallocated at ARIN)
16 years ago
Jeff Peeler ab95a82f60 Ensure editline cleanup occurs when Ctrl-C is pressed at control console.
16 years ago
Olle Johansson 18d5cf58ea Add documentation for undocumented option to AMI action originate
16 years ago
Jeff Peeler 8f6ca92a9d Change RFC2833 DTMF event duration on end to report actual elapsed time.
16 years ago
Jason Parker 3d130fc262 Allow a manager originate to succeed on forwarded devices.
16 years ago
Matthew Nicholson 0dab4b2303 Set the caller id on CDRs when it is set on the parent channel.
16 years ago
Brett Bryant f13325ba10 Fixes an issue with the Newchannel AMI event during the Masquerading process.
16 years ago
Tilghman Lesher b94a0e14a2 Solaris compatibility fixes
16 years ago
Russell Bryant bcd4e8787c Fix a 100% CPU consumption problem when setting console=yes in asterisk.conf.
16 years ago
Brett Bryant f9b2036d86 Add a check to fix a rare segmentation fault you'd get if ast_frdup couldn't allocate
16 years ago