aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-29this is for 8778 (pt_BR backport to 1.4). It was committed to trunk via 7663....murf1-2/+55
2007-01-29Set quota information to 0 when creating a vm_state. (issue #8924 reported by...file1-0/+2
2007-01-27Merged revisions 52415 via svnmerge from file1-4/+4
2007-01-25Merged revisions 52162 via svnmerge from file1-1/+2
2007-01-25By suggestion from kpfleming last week, change "vmpassword" to "vmsecret".russell1-7/+7
2007-01-24Merge in dialing API and the app_page that uses it. (issue #BE-118)file1-75/+50
2007-01-24Merged revisions 51828 via svnmerge from russell1-1/+1
2007-01-22Merged revisions 51406 via svnmerge from file1-27/+32
2007-01-20Remove an unused instance of an unnamed enum.russell1-1/+1
2007-01-19Remove another duplicated definitionrussell1-1/+0
2007-01-19Remove a variable that was declared twice.russell1-3/+0
2007-01-18Add some more checks for option_debug before ast_log(LOG_DEBUG, ...) calls.qwell1-44/+88
2007-01-18Only start timeout once we reach the end of the files to play back.file1-1/+1
2007-01-18Build the IMAP remote directory string better and properly. Fix an issue with...file1-8/+18
2007-01-17re-add "password" for realtime voicemailqwell1-1/+1
2007-01-17a few more coding style cleanups and one bug fix (from AnthonyL)kpfleming1-22/+6
2007-01-16Fix an issue with IMAP storage and realtime voicemail.qwell1-0/+34
2007-01-16Merged revisions 51158 via svnmerge from tilghman1-5/+4
2007-01-16minor things i missed before i get jumped onmogorman1-8/+13
2007-01-16Patch allows for changing voicemail password in users.conf from voicemail mai...mogorman1-119/+77
2007-01-15Merged revisions 50946 via svnmerge from mogorman1-4/+8
2007-01-10Merge speech-multi branch which adds support for joining multiple sound files...file1-28/+25
2007-01-10Merged revisions 50295 via svnmerge from file1-5/+15
2007-01-09Merged revisions 50150 via svnmerge from tilghman1-2/+24
2007-01-08Fix an issue with voicemail and users.conf, where it wouldn't ever parse a pa...qwell1-1/+1
2007-01-08we can't unlock a channel if we cant find it. - AnthonyL bug #8741mogorman1-1/+0
2007-01-07Merged revisions 49833 via svnmerge from tilghman1-1/+2
2007-01-05reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most ...kpfleming4-33/+33
2007-01-04Merged revisions 49447 via svnmerge from mogorman1-56/+55
2007-01-04Merged revisions 49412 via svnmerge from mogorman1-4/+4
2007-01-03Merged revisions 49354 via svnmerge from mogorman1-7/+33
2006-12-26Get rid of a needless memory allocation and only create a conference structur...file1-10/+6
2006-12-20vms doesn't exist on non-IMAP storage builds.file1-1/+5
2006-12-19Pass 'vms' pointer to record_and_review so it is then passed to the IMAP stor...file1-13/+12
2006-12-19Merged revisions 48584 via svnmerge from file1-0/+3