aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2006-02-19Fix possible lack of initialization of useadsitilghman1-1/+1
2006-02-16when executing the Directory application from voicemail and a context is notrussell1-2/+2
2006-02-14bug fix from 6485 with musiconhold not being turnedmogorman1-0/+4
2006-02-14don't double-increment abandon counter for calls that are hung up while diali...kpfleming1-2/+1
2006-02-14Fix stopstream in menus (bug #6137)markster1-4/+6
2006-02-13Don't set the formats before we stop indications. (issue #6380)twisted1-1/+2
2006-02-11fix due to CDR changesrussell1-1/+1
2006-02-09Revert behavior change from previous commit (fixes only)tilghman1-2/+2
2006-02-09Backport 5929 to 1.2tilghman1-30/+44
2006-02-09add another location for postgresql headers (issue #6419)russell1-1/+1
2006-02-05Bug 6176 - Fix race conditiontilghman1-14/+23
2006-01-25ensure hangup cause code is handled properly when channel does not return a f...kpfleming1-0/+1
2006-01-22fix memory leak from not freeing the queue member list when freeing an old queuerussell1-44/+45
2006-01-21Bug 5936 - AddQueueMember fails on realtime queue, if queue not yet loadedtilghman1-60/+91
2006-01-20fix invalid value of prev_q (issue #6302)russell1-5/+2
2006-01-19fix a seg fault due to assuming that space gets allocatted on the stack in therussell1-8/+7
2006-01-18Solves issue with the login proccess in meetmemogorman1-1/+2
2006-01-17Stop any generators running on a channel whenmogorman1-1/+2
2006-01-12Bug 6211 - Add option deletevoicemail as equivalent to option delete for Real...tilghman1-2/+2
2006-01-11fix temp greetings with ODBC storage (issue #6078)russell1-1/+3
2006-01-11fix a little typorussell1-1/+1
2006-01-11Bug 6192 - behave correctly when mailbox is specified as argumenttilghman1-3/+7
2006-01-09fix breakage introduced in revision 7871kpfleming1-1/+1
2006-01-09fix seg fault when using greek syntax in VoicemMailMain (issue #6142)russell1-2/+2
2006-01-04 Fix the 'if' clause to be true under the right conditions. Bug #6126bweschke1-1/+1
2006-01-03Bug 6121 - typo in application descriptiontilghman1-9/+5
2006-01-03revert incorrect fix for bug #6048 from revision 7709kpfleming2-27/+9
2006-01-02Bug 6084 - MixMonitor after a 'cli stop monitor' deadlockstilghman1-5/+23
2005-12-27backport fix for permissions of created recordings (issue #6067)russell1-1/+1
2005-12-26cast time_t to an int in printf/scanf (issue #5635)russell4-15/+15
2005-12-23Bug 6051 - VMCOUNT should work as documented and count all, not quit after fi...tilghman1-1/+0
2005-12-23 Another app documentation tweak.bweschke1-1/+1
2005-12-22Bug 6050 SQL requires the use of single ticks to delimit values, not quotestilghman1-3/+3
2005-12-20backport fix for segfault on directed pickup when no CDR is available (issue ...russell1-1/+3
2005-12-20backport fix for larger-than-20ms-frames from trunk (bug #5697)kpfleming1-5/+12
2005-12-17Bug 6009 - off by one errortilghman1-1/+1
2005-12-16First field is truncatedtilghman1-1/+2
2005-12-13restore ability of caller to hangup calls that are still ringing (issue #5839)kpfleming1-1/+1
2005-12-12set all the child file descriptors to non-blocking so that we don't hang if t...kpfleming1-2/+4
2005-12-11Bug 5967tilghman1-1/+1
2005-12-08Bug 5960tilghman1-2/+2
2005-12-05don't delete dynamic queue members when reloading the static members from a r...russell1-2/+3
2005-12-03Bug 5925: check for "Unknown", as that's what app_voicemail puts into the fie...tilghman1-4/+3
2005-12-02inherit channel variables into channels created by Page() application (issue ...kpfleming1-1/+29
2005-12-02allow previous context-searching behavior to be used if desired (issue #5899)kpfleming1-9/+17
2005-12-02properly handle password changes when mailbox is last line of config file and...kpfleming1-70/+68
2005-12-01don't block waiting for the Festival server forever when it goes away (issue ...kpfleming1-1/+13
2005-12-01use ast_app_separate_args to split arguments (issue #5686)russell1-9/+11
2005-12-01fix queue weight feature - compare member interfaces instead of pointers torussell1-1/+1
2005-11-30fix DIALEDTIME when call has not been answered (issue #5862)russell1-6/+7