Commit Graph

6985 Commits (c5623e2acdf96f3743e91fbbb44eb51a8fdb8080)
 

Author SHA1 Message Date
BJ Weschke 4e3b9d6389 Substitute variables in the post_process string (if it exists) before those variables could possibly disappear (channel hangup) #6462
20 years ago
Tilghman Lesher dbc0f5d2e2 Bug 6638 - Solaris is starting to remind me of RedHat...
20 years ago
Olle Johansson ea27f3c186 Change of URL
20 years ago
Tilghman Lesher 2dc23188a2 Bug 6638 - Use POSIX command for Solaris
20 years ago
Tilghman Lesher a4725e9c73 Bug 6638 - Change from a historic BSD command to a POSIX command for determining username
20 years ago
Tilghman Lesher 575c2bccd5 Bug 6637 - Fixes for Solaris
20 years ago
Tilghman Lesher 2d5cc8be5c If debugging, the frame pointer is helpful
20 years ago
Russell Bryant 10191fe126 fix inaccurate ack message to ChangeMonitor action (issue #6630)
20 years ago
Russell Bryant 4a391da1bd make the terminology used in the synopsis match the option description
20 years ago
Russell Bryant 86406e8ba0 add the -L option to the synopsis on the man page
20 years ago
Tilghman Lesher 536dcc2058 Bug 6615 - Fix 64bit conversion errors by using a long int
20 years ago
Tilghman Lesher c4c44af8e3 Bug 6618 - Solaris compatibility fix
20 years ago
Russell Bryant b26f150b75 fix the output that indicates whether qualify smoothing is on or not (issue #6608)
20 years ago
Russell Bryant 271ccecaf2 adjust the keys directory when astvarlibdir is specified in asterisk.conf (issue #6602)
20 years ago
Russell Bryant 0742e08800 add a missing newline in the agi app description (thanks wunderkin!)
20 years ago
Russell Bryant 34a135da3b don't try to print the help text for a CLI command when RESULT_SHOWUSAGE is
20 years ago
Russell Bryant 39139b2802 fix finding realtime peers that are not dynamic by ip address (issue #6093)
20 years ago
Russell Bryant 799247b4d5 don't hang up the channel if its state is set to UP before we return from ast_call (issue #6569)
20 years ago
Tilghman Lesher 677a22c209 Bug 5950 - reenable queue log rotation; also, eliminate redundant code
20 years ago
Matthew Fredrickson 973a1dec88 Backport of fix to translation optimizations. Thanks again file!
20 years ago
Kevin P. Fleming dfc0e65f4b factor the number of translation steps required into translation path decisions, so that equal cost paths that require fewer translations are preferred
20 years ago
Kevin P. Fleming 1e94621214 reformat code to fit guidelines
20 years ago
Kevin P. Fleming 5fbe407b98 ensure that spy frame queueing is able to deal with translation failing for any reason (issue #6546)
20 years ago
Tilghman Lesher a3ce65e5cd Oops, this was broken in 1.2, too.
20 years ago
Kevin P. Fleming fcf8040825 backport list handling fix from trunk (solves memory leak problem in cdr variables and device state watchers)
20 years ago
Kevin P. Fleming 842e9246a6 add comment warning people about trying to use hostnames/IPs in the sample config
20 years ago
Tilghman Lesher 6b682d34ff Would be nice to tell people to look in the right file to increase a constant
20 years ago
Mark Spencer 1ef0003131 Handle ACKing properly (remove gratuitous -1)
20 years ago
Mark Spencer 4e884dbd28 Fix numerous places in jitter buffer where freed memory is referenced
20 years ago
Tilghman Lesher 0a1d8918d8 Okay, fseek doesn't return an offset
20 years ago
Tilghman Lesher 3da520e492 Fix possible lack of initialization of useadsi
20 years ago
Tilghman Lesher 0a0cf51877 Bug 6539 - Division by two negates error flag
20 years ago
Tilghman Lesher cab988b595 Bug 6529 - memory leak in ast_play_and_prepend
20 years ago
Russell Bryant 507c47ffa4 fix incorrent index calculation for jitterbuffer history (issue #6517)
20 years ago
Russell Bryant 7c92ffe150 when executing the Directory application from voicemail and a context is not
20 years ago
Kevin P. Fleming f522e07cbd ensure that agents logged in via the manager interface are stored in the persistence database (related to issue #6301)
20 years ago
Kevin P. Fleming df18b234b1 handle longer ENUM lookup results (issue #6476)
20 years ago
Kevin P. Fleming 7652fdda20 ensure that FastAGI launcher can handle system call interruption (issue #6449)
20 years ago
Matt O'Gorman bab77bbab1 bug fix from 6485 with musiconhold not being turned
20 years ago
Kevin P. Fleming ce008d40a1 don't double-increment abandon counter for calls that are hung up while dialing members (issue #6289)
20 years ago
Mark Spencer 710445b5b1 Fix stopstream in menus (bug #6137)
20 years ago
BJ Weschke ba001a7d15 #ifdef the include too.
20 years ago
BJ Weschke 4f144aa5e3 #ifdef'd the prctl fix to only try and compile on linux systems. Thanks rizzo for pointing this out.
20 years ago
Kevin P. Fleming 8d66f50877 when answering INVITE, don't send codecs the peer didn't offer (issue #6052)
20 years ago
Kevin P. Fleming e0db36550e revert yesterday's temporary fix for issue #6052
20 years ago
BJ Weschke 13f4e66b14 Fixed my silly backport error from r9861
20 years ago
BJ Weschke ae8fe3738b Merged changes from r9844 from /trunk. Make sure that PR_SET_DUMPABLE is set to make certain that we still dump core if Asterisk has setuid'd to run as non-root.
20 years ago
Kevin P. Fleming b5111fb985 don't try to use peer's dynamic codec numbers, it leads to duplication (issue #6052)
20 years ago
Josh Roberson 671cde62de Don't set the formats before we stop indications. (issue #6380)
20 years ago
Russell Bryant 0ea76a52a9 fix memory leak from not destroying the scheduler context on module unload
20 years ago