aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-07-05add man pages for autosupport and safe_asterisk scripts (bug #4642)kpfleming3-0/+105
2005-07-05actually _install_ the astgenkey man pagekpfleming1-0/+1
2005-07-05add function to convert a cause code to a stringrussell7-12/+84
2005-07-05reset regattempts counter after successful registration (bug #4634)kpfleming1-4/+5
2005-07-05fix up warnings (bug #4638)kpfleming1-2/+1
2005-07-05use proper shebang line in autosupport script, at proper location (bug #4640)kpfleming1-1/+1
2005-07-05don't unlink files just because they can't be opened (bug #4641)kpfleming1-86/+94
2005-07-05print out which format was bigger than MAX_FORMATrussell1-3/+7
2005-07-04Added fix so that wctdm interface will start out in correct statejim1-2/+4
2005-06-30Apply NODIR Patch (Bug #4619)anthm1-10/+15
2005-06-29Fix for bug 4347. Also breaking redirectingreason interpretation routine int...mattf1-22/+37
2005-06-28UK discconnect tone detection support. Need to enable callprogress inmattf2-1/+22
2005-06-24add new header fileskpfleming3-0/+280
2005-06-24split up string/time functions into separate header fileskpfleming6-288/+62
2005-06-24un-break three-way callingkpfleming1-1/+1
2005-06-24'9' doesn't fall there anymore ...russell1-1/+1
2005-06-24no need to call srand() when it is already called in asterisk.crussell1-3/+0
2005-06-24add man pages (bug #4515)kpfleming2-0/+231
2005-06-24actually get the host's name for the code that needs it (bug #4569)kpfleming1-4/+1
2005-06-24add conditional operator to expression parser, and various cleanups (bug #4459)kpfleming3-23/+81
2005-06-24ensure that 'zap show status' always generates output, even when there are no...kpfleming1-0/+1
2005-06-24update to current loader API (bug #4574)kpfleming1-2/+2
2005-06-24don't use locks when reading usecounts (reading only, not writing)kpfleming19-94/+18
2005-06-24fix outgoing format selection breakagekpfleming1-2/+2
2005-06-23make inlinable functions only need the function body in one file, and respond...kpfleming2-63/+48
2005-06-23support cancellation of attended transfers using the defined disconnect code ...kpfleming1-5/+185
2005-06-23fix typo in descriptionrussell1-1/+1
2005-06-23optimize ast_recvchar/ast_recvtext (bug #4591)kpfleming1-50/+25
2005-06-23let's try allocating the proper amount of memory...kpfleming1-1/+1
2005-06-23Okay ;)markster1-0/+1
2005-06-23support Swedish grammar for voicemail message counts (bug #4227)kpfleming1-1/+10
2005-06-23don't repeat a command during 'make install' (bug #4582)kpfleming1-1/+0
2005-06-23don't take locks when reading usecounts, they are not necessary (bug #4585)kpfleming12-96/+12
2005-06-23make 'transfer to busy' support a configurable option, and make it _only_ sho...kpfleming2-13/+21
2005-06-23Fix debugging to not print warningsmarkster1-14/+14
2005-06-22/ fix for bug 4550bkramer2-6/+20
2005-06-22fix a typorussell1-1/+1
2005-06-22it's actually the parser for the language, not a configuration file ... :)russell1-1/+1
2005-06-22add some information on what the user must do to start using AELrussell1-0/+19
2005-06-22Fix SIP with OSPmarkster1-1/+1
2005-06-22fix macro usage examples (bug #4579)kpfleming1-2/+2
2005-06-22fix goto examples (bug #4578)kpfleming1-6/+6
2005-06-22correct goto examples (bug #4576)kpfleming1-4/+4
2005-06-22clean up macro example (bug #4572)kpfleming1-2/+2
2005-06-22make SIP registration accept RFC non-compliant Digest headers (bug #4577)kpfleming1-1/+1
2005-06-22allow PROC to be supplied on the make command line (bug #4570)kpfleming1-1/+1
2005-06-21correct callwaiting tones for de and dk zones (bug #4519)kpfleming1-2/+2
2005-06-21various speex fixes (bug #4253)kpfleming1-7/+8
2005-06-21add channel CLID info in manager Link event (bug #4548 with minor mod)kpfleming2-13/+24
2005-06-21fix segfault when no CLID number is present (bug #4566)kpfleming1-34/+27