aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-07-08make this call to socket() consistent with the rest of them in Asteriskrussell1-1/+1
2005-07-07super crazy ast_copy_string conversion madness!russell1-6/+6
2005-07-07add path-locking to voicemail CGI app (bug #4304)kpfleming1-30/+105
2005-07-07more fun with ast_copy_stringrussell1-24/+25
2005-07-07ensure that "completed calls" counter is updated properly (bug #4575)kpfleming1-1/+0
2005-07-07ast_copy_string conversionkpfleming1-92/+95
2005-07-07more ast_copy_string conversionsrussell1-15/+15
2005-07-07allow user-configurable date formats in voicemail message body (bug #4554)kpfleming2-1/+16
2005-07-07ensure that mailbox numbers are read correctly from password files (bug #4655)kpfleming1-0/+5
2005-07-07ensure that conference created by new caller who fails to enter a PIN is dest...kpfleming1-32/+52
2005-07-07make CLI output use singular/plural when appropriate (bug #4654)kpfleming9-17/+17
2005-07-07Hardcode urgent messages option in Voice-Message to 0malcolmd1-1/+1
2005-07-06ensure that AGENTBYCALLERID is set for agents being reloaded from persistent ...kpfleming1-2/+3
2005-07-06don't segfault when peer doesn't send Referred-By (bug #4588)kpfleming1-4/+7
2005-07-06ensure buffer policy is restored after RAS is done with a channel (bug #4589,...kpfleming1-15/+12
2005-07-06remember CallerID in AgentCallbackLogin, so it can be used at logoff timekpfleming1-16/+46
2005-07-05don't write frames out to channel until after sending them to spies and/or mo...kpfleming1-2/+2
2005-07-05add support for 'early loading' modules, so that nearly all configuration fil...kpfleming6-15/+70
2005-07-05add new file to ignorekpfleming1-0/+1
2005-07-05clean up find_engine()kpfleming1-13/+11
2005-07-05ensure that filesize-triggered reloads don't recurse (bug #4621, with mods)kpfleming1-4/+5
2005-07-05ensure that text frames are copied correctly even if they are not null-termin...kpfleming1-1/+1
2005-07-05make editline build properly on cygwin (bug #4624)kpfleming4-3/+54
2005-07-05don't force autofallthrough to on (bug #4599)kpfleming1-1/+0
2005-07-05ensure that abandoned calls are recorded that way (bug #4644)kpfleming1-3/+11
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