aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2006-12-11app_externalivr needs a real silence file, and additionalmogorman1-1/+1
2006-12-11When doing a fork() and exec(), two problems existed (Issue 8086):tilghman6-17/+74
2006-12-05If the recording in the database is too large, it will fail to retrieve withtilghman1-13/+16
2006-12-04Revert change from 8016 - this breaks other stuff... Needs further review.qwell1-0/+2
2006-12-04Fix an issue where a message isn't saved correctly when using ODBC storage an...qwell1-2/+0
2006-12-01if Dial() is going to send music-on-hold to the calling party, it has to send...kpfleming1-0/+1
2006-11-27Use the proper function to get the new message count instead of always using ...file1-14/+5
2006-11-20Failing to trap -1 error from mmap causes segfault (Issue 8385)tilghman1-2/+7
2006-11-16Fix a couple of typos in applications.. Initially spotted by mrobinson.qwell4-5/+5
2006-11-15correct argument name typo that caused global variable to be used instead of ...kpfleming1-1/+1
2006-11-15ensure that message duration is included in email notifications for forwarded...kpfleming1-8/+60
2006-11-14Update copyright information in the ADSI logo blob.file1-1/+1
2006-11-13When sending an SMS with a user data header properly set the UDH flag in the ...file1-1/+1
2006-10-31Move thread-unsafe initializer to the module loading code; add thetilghman1-1/+2
2006-10-27We should always be using _exit() after a fork() or vfork() instead of exit().russell1-1/+1
2006-10-19Respect language selection when seeing if the file exists (issue #8178 report...file1-2/+2
2006-10-13Turn on volume adjustment if it needs to be on (issue #8136 reported by mnich...file1-4/+15
2006-10-04For bug 7776, I have inserted a warning about Macro nesting vs. stack limitat...murf1-1/+7
2006-10-03fix a logic error in my previous fix to the queue reload codekpfleming1-3/+7
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)file3-3/+3
2006-09-28fix buggy (and overly complex) loop used during reload of app_queue for stati...kpfleming1-17/+15
2006-09-28 app_queue is comparing the device names incorrectly while checking their sta...bweschke1-2/+16
2006-09-28Stop the stream after waitstream returns so that our formats get restored. (i...file1-1/+6
2006-09-28 Fix race condion crash with get_member_status (#7864 - tim_ringenbach report...bweschke1-1/+4
2006-09-27Avoid inability to lock directory log message by creating the directory ahead...tilghman1-1/+3
2006-09-27Playback() wasn't setting PLAYBACKSTATUS under several circumstances.qwell1-4/+5
2006-09-26When parsing the sections of voicemail.conf that contain mailbox definitions,russell1-2/+3
2006-09-25Two bugs when forwarding voicemail (Issue 7824):tilghman1-78/+1
2006-09-22Yay another 'round of spy fixes! This fixes a small logic flaw with the clean...file1-92/+84
2006-09-21Whitespace change... really just an excuse to test repotoolstilghman1-48/+47
2006-09-19fixes some verbose vs debug issues. patch from bug 2617mogorman3-4/+4
2006-09-19cid is passed to a destructive function; thus a copy is needed (issue 7961)tilghman1-2/+2
2006-09-18Add deprecation notice about app_math (issue #7957 reported by k-egg)file1-1/+2
2006-09-17Directory used the wrong context for delivery of 0- and *- keypressestilghman1-2/+2
2006-09-16When the marked user enters the conference, we should no longer timeouttilghman1-0/+2
2006-09-13Backport bugfix patch from 7918 to 1.2 - msg_cfg destroyed before usedtilghman1-4/+11
2006-09-11When paging, only wait 5 seconds for the marked user to enter the conference.tilghman2-9/+27
2006-09-08Jump logic was backwards: goto returns 0 if it succeeds, and we should jump ...tilghman1-1/+1
2006-09-07Format vulnerability fix - allowing the user to specify a format is not a goo...tilghman1-1/+29
2006-09-05Merge in last round of spy fixes. This should hopefully eliminate all the iss...file2-39/+10
2006-09-03 Make sure the forwarded channel inherits variables appropriately when we rec...bweschke1-0/+1
2006-09-03 Don't keep trying the same member in certain strategies when members of the ...bweschke1-0/+5
2006-09-03 Let's NOT spy on Zap/psuedo channels, mmmmmmmmk? bweschke1-1/+1
2006-09-03 Setting a retry of 0 is generally not a good idea and shouldn't be allowed. ...bweschke1-1/+1
2006-08-28According to a note added to 7731 by mneuhauser, thismurf1-1/+1
2006-08-25Text only - clarify the reason for entry into authentication mode when the sk...tilghman1-1/+4
2006-08-22Bug 7779 - Using initstate(3) means that we cannot unload this module once lo...tilghman1-3/+2
2006-08-19Fix a bug with app_voicemail when trying to use app_directory to leave messagesqwell2-12/+22
2006-08-17Make app_macro compile againfile1-1/+1
2006-08-17In app_macro, changed the previously changed upper recursion depth limit to a...murf1-2/+7