aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2008-07-15Merged revisions 130959 via svnmerge from tilghman1-1/+1
2008-07-15Fix memory leak in app_queue when a device state is changed but it isn't bbryant1-0/+1
2008-07-14Merged revisions 130792 via svnmerge from mmichelson1-6/+7
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENbbryant3-7/+7
2008-07-10Removed the fn2 field from the vm_state structure.mmichelson1-13/+7
2008-07-10Fixes a bug where the interface for a queue member gets reloaded as the state...bbryant1-3/+3
2008-07-08Fix compilation error when IMAP storage is enabledmmichelson1-1/+1
2008-07-08Merged revisions 129149 via svnmerge from tilghman1-0/+1
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.bbryant3-6/+6
2008-07-08Update app_fax for better compatibility with spandsp 0.0.5. Add a call torussell1-7/+7
2008-07-08Merged revisions 128856 via svnmerge from tilghman1-3/+7
2008-07-07Merged revisions 128812 via svnmerge from tilghman1-3/+3
2008-07-07Crapmmichelson1-1/+1
2008-07-07If imapfolder=foo were set in voicemail.conf, then when calling VoiceMailMain,mmichelson1-2/+6
2008-07-07Get app_voicemail compiling when IMAP storage is used.mmichelson1-12/+12
2008-07-03Merged revisions 127892,127895 via svnmerge from kpfleming1-5/+0
2008-07-03Make change proposed by andrew53 on bugtrackermmichelson1-1/+1
2008-07-03Thanks to a suggestion from seanbright, print a warning if the attachmentmmichelson1-2/+6
2008-07-03Fix buildmmichelson1-1/+1
2008-07-03Fix a crash when attempting to spy on an unbridged channel.mmichelson1-6/+9
2008-07-03Added a new option, "timeoutpriority" to queues.conf. A detailedmmichelson1-2/+15
2008-07-02Oopstilghman1-1/+1
2008-07-02Keep ast_app_inboxcount API compatible with 1.6.0.tilghman1-19/+39
2008-07-02Fix some crashlike bugs because flag could be NULL in play_record_review().tilghman1-8/+14
2008-07-01Merged revisions 127244 via svnmerge from mmichelson1-2/+2
2008-07-01another minor ast_channel memory size decrease... for nearly all channels, 'd...kpfleming2-10/+4
2008-06-30fix an uninitialized variablerizzo1-0/+1
2008-06-27Remove debug messagemmichelson1-1/+0
2008-06-27Ensure the thread-safety of the monexec variable in app_queue.mmichelson1-1/+6
2008-06-27Make this compile with dev-mode onmmichelson1-1/+1
2008-06-27The monitor-join option for queues was deprecated in favor of usingmmichelson1-1/+5
2008-06-26Improve consistency between app_dial and app_queue with regardsmmichelson1-2/+0
2008-06-26Fix a really stupid mistakemmichelson1-1/+1
2008-06-26Merged revisions 125585 via svnmerge from mmichelson1-0/+3
2008-06-26Merged revisions 125476 via svnmerge from mmichelson1-5/+19
2008-06-26Don't play "your message has been saved" twice.tilghman1-1/+5
2008-06-25Merged revisions 125132 via svnmerge from kpfleming6-12/+8
2008-06-24Merged revisions 124910 via svnmerge from tilghman1-13/+38
2008-06-22Let app_rpt compile.seanbright1-2/+1
2008-06-22Merged revisions 124540 via svnmerge from murf1-3/+3
2008-06-20Merged revisions 124450 via svnmerge from tilghman1-1/+1
2008-06-19Fix attachment behavior when using IMAP storage for voicemailsmmichelson1-4/+3
2008-06-19Older versions of GNU gcc do not allow 'NULL' as sentinel.mvanbaak4-26/+26
2008-06-19Merged revisions 124112 via svnmerge from mmichelson1-1/+27
2008-06-19Forwarding non-urgent IMAP messages could inadvertently cause the messagesmmichelson1-5/+9
2008-06-19Missing commatilghman1-1/+1
2008-06-19Include original position in TRANSFER entries written to queue_log.seanbright1-4/+4
2008-06-18A portion of the code which handled the 'c' queue option had beenmmichelson1-1/+4
2008-06-18Silly pointers. This fixes a memory corruption I introducedmmichelson1-1/+1
2008-06-18Channel lock janitor -- add locks around retrieval of channel variablestilghman1-13/+43