aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2006-03-23 Bug #5884 - fix a possible race state in app_meetme when a channel has gone ...bweschke1-0/+2
2006-03-23don't crash when asked to read from a file that doesn't exist (issue #6786)russell1-8/+9
2006-03-22Fix a minor code issuefile1-2/+3
2006-03-22Issue #6781 - Verbose levels not enforced in app_voicemail (Reported by flobi)file1-18/+36
2006-03-21don't add conference participant if the user hangs up while recording their n...russell1-1/+3
2006-03-21Bug 6714 - Workaround to avoid retrieving incomplete voicemail messagetilghman1-2/+4
2006-03-19revert the change made in revision 12927 in favor of keeping the originalrussell1-3/+5
2006-03-14when using the G() option to Dial, fix sending the called channel to 1 priorityrussell1-1/+0
2006-03-14fix a problem with not loading realtime queue members by always reloading a russell1-1/+1
2006-03-04 Substitute variables in the post_process string (if it exists) before those ...bweschke1-11/+11
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