aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2006-12-26Get rid of a needless memory allocation and only create a conference structur...file1-10/+6
2006-12-20vms doesn't exist on non-IMAP storage builds.file1-1/+5
2006-12-19Pass 'vms' pointer to record_and_review so it is then passed to the IMAP stor...file1-13/+12
2006-12-19Merged revisions 48584 via svnmerge from file1-0/+3
2006-12-19fix a bogus datalen in the frames generated by app_smsrizzo1-1/+1
2006-12-12Use S_OR in my previous app_voicemail. This is the way it should have been done.file1-5/+5
2006-12-11Merged revisions 48394 via svnmerge from mogorman1-1/+1
2006-12-11Return non-existant callerid handling to that which it was before. In 1.4 and...file1-5/+5
2006-12-11Use the correct API call to say a device state changed. (Yes, I'm a nub.)file1-1/+1
2006-12-11Don't access the conference structure after it has been freed.file1-6/+7
2006-12-11Merged revisions 48374 via svnmerge from tilghman6-17/+74
2006-12-05Oops, forgot to release the odbc handletilghman1-0/+1
2006-12-05Merged revisions 48251 via svnmerge from tilghman1-14/+16
2006-12-04Fix an issue which didn't allow unavail/greet/busy/etc messages from being sa...qwell1-0/+2
2006-12-01Merged revisions 48192 via svnmerge from kpfleming1-0/+1
2006-11-29Use MAILTMPLEN instead of sizeof in mm_login. (issue #8420 reported by slimey)file1-3/+4
2006-11-29Don't crash if the mailstream was not created.file1-1/+1
2006-11-27Merged revisions 48053 via svnmerge from file1-14/+5
2006-11-20Oops, merge missed release of odbc objecttilghman1-0/+1
2006-11-20Merged revisions 47862 via svnmerge from tilghman1-2/+7
2006-11-20Use a separate variable in the channel structure to store the context that th...file2-4/+4
2006-11-16Fix a couple of typos. Initially pointed out by mrobinson.qwell2-2/+2
2006-11-16Don't unreference the SLA object if there is no SLA object in the devicestate...file1-0/+4
2006-11-15Fix ODBC_STORAGE for when context is NULLtilghman1-1/+1
2006-11-15Merged revisions 47677 via svnmerge from kpfleming1-8/+47
2006-11-14Merged revisions 47631 via svnmerge from file1-1/+1
2006-11-14Conversion of res_odbc API to include ast_ prefix did not completely transiti...tilghman1-88/+89
2006-11-14Use LOG_DEBUG to print out the indication that app_amd is using default setti...file1-2/+2
2006-11-13Merged revisions 47549 via svnmerge from file1-1/+1
2006-11-10Only split up extension and context if a value exists. (issue #8332 reported ...file1-1/+2
2006-11-10if adding a queue member is LOG_NOTICE, then removing them should be LOG_NOTI...kpfleming1-1/+1
2006-11-10reflect addition/removal of dynamic queue members in queue_log, so that peopl...kpfleming1-0/+6
2006-11-09Do conversion in a more easier to read and working way for \r, \n, and \t. (i...file1-8/+16
2006-11-09Work around an issue that caused menuselect to display a bogus description forrussell1-0/+4
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to solv...murf1-6/+6
2006-11-07large overhaul to voicemail imap support. Allows support for more imap servers,mogorman1-497/+619
2006-11-02More changes making the CLI more consistent with "category verb arguments" (c...tilghman1-5/+5
2006-11-02Reverse change of "show" to "list" and make several other commands more consi...tilghman2-24/+15
2006-10-30spelling typomogorman1-2/+2
2006-10-30formatting fix.mogorman1-16/+16
2006-10-30Issue #8246 - Doxygen fixes from kshumard. oej1-0/+1
2006-10-27We should always be using _exit() after a fork() or vfork() instead of exit().russell1-1/+1
2006-10-26Fix small formatting issue, that causes misaligned lineqwell1-1/+1
2006-10-25update warning message to include "agi" option (issue #8225, jmls)russell1-1/+1
2006-10-25apparently developers are still not aware that they should be use ast_copy_st...kpfleming9-154/+123
2006-10-24Fix the descriptions of some of the MeetMeAdmin options (issue #8098, mflorell)russell1-2/+2
2006-10-19Merged revisions 45691 via svnmerge from file1-2/+2
2006-10-16Backport of new directed pickup (BE-85).file2-76/+98
2006-10-13Merged revisions 45060 via svnmerge from file1-0/+15
2006-10-13Move say.conf existence check to do_say function since it is called from mult...file1-5/+3