aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-12-13correct broken math in tvfix() for timestamp values over one millionkpfleming1-2/+2
2005-12-13restore ability of caller to hangup calls that are still ringing (issue #5839)kpfleming1-1/+1
2005-12-13ensure that hangups while incoming calls are in early state are handled prope...kpfleming2-1/+4
2005-12-13only report AGENT_IDLE for callback mode agents when they are actually idle (...kpfleming1-1/+1
2005-12-13use the stream's current point when pausing/unpausing, instead of elapsed tim...kpfleming1-32/+20
2005-12-12set all the child file descriptors to non-blocking so that we don't hang if t...kpfleming1-2/+4
2005-12-12Typotilghman1-1/+1
2005-12-11silence a couple of compiler warnings about pointer signednessrussell1-2/+2
2005-12-11Bug 5965 - major bug in AST_LIST_REMOVEtilghman1-4/+5
2005-12-11Bug 5967tilghman1-1/+1
2005-12-10 Bug #5877bweschke1-0/+3
2005-12-08Bug 5960tilghman1-2/+2
2005-12-08Documenting two keywords that were previously missingtilghman1-5/+16
2005-12-08initialize the buffer before using it...kpfleming1-1/+1
2005-12-07ensure that hints are allowed to use global variable referenceskpfleming1-0/+10
2005-12-06ensure that sound/music files are handled as binarykpfleming0-0/+0
2005-12-06replace with unmodified filekpfleming1-0/+0
2005-12-06_really_ don't mess with line endingskpfleming0-0/+0
2005-12-06don't try to expand keywords in this filekpfleming0-0/+0
2005-12-06set this file to binary mode, so it won't be mangled on export/checkoutkpfleming0-0/+0
2005-12-05remove ASTERISKVERSIONNUM from the version string given to doxygenrussell1-1/+1
2005-12-05don't delete dynamic queue members when reloading the static members from a r...russell1-2/+3
2005-12-05fix the order of arguments to an error message (issue #5927)russell1-1/+1
2005-12-04use a more efficient way to get the revision number, that will also report if...kpfleming1-1/+1
2005-12-03Bug 5925: check for "Unknown", as that's what app_voicemail puts into the fie...tilghman1-4/+3
2005-12-03Documenting the default registerattempts setting as 0, continue hammering the...oej1-1/+1
2005-12-02Turn on executable bits for startup scripts, and fix bash var interpolation f...tilghman6-3/+8
2005-12-02Bug #5907. Improve SIP INFO DTMF debugging output. (1.2 & Trunk)oej1-2/+4
2005-12-02inherit channel variables into channels created by Page() application (issue ...kpfleming2-2/+30
2005-12-02allow previous context-searching behavior to be used if desired (issue #5899)kpfleming3-10/+22
2005-12-02properly handle password changes when mailbox is last line of config file and...kpfleming1-70/+68
2005-12-02protect agent_bridgedchannel() from segfaulting when there is no bridged chan...kpfleming1-7/+8
2005-12-02allow variables to exist on both 'halves' of the Local channel (issue #5810)kpfleming1-3/+18
2005-12-01don't block waiting for the Festival server forever when it goes away (issue ...kpfleming1-1/+13
2005-12-01ensure channel's scheduling context is freed (issue #5788)kpfleming1-2/+7
2005-12-01Makefile 'update' target now supports updating from Subversion repositories (...kpfleming1-66/+10
2005-12-01Changing bug report address to the Asterisk issue trackeroej1-1/+4
2005-12-01Removing references to 1.1dev, replacing with 1.2, in documentation files.oej2-3/+3
2005-12-01Fixing some spelling errors, as well as changing "cvs" to "subversion" in mis...oej1-48/+54
2005-12-01ensure that 'svn info' output is in the expected language for the script to p...kpfleming1-2/+2
2005-12-01use ast_app_separate_args to split arguments (issue #5686)russell1-9/+11
2005-12-01fix queue weight feature - compare member interfaces instead of pointers torussell1-1/+1
2005-12-01use '=' instead of '==' for string comparisons. /bin/bash is ok with this, butrussell1-4/+4
2005-11-30remove outdated redhat init script and provide the updated one in 'make rpm' ...russell2-46/+1
2005-11-30Comment out LD_ASSUME_KERNEL by default.russell2-9/+34
2005-11-30fix DIALEDTIME when call has not been answered (issue #5862)russell1-6/+7
2005-11-30do not allow an rtp message with zero type (issue #5749)russell1-1/+1
2005-11-30fix hint case sensitivity (issue #5856)russell1-1/+1
2005-11-30add description of the "fromdomain" option (issue #5874)russell1-0/+8
2005-11-30backport fix from trunktwisted3-2/+14