aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2009-09-04Merged revisions 216430 via svnmerge from oej2-2/+10
2009-09-02Merged revisions 215270 via svnmerge from dhubbard1-3/+5
2009-08-24Fix storage of greetings when using IMAP_STORAGEjpeeler1-5/+8
2009-08-21Ensure that realtime mailboxes properly report status on subscription.kpfleming1-13/+18
2009-08-20Add original position, when logging a caller entering a queue.tilghman1-2/+2
2009-08-20Fix greeting retrieval from IMAPjpeeler1-4/+15
2009-08-20Merged revisions 213283 via svnmerge from jpeeler1-0/+20
2009-08-19Merged revisions 213103 via svnmerge from dvossel1-2/+2
2009-08-18Small doxygen changesoej1-12/+14
2009-08-17Check the return value of opendir(3), or we may crash.tilghman1-1/+4
2009-08-12Merged revisions 211953 via svnmerge from mnicholson1-1/+3
2009-08-10AST-2009-005tilghman27-116/+128
2009-08-09Check for NULL frame, before dereferencing pointer.tilghman1-1/+6
2009-08-07Merged revisions 211038 via svnmerge from tilghman1-2/+2
2009-08-06Allow Gosub to recognize quote delimiters without consuming them.tilghman1-4/+4
2009-08-06Minor improvements to app_fax.kpfleming1-33/+36
2009-08-01Merged revisions 209838 via svnmerge from russell1-7/+2
2009-07-30Fixes numerous spelling errors. Patch submitted by alecdavis.dbrooks2-2/+2
2009-07-27Cleanup T.38 negotiation changes.kpfleming1-5/+9
2009-07-27Make T.38 switchover in ReceiveFAX synchronous.kpfleming1-56/+76
2009-07-27Fixing typos. Replaces "recieved" with "received" and "initilize" with "initi...dbrooks1-1/+1
2009-07-24Merged revisions 208592 via svnmerge from russell1-1/+0
2009-07-23Rework of T.38 negotiation and UDPTL API to address interoperability problemskpfleming1-14/+13
2009-07-22Restore an int declaration on PPC platforms.qwell1-0/+1
2009-07-22Fix the crash in directed pickups. For real this time.mmichelson1-1/+3
2009-07-20Okay, that didn't fix the crash. It didn't really do anything useful.mmichelson1-1/+0
2009-07-20Initialize connected line instance when doing a directed pickup.mmichelson1-0/+1
2009-07-18Flag field in wrong position.tilghman1-1/+1
2009-07-14Document all meetme realtime fields, and in the process, make some field leng...tilghman1-8/+8
2009-07-14I AM A TERRIBLE PERSONmmichelson1-2/+2
2009-07-14Reset the sentringing indication when redirects occur.mmichelson1-0/+2
2009-07-13Remove reference to non-existent help filetilghman1-4/+1
2009-07-10Eliminate extraneous LOG_DEBUG messages generated by app_fax.kpfleming1-35/+40
2009-07-10Fix some remaining T.38 negotiation problems in app_fax.kpfleming1-9/+8
2009-07-09Repair ability of SendFAX/ReceiveFAX to respond to T.38 switchover.kpfleming1-2/+19
2009-07-08Merged revisions 205349 via svnmerge from mmichelson1-2/+3
2009-07-01A bunch of CODING_GUIDELINES related fixes. Not even close to done.seanbright1-264/+264
2009-06-30Remove an unnecessary #ifdefseanbright1-4/+0
2009-06-30Recorded merge of revisions 204469 via svnmerge from tilghman1-10/+10
2009-06-29A few const changes in app_meetme.c that I noticed while browsing the source.seanbright1-5/+7
2009-06-29Get app_rpt compiling again. I doubt seriously that it actually works.seanbright1-62/+72
2009-06-26Add 's' option to ChanSpy, which makes the app exit when no channels are left...russell1-0/+11
2009-06-26Fixing voicemail's error in checking max silence vs min message lengthdbrooks1-2/+4
2009-06-26Improve T.38 negotiation by exchanging session parameters between application...file1-17/+29
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell11-24/+133
2009-06-20Fix version detection for API changes in spandsp.seanbright1-2/+2
2009-06-18One of the changes in 1.6.1 was to allow app_directory to use functionalitytilghman1-2/+0
2009-06-18fixes some memory leaks and redundant conditionsdvossel1-17/+7
2009-06-17Initialize additional variables, to prevent a possible crash.tilghman1-1/+2
2009-06-17Merged revisions 201423 via svnmerge from dvossel1-15/+121