aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-07-26use new canonical name for download serverkpfleming2-2/+2
2007-07-26AST_DEVMODE was defined in trunk, but not in 1.4. When Asterisk is compiledrussell2-1/+5
2007-07-26Fixes to get ast_backtrace working properly. The AST_DEVMODE macro was never ...mmichelson2-1/+5
2007-07-26Missed onetilghman1-1/+1
2007-07-26Oops, that builtin define should be all-lowercase.tilghman1-2/+2
2007-07-26Two consecutive calls to PQfinish could occur, meaning free gets called on th...mmichelson1-2/+3
2007-07-25This fix solves problem with intense squelch noise when someone joins conf in...murf1-21/+27
2007-07-25(closes issue #10303)file1-2/+10
2007-07-25chan->emulate_dtmf_duration is an unsigned int, not a signed int, so use %u i...mmichelson1-1/+1
2007-07-25so are my fingers...qwell0-0/+0
2007-07-25autotagexternals script is still obviously misbehaving...qwell0-0/+0
2007-07-25use autotagged externalsqwell0-0/+0
2007-07-25Fix autoconf logic for finding OpenH323 when it is not in the first place sea...file2-182/+47
2007-07-25set the sequence number in a frame for all frame typesrizzo1-1/+1
2007-07-25Merged revisions 76978 via svnmerge from murf1-1/+1
2007-07-24Merged revisions 76934 via svnmerge from tilghman1-1/+1
2007-07-24Found another place where we should be using the umask (thanks jcmoore)tilghman1-1/+1
2007-07-24Blocked revisions 76802 via svnmergeqwell0-0/+0
2007-07-24Don't create the Asterisk channel until we are starting the PBX on it.qwell1-16/+13
2007-07-24Added a membercount variable to call_queue struct which keeps track of the nu...mmichelson1-11/+19
2007-07-23It was our stated intention for 1.4 that files created in app_voicemail shouldtilghman1-0/+7
2007-07-23Fix some incorrect softkey labels in messages.qwell1-8/+3
2007-07-23Merged revisions 76653 via svnmerge from file1-2/+2
2007-07-23Don't try to queue up hold/unhold frames on a non-existent channel.qwell1-0/+8
2007-07-23Allow app_morsecode to build on PPC Linux by putting the value of the digit c...file1-2/+3
2007-07-23Merged revisions 76560 via svnmerge from file1-1/+8
2007-07-23(closes issue #10268)file1-1/+1
2007-07-23Use a signed integer for storing the number of bytes in the packet read fromrussell1-1/+1
2007-07-22Blocked revisions 76409 via svnmergetilghman0-0/+0
2007-07-21Merged revisions 76226 via svnmerge from russell1-0/+1
2007-07-20This patch from 10249 is worth applying! It prevents downloading sound files ...murf1-3/+3
2007-07-20Allow getting a call from an existing "sub" channel.qwell1-26/+25
2007-07-20Eliminate a compiler warning with gcc 4.2 by constifying a char *qwell1-2/+2
2007-07-20It's possible for sub->owner to be NULL here if you cancel the call immediate...qwell1-1/+1
2007-07-20When using users.conf for the entries in the directory, if multiple users had...mmichelson1-2/+9
2007-07-20Use the define that specifies the default length of an artificially createdrussell1-2/+2
2007-07-20Merged revisions 76080 via svnmerge from file1-0/+5
2007-07-20(closes issue #10246)file1-1/+4
2007-07-20Move makeannouncement variable declaration to proper place.file1-2/+2
2007-07-19Remove some duplicate code.qwell1-1/+0
2007-07-19The diff on this looks pretty big but all I did was remove a pointless if sta...mmichelson1-81/+78
2007-07-19Changes in handling return values of several functions in app_queue. This all...mmichelson1-96/+70
2007-07-19Merged revisions 75927 via svnmerge from russell1-1/+3
2007-07-18Need to make sure we set milliseconds and timestamp - pointed out by the rece...qwell1-0/+2
2007-07-18Merged revisions 75757 via svnmerge from russell1-1/+1
2007-07-18Merged revisions 75748 via svnmerge from tilghman1-1/+8
2007-07-18Umm, why are we transmitting dialtone on cfwdall?qwell1-1/+0
2007-07-18Backport GCC 4.2 fixes. Without these Asterisk won't build under devmode usin...file4-10/+7
2007-07-18Fixes for 7935/7936 conference phones.qwell1-19/+96
2007-07-18Fix issues with new 79x1 phones.qwell1-11/+20