Commit Graph

361 Commits (1.2.9.1)

Author SHA1 Message Date
Russell Bryant 9c5890a138 when using moh files mode, don't look for a file past the number of files
21 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
21 years ago
Russell Bryant 71d9095626 if the connection to a FastAGI server fails because of a timeout, log a more
21 years ago
Kevin P. Fleming e9d164d468 support video recording via AGI 'RECORD FILE' command (issue #7068)
21 years ago
Kevin P. Fleming 75ca02dbaa backport some mutex initialization and linked list handling fixes from trunk
21 years ago
BJ Weschke f1c97e7df8 Fix a potential leak and correct (hopefully) a segfault under certain conditions. #6784 (vovan and perry testing)
21 years ago
Joshua Colp 7018a80e91 Use the correct language when playing the transfer sound (issue #7109 reported by casper)
21 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...
21 years ago
Joshua Colp 72fe69919c Incorrect log statement when playing transfer sounds (issue #7008 reported and fixed by nathan)
21 years ago
Tilghman Lesher 00c0af845d Bug 6864 - drop realtime priority on ALL external processes
21 years ago
Tilghman Lesher 6abf8e5e92 Bug 6544 - when we remove a music class, the thread servicing it should die
21 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)
21 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
Kevin P. Fleming 544a2ecbd3 issue #5766
21 years ago
Mark Spencer 3fbcf6e3d0 fix bsd compile issue (bug #5731)
21 years ago
Kevin P. Fleming 608d63ac54 issue #5703
21 years ago
Kevin P. Fleming a87d3f5c19 issue #5563
21 years ago
Kevin P. Fleming 33c15f19fe issue #5601
21 years ago
Kevin P. Fleming 7b2e24777f issue #5650
21 years ago
Russell Bryant 987b87662c make app_queue 1.2 jump compliant (issue #5580)
21 years ago
Kevin P. Fleming ebf04fc570 more header include simplification
21 years ago
Kevin P. Fleming a0a9769616 issue #5648
21 years ago
Kevin P. Fleming 145daf44d8 issue #5634 and a little ChangeLog cleanup
21 years ago
Russell Bryant 7d4a5abb1d Convert some built-in applications to use new args parsing macros.
21 years ago
Kevin P. Fleming 980887f8eb minor cleanup
21 years ago
Russell Bryant 8925c3834b issue #5589
21 years ago
Kevin P. Fleming 7ffb604a2f issue #4678
21 years ago
Kevin P. Fleming ddaed942ee issue #5499
21 years ago
Kevin P. Fleming 551ac9af04 don't use 'rowcount' after SELECT statements, since the ODBC API does not say it is allowed (issue #5083)
21 years ago
Mark Spencer d6a963c476 Do not look for libosp since that name is not used anymore and conflicts with opensp (bug #5542)
21 years ago
Kevin P. Fleming 80fb221f10 find OSP toolkit library properly
21 years ago