Commit Graph

379 Commits (e301bc352f77051f6561ba8026c8d71fd04dcdd8)

Author SHA1 Message Date
Russell Bryant 7c651a64a7 If random order is enabled for files mode music on hold, set a random initial
20 years ago
Russell Bryant f18766c30a ignore files in a music on hold directory that begin with '.'
20 years ago
Steve Murphy d4b36ffde5 a fix for bug 8251; the var_val needs to accept longer strings or mass confusion and a lot of lost time is the result
20 years ago
Russell Bryant 78ccdbc123 soxmix and Asterisk expect different file extensions for certain formats. This
20 years ago
Russell Bryant 234408e7c1 fix some copy/paste bugs in the checking of arguments for the
20 years ago
Russell Bryant bf20deeba1 We should always be using _exit() after a fork() or vfork() instead of exit().
20 years ago
Joshua Colp 87803a8ac6 Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)
20 years ago
Russell Bryant 0d9ea31f3a Fix a problem that occurred if a user entered a digit that matched a bridge
20 years ago
Joshua Colp 754cb0114f Don't close the second file descriptor if it's the same as the first one, as it will have already been closed elsewhere and could cause massive panic. (issue #7699 reported by bn999)
20 years ago
Tilghman Lesher 39e622f7cf Revert last change - breaks retrieval of builtin variables
20 years ago
Russell Bryant 465207a28d use pbx_builtin_getvar_helper() so that GET VARIABLE can retrieve global
20 years ago
Joshua Colp a56f08e345 Treat the file as invalid if we have no valid formats for it (issue #7643 reported by KNK)
20 years ago
Kevin P. Fleming 4f3b40fe79 ensure that the 'feature digit timeout' value is taken into account when deciding how long the bridge should run (this fixes a problem report where a digit press that did not invoke a feature is never passed across the bridge)
20 years ago
Joshua Colp 83f9228c1d Close the stream when file based MOH stop. This won't get rid of their position in the file but it will cause the translation path to be setup again. (issue #7634 reported by asimpson)
20 years ago
Joshua Colp f41b9baed4 Add missing code to bring transferee channel out of MOH/autoservice under certain circumstance (issue #7611 reported by guillecabeza with minor mods by myself)
20 years ago
Kevin P. Fleming 648bc1828d remove some more bad examples of using printf
20 years ago
Russell Bryant 9807f83d64 fix a place where a frame would be free'd twice
20 years ago
Tilghman Lesher 070d4d3976 Move set priority up, because at this point in the code, stdout is no longer
20 years ago
Russell Bryant 9c5890a138 when using moh files mode, don't look for a file past the number of files
20 years ago
Kevin P. Fleming 3feead3415 remove pointless forcing of the channel into SLINEAR mode; the write format will be set later based on the file that is chosen to be played to the channel
20 years ago
Russell Bryant 71d9095626 if the connection to a FastAGI server fails because of a timeout, log a more
20 years ago
Kevin P. Fleming e9d164d468 support video recording via AGI 'RECORD FILE' command (issue #7068)
20 years ago
Kevin P. Fleming 75ca02dbaa backport some mutex initialization and linked list handling fixes from trunk
20 years ago
BJ Weschke f1c97e7df8 Fix a potential leak and correct (hopefully) a segfault under certain conditions. #6784 (vovan and perry testing)
20 years ago
Joshua Colp 7018a80e91 Use the correct language when playing the transfer sound (issue #7109 reported by casper)
20 years ago
BJ Weschke 1795ff12cd When an application that is executed via applicationmap and exits non-zero, make sure that we pass through the correct return value from the application to make sure a segfault doesn't occur by a bridge trying to continue when it should not. Also, when executing applications via applicationmap, make sure that the application is executed against the channel whose DTMF caused it to be fired off in the first place. (part 1/2 of #7090 - this is the only fix that will be applied to both 1.2 and /trunk) acunningham and blitzrage on testing...
20 years ago
Joshua Colp 72fe69919c Incorrect log statement when playing transfer sounds (issue #7008 reported and fixed by nathan)
20 years ago
Tilghman Lesher 00c0af845d Bug 6864 - drop realtime priority on ALL external processes
20 years ago
Tilghman Lesher 6abf8e5e92 Bug 6544 - when we remove a music class, the thread servicing it should die
20 years ago
BJ Weschke 4a40420978 Don't say that we can pass an 'exten' argument in the documentation of Park() when we really cannot. #6902 (opsys)
20 years ago
Joshua Colp 52aa07e2b2 Do not exceed the array size for maximum allowed moh files. (issue #6842)
21 years ago
Olle Johansson b97c1529fc Set initial value on adsipark
21 years ago
Joshua Colp 0a0470ad00 Issue #6764 - Return BUSY signal when other party is busy at Attended Transfer (Reported by mnachev)
21 years ago
Russell Bryant 0cfcb22bbc fix crash when using the ParkAndAnnounce application. When using this application,
21 years ago
Russell Bryant 10191fe126 fix inaccurate ack message to ChangeMonitor action (issue #6630)
21 years ago
Tilghman Lesher 536dcc2058 Bug 6615 - Fix 64bit conversion errors by using a long int
21 years ago
Russell Bryant 0742e08800 add a missing newline in the agi app description (thanks wunderkin!)
21 years ago
Kevin P. Fleming 7652fdda20 ensure that FastAGI launcher can handle system call interruption (issue #6449)
21 years ago
Matthew Fredrickson bb886dd488 Fix for (#6309), potential (highly unlikely) memory leak in res_odbc
21 years ago
Matthew Fredrickson 4efe647169 Backport of fix for #6094
21 years ago
Tilghman Lesher 6056391a78 Bug 6081 - fix for memory leak, formatting fixes
21 years ago
Olle Johansson 3821e18d08 Fix copyright of changed file
21 years ago
Olle Johansson 66f484defe Issue #5980: Removing extra CR+LF in manager events - needs port to trunk
21 years ago
Russell Bryant a434f8877a cast time_t to an int in printf/scanf (issue #5635)
21 years ago
Russell Bryant 71d9531e45 check array bounds when parsing arguments to AGI (issue #5868)
21 years ago
Kevin P. Fleming a563eab49a remove extraneous svn:executable properties
21 years ago
Kevin P. Fleming 5ec3844077 remove CVS ignore lists, set SVN ignore lists
21 years ago
Russell Bryant 8c74501001 issue #5826
21 years ago
Russell Bryant bffc815375 issue #5791
21 years ago
Kevin P. Fleming 6d0b8522d0 small improvement :-)
21 years ago