aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2009-08-10AST-2009-005tilghman3-22/+22
2007-07-30Revert change in revision 71656, even though it fixed a bug, because many peo...tilghman1-1/+2
2007-07-13Fix a couple potential minor memory leaks. load_moh_classes() could returnrussell1-2/+2
2007-07-13Ensure that adding a user to the list of users of a specific music on holdrussell1-0/+2
2007-07-12Only print out a warning for situations where it is actually helpful. (issue ...file1-8/+9
2007-07-11Make sure that the ESCAPE immediately follows the condition that uses LIKE.russell1-10/+8
2007-07-10Only use ESCAPE when LIKE is used. russell1-2/+4
2007-07-09When the specified class isn't found, properly fall back to the channel's musicrussell1-9/+9
2007-07-06(closes issue #10075)russell1-0/+4
2007-06-25Issue 10035 - handle_exec returns a result inconsistent with all of the other...tilghman1-1/+1
2007-06-22Send an unhold indication when going off hold. (issue #10036 reported by speedy)file1-0/+1
2007-06-22Fix a few silly usages of ast_playstream() - it only ever returns 0...qwell1-16/+2
2007-06-19Add parked call extension AFTER the parking slot has been announced, otherwis...file1-2/+2
2007-05-03doh... initializing the pointer variable will work just a bit betterkpfleming1-1/+1
2007-05-02increase reliability and efficiency of static Realtime config loading via ODBC:kpfleming1-13/+13
2007-05-01Remove an unnecessary check that makes it so if you hang up after doing anrussell1-1/+1
2007-03-29Change ENV section to use setenv, instead of putenv (Alexandru Pirvulescu <si...tilghman1-9/+2
2007-03-21Indicate the filename changed when it is changed. (issue #9311 reported by js...file1-0/+1
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