aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
2006-08-15This revision fixes bug 7731, the inability for macros to be called more than...murf1-4/+4
2006-08-05remove duplicate queue log entry when the caller exits on a timeoutrussell1-1/+0
2006-08-05make sure the priv-callerintros directory exists before trying to create a filerussell1-1/+8
2006-08-03Bug 7648 - Checking wrong count for plurality on new messages for Dutch languagetilghman1-1/+1
2006-07-27use the enum that defines the option arguments, so that the likelihood of mis...kpfleming1-4/+4
2006-07-14Bug 7526 - previous commit broke app_smstilghman1-1/+2
2006-07-13don't fail/abort if the message category sound file cannot be played, just ge...kpfleming1-0/+5
2006-07-12fix a weird case where a lock file could be left (but would happen almost never)kpfleming1-1/+2
2006-07-12remove some more bad examples of using printfkpfleming1-6/+0
2006-06-30Bug 7349 - Directory did not work correctly when USE_ODBC_STORAGE was defined.tilghman1-0/+134
2006-06-23 We should lock the queue before we go making changes to member interface sta...bweschke1-0/+2
2006-06-19Call reset_user_pw upon changing the password using externpass (issue #7395 r...file1-1/+3
2006-06-19Issue 7357 - txt file left behind when going to operator. Also, fix a possib...tilghman1-1/+6