aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-03-03Bug 6638 - Use POSIX command for Solaristilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11635 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-03Bug 6638 - Change from a historic BSD command to a POSIX command for ↵tilghman1-1/+1
determining username git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11634 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-02Bug 6637 - Fixes for Solaristilghman1-5/+8
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11609 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-02If debugging, the frame pointer is helpfultilghman1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11607 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-02fix inaccurate ack message to ChangeMonitor action (issue #6630)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11561 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-02make the terminology used in the synopsis match the option descriptionrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11530 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-02add the -L option to the synopsis on the man pagerussell1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11528 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-01Bug 6615 - Fix 64bit conversion errors by using a long inttilghman7-21/+21
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11503 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-01Bug 6618 - Solaris compatibility fixtilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11479 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-28fix the output that indicates whether qualify smoothing is on or not (issue ↵russell1-1/+1
#6608) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11410 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-28adjust the keys directory when astvarlibdir is specified in asterisk.conf ↵russell1-1/+2
(issue #6602) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11408 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-28add a missing newline in the agi app description (thanks wunderkin!)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11382 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-27don't try to print the help text for a CLI command when RESULT_SHOWUSAGE isrussell1-1/+4
returned if there is no help text available (issue #6604) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11281 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-27fix finding realtime peers that are not dynamic by ip address (issue #6093)russell1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11279 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-27don't hang up the channel if its state is set to UP before we return from ↵russell1-1/+2
ast_call (issue #6569) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11250 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-26Bug 5950 - reenable queue log rotation; also, eliminate redundant codetilghman2-97/+82
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11165 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-25Backport of fix to translation optimizations. Thanks again file!mattf1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11120 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-25factor the number of translation steps required into translation path ↵kpfleming1-12/+25
decisions, so that equal cost paths that require fewer translations are preferred git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11089 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-25reformat code to fit guidelineskpfleming1-34/+41
remember which translation paths are multi-step paths git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11062 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-25ensure that spy frame queueing is able to deal with translation failing for ↵kpfleming1-1/+6
any reason (issue #6546) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11058 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-23Oops, this was broken in 1.2, too.tilghman1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@10952 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-23backport list handling fix from trunk (solves memory leak problem in cdr ↵kpfleming2-3/+5
variables and device state watchers) remove unusued variable to silence compiler warning git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@10863 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-22add comment warning people about trying to use hostnames/IPs in the sample ↵kpfleming1-0/+5
config git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@10736 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-20Would be nice to tell people to look in the right file to increase a constanttilghman1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@10577 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-20Handle ACKing properly (remove gratuitous -1)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@10535 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-20Fix numerous places in jitter buffer where freed memory is referencedmarkster1-15/+25
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@10511 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-19Okay, fseek doesn't return an offsettilghman1-7/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@10487 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-19Fix possible lack of initialization of useadsitilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@10464 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-19Bug 6539 - Division by two negates error flagtilghman1-1/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@10462 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-18Bug 6529 - memory leak in ast_play_and_prependtilghman1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@10409 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-17fix incorrent index calculation for jitterbuffer history (issue #6517)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@10368 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-16when executing the Directory application from voicemail and a context is notrussell1-2/+2
specified, use the "default" context, not the channel's current context (issue #6507) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@10301 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15ensure that agents logged in via the manager interface are stored in the ↵kpfleming1-0/+2
persistence database (related to issue #6301) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@10137 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15handle longer ENUM lookup results (issue #6476)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@10110 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15ensure that FastAGI launcher can handle system call interruption (issue #6449)kpfleming1-9/+15
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@10108 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14bug fix from 6485 with musiconhold not being turnedmogorman1-0/+4
off by app_meetme git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@10021 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14don't double-increment abandon counter for calls that are hung up while ↵kpfleming1-2/+1
dialing members (issue #6289) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@10018 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14Fix stopstream in menus (bug #6137)markster1-4/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@9990 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14#ifdef the include too.bweschke1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@9964 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 #ifdef'd the prctl fix to only try and compile on linux systems. Thanks ↵bweschke1-0/+4
rizzo for pointing this out. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@9961 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14when answering INVITE, don't send codecs the peer didn't offer (issue #6052)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@9958 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14revert yesterday's temporary fix for issue #6052kpfleming1-1/+12
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@9953 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 Fixed my silly backport error from r9861bweschke1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@9870 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 Merged changes from r9844 from /trunk. Make sure that PR_SET_DUMPABLE is ↵bweschke1-0/+7
set to make certain that we still dump core if Asterisk has setuid'd to run as non-root. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@9861 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14don't try to use peer's dynamic codec numbers, it leads to duplication ↵kpfleming1-12/+1
(issue #6052) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@9818 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-13Don't set the formats before we stop indications. (issue #6380)twisted1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@9756 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11fix memory leak from not destroying the scheduler context on module unloadrussell4-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@9609 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11fix due to CDR changesrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@9607 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11now that CDR is a loadable module, don't depend on it elsewhere (issue #6460)russell7-38/+46
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@9581 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11clean up my mess from thread-starting changekpfleming2-3/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@9528 f38db490-d61c-443f-a65b-d21fe96a405b