aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2007-02-16Issue #9069 - If we open with TH we should not close with /TD. (seanbright)oej1-1/+1
2007-02-01Return previous behavior of having MOH pick up where it was left off. (issue ...file1-12/+13
2007-01-23Yield before reading from zaptel timing source under Solaris so that other th...file1-0/+6
2007-01-16Return previous behavior. ParkedCalls will be able to do DTMF based transfers...file1-0/+2
2006-12-11When doing a fork() and exec(), two problems existed (Issue 8086):tilghman2-3/+28
2006-12-07Ensure that the file position is not incremented beyond the total number ofrussell1-0/+1
2006-11-30Do not listen for DTMF on the bridge that comes into existence when ParkedCal...file1-6/+0
2006-11-30Remember the pointer to the allocated block of memory so that we can free it ...file1-4/+6
2006-11-27Random MOH wasn't really random (bug 8381)tilghman1-17/+14
2006-11-13If the execute fails a second time, make sure that we don't pass back a stale...tilghman1-0/+1
2006-11-07If random order is enabled for files mode music on hold, set a random initialrussell1-0/+2
2006-11-02ignore files in a music on hold directory that begin with '.'russell1-0/+4
2006-11-01a fix for bug 8251; the var_val needs to accept longer strings or mass confus...murf1-1/+1
2006-11-01soxmix and Asterisk expect different file extensions for certain formats. Thisrussell1-1/+19
2006-10-31fix some copy/paste bugs in the checking of arguments for the russell1-2/+2
2006-10-27We should always be using _exit() after a fork() or vfork() instead of exit().russell2-3/+3
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)file3-4/+4
2006-09-27Fix a problem that occurred if a user entered a digit that matched a bridgerussell1-6/+7
2006-09-06Don't close the second file descriptor if it's the same as the first one, as ...file1-1/+2
2006-08-23Revert last change - breaks retrieval of builtin variablestilghman1-4/+5
2006-08-15use pbx_builtin_getvar_helper() so that GET VARIABLE can retrieve globalrussell1-5/+4
2006-08-03Treat the file as invalid if we have no valid formats for it (issue #7643 rep...file1-1/+1
2006-08-01ensure that the 'feature digit timeout' value is taken into account when deci...kpfleming1-0/+1
2006-08-01Close the stream when file based MOH stop. This won't get rid of their positi...file1-0/+4
2006-07-31Add missing code to bring transferee channel out of MOH/autoservice under cer...file1-0/+3
2006-07-12remove some more bad examples of using printfkpfleming1-5/+0
2006-06-12fix a place where a frame would be free'd twicerussell1-1/+0
2006-06-12Move set priority up, because at this point in the code, stdout is no longertilghman1-3/+3
2006-06-03when using moh files mode, don't look for a file past the number of filesrussell1-0/+2
2006-06-01remove pointless forcing of the channel into SLINEAR mode; the write format w...kpfleming1-12/+2
2006-05-31if the connection to a FastAGI server fails because of a timeout, log a morerussell1-2/+7
2006-05-24support video recording via AGI 'RECORD FILE' command (issue #7068)kpfleming1-0/+6
2006-05-23backport some mutex initialization and linked list handling fixes from trunkkpfleming1-2/+1
2006-05-23 Fix a potential leak and correct (hopefully) a segfault under certain condit...bweschke1-3/+4
2006-05-22Use the correct language when playing the transfer sound (issue #7109 reporte...file1-1/+1
2006-05-21 When an application that is executed via applicationmap and exits non-zero, ...bweschke1-3/+10
2006-05-08Incorrect log statement when playing transfer sounds (issue #7008 reported an...file1-2/+2
2006-05-01Bug 6864 - drop realtime priority on ALL external processestilghman1-0/+4
2006-04-17Bug 6544 - when we remove a music class, the thread servicing it should dietilghman1-0/+21
2006-04-10 Don't say that we can pass an 'exten' argument in the documentation of Park(...bweschke1-1/+1
2006-03-30Do not exceed the array size for maximum allowed moh files. (issue #6842)file1-0/+5
2006-03-30Set initial value on adsiparkoej1-0/+1
2006-03-23Issue #6764 - Return BUSY signal when other party is busy at Attended Transfe...file1-0/+3
2006-03-21fix crash when using the ParkAndAnnounce application. When using this applic...russell1-1/+1
2006-03-02fix inaccurate ack message to ChangeMonitor action (issue #6630)russell1-1/+1
2006-03-01Bug 6615 - Fix 64bit conversion errors by using a long inttilghman1-5/+5
2006-02-28add a missing newline in the agi app description (thanks wunderkin!)russell1-1/+1
2006-02-15ensure that FastAGI launcher can handle system call interruption (issue #6449)kpfleming1-9/+15
2006-02-02Fix for (#6309), potential (highly unlikely) memory leak in res_odbcmattf1-19/+21
2006-01-17Backport of fix for #6094mattf1-4/+6