aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-16Enable applications to enable/disable digit and tone detection.kpfleming1-0/+50
2009-06-16Merged revisions 200991 via svnmerge from kpfleming3-15/+31
2009-06-16add FILE_STORAGE to Voicemail Build Optionsmvanbaak1-0/+7
2009-06-15Last batch of 'static' qualifiers for module-level global variables.kpfleming14-39/+37
2009-06-15Redesigned 'optional API' support.kpfleming3-19/+13
2009-06-12Fix some bad locking stemming from trying to forward a call to a non-existentmmichelson1-1/+3
2009-06-12Fix a potential crash from trying to access a NULL channel pointer.mmichelson1-3/+5
2009-06-07Move OSP* applications static documentation to XML.eliel1-64/+170
2009-06-07Move application ExternalIVR static documentation to XML.eliel1-20/+44
2009-06-07Global var cleanup - constification and removing unused vars.russell21-36/+35
2009-06-06Move AGI command 'gosub' static documentation to XML.eliel1-6/+16
2009-06-06Move function MEETME_INFO documentation to XML.eliel1-9/+34
2009-06-06Move function MINIVMACCOUNT and MINIVMCOUNTER static documentation to XML.eliel1-28/+93
2009-06-06minor tweakrussell1-1/+1
2009-06-06Constify a string and strip trailing whitespace.russell1-23/+24
2009-06-03ast_call_forward() todo notes and originate flag copy.dvossel2-0/+4
2009-06-01Add the ability to execute connected line interception macros.mmichelson4-18/+35
2009-06-01Remove extra lock from app_queue.mmichelson1-1/+0