aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-10When the Echo() application receives the digit '#', echo that back as well.russell1-0/+2
2007-02-09add some inter-module dependencieskpfleming2-0/+10
2007-02-09Temporarily change musicclass on channel to one specified in Dial so that the...file1-1/+11
2007-02-08Fix timeout issue when utterance is longer then timeout itself.file1-2/+3
2007-02-08Merged revisions 53529 via svnmerge from tilghman1-2/+2
2007-02-07Directly load say.conf in load_module instead of calling the reload function....file1-1/+1
2007-02-07Merged revisions 53354 via svnmerge from tilghman1-2/+10
2007-02-05Ensure say_cfg is NULL when the module is loaded. (issue #8946 reported by ju...file1-1/+1
2007-02-05Unregister Playback CLI commands as well as dialplan application. (issue #894...file1-0/+2
2007-02-03Merged revisions 53133 via svnmerge from russell1-4/+9
2007-02-02 I'm baaaaaaaaaack. :)bweschke1-0/+4
2007-02-01Change debug level for state change message that is not really informative wh...oej1-1/+1
2007-01-31Merged revisions 53045 via svnmerge from russell3-0/+7
2007-01-31Remove an extra \r\n from manager user events. (issue #8955, mnicholson)russell1-1/+1
2007-01-31Only changed the paused status in an existing queue member if the pausedrussell1-1/+2
2007-01-31Instead of always creating a realtime queue member as unpaused, read therussell1-3/+12
2007-01-29Merged revisions 52716 via svnmerge from file1-1/+1
2007-01-29Use ast_calloc instead of malloc.file1-4/+2