aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2007-03-18 Don't return a non-zero return code if the profile doesn't exist, to match w...bweschke1-1/+1
2007-03-16Wait for the async thread to exit when hanging up all of the paged phones und...file1-3/+2
2007-03-16Making these documentation changes in the 1.4 branch upset various people, sorussell1-7/+7
2007-03-15Expand deprecation warnings from simply warning on use to the builtin documen...tilghman3-4/+9
2007-03-15Merge changes from svn/asterisk/team/russell/LaTeX_docs.russell1-7/+7
2007-03-14By default, don't attempt to do any CallerID handling at all with SLA becauserussell1-4/+11
2007-03-13Ensure that the blinky lights show that the trunk stopped ringing when therussell1-0/+3
2007-03-10Make the compiler happy and initialize a variable.russell1-1/+1
2007-03-09Fix spelling of unavailable in voicemail documentation. (issue #9248 reported...file1-1/+1
2007-03-08Hang up the channel that put the call on hold in the event processing thread torussell1-6/+5
2007-03-08Refactor hold handling a bit so that it does not require keeping the call uprussell1-38/+41
2007-03-08fix a compiler warning, and overwriting 'res' valuekpfleming1-6/+6
2007-03-05Don't create a listen channel and record the conference unless the option is ...file1-17/+16
2007-03-05Merged revisions 57869 via svnmerge from file1-8/+8
2007-03-03Merged revisions 57648 via svnmerge from tilghman1-0/+4
2007-03-01Merge changes from svn/asterisk/team/russell/sla_updatesrussell1-25/+16
2007-02-28Merge more changes from svn/asterisk/team/russell/sla_updatesrussell1-13/+99
2007-02-28Minor formatting changerussell1-7/+7
2007-02-28Merge changes from svn/asterisk/team/russell/sla_updatesrussell1-9/+26
2007-02-28Merge current set of changes from svn/asterisk/team/russell/sla_updatesrussell1-149/+457
2007-02-28Picky compiler...file1-1/+1
2007-02-28Better handle timeouts when the individual speaks after everything has been p...file1-3/+4
2007-02-27Fix voicemail email attachments. I missed the conversion of one of the linerussell1-2/+2
2007-02-26Picky, picky... show deprecation warning in application help, too (reported v...tilghman2-2/+6
2007-02-26Update app_record documentation to use new CLI command, core show file format...file1-1/+1
2007-02-26Move a comment to be in the correct struct.russell1-3/+3
2007-02-23The IMAP storage code uses the same code to build the email that is used whenrussell1-41/+47
2007-02-22Merge changes from team/russell/sla_updates.russell1-285/+664
2007-02-21Merged revisions 55956 via svnmerge from file1-2/+2
2007-02-21Simplify the last change to app_meetme, and move the call to dispose_conf()russell1-2/+0
2007-02-21Only dispose of the conference if one was created.file1-2/+4
2007-02-21Only start playing the next file if we have not been quieted.file1-1/+1
2007-02-21Improve the reference counting to fix bugs where people report seeingrussell1-43/+53
2007-02-21Better handle dropped IMAP connections. (issue #9054 reported by bsmithurst)file1-2/+2
2007-02-19Merged revisions 55434 via svnmerge from tilghman1-9/+16
2007-02-18Merged revisions 55277 via svnmerge from oej1-1/+2
2007-02-17Add missing membername option to AddQueueMember documentation. (issue #9088 r...file1-1/+1
2007-02-17Merged revisions 55153 via svnmerge from file1-0/+1
2007-02-17Make the 'i' option of Queue actually work. (issue #8986 reported by utis)file1-1/+4
2007-02-16Merged revisions 55005 via svnmerge from russell1-56/+37
2007-02-16Merged revisions 54955 via svnmerge from russell1-37/+56
2007-02-16Need to check macro extension as well as macro context for directed pickup.file1-1/+4
2007-02-16Allow directed pickup to pick up the real context instead of the macro contex...file1-1/+4
2007-02-16Don't let dtmf leak over into the engine and let it skew the results... also ...file1-26/+30
2007-02-15Merged revisions 54622 via svnmerge from file1-9/+13
2007-02-14Forward begin DTMF frames as well as end. (issue #9068 reported by mhardeman)file1-2/+2
2007-02-12- Add the ability to register a callback to monitor state changes in anrussell2-3/+3
2007-02-10Much simpler than previous one ;-)pcadach1-15/+8
2007-02-10Add some output for "show application SLAStation/SLATrunk"russell1-2/+13
2007-02-10Merge team/russell/sla_rewriterussell1-514/+1329