Commit Graph

13162 Commits (a8af968c1db39cb446bd321f0973ff4cfbe2bf79)
 

Author SHA1 Message Date
Kevin P. Fleming a8af968c1d small commit to test new server
18 years ago
Kevin P. Fleming 066f4cac24 small commit to test new server
18 years ago
Kevin P. Fleming e87d91c541 update to use new sound file packages that include license files
18 years ago
Russell Bryant b28fcc36f2 Make this compile for mvanbaak
18 years ago
Richard Mudgett c992d555e3 * Fix for JIRA AST-175/ABE-1757
18 years ago
Mark Michelson 2fe132ca35 Add check_via calls to more request handlers
18 years ago
Tilghman Lesher 8c0191f0dc Don't truncate database results at 255 chars.
18 years ago
Kevin P. Fleming ead4ba5cd8 remove an unnecessary argument to queue_request()
18 years ago
Kevin P. Fleming 975a706909 When a SIP request or response arrives for a dialog with an associated Asterisk channel, and the lock on that channel cannot be obtained because it is held by another thread, instead of dropping the request/response, queue it for later processing when the channel lock becomes available.
18 years ago
Russell Bryant 5fe8bde41a Fix the last couple of places where free() was improperly used directly.
18 years ago
Russell Bryant 2839e074ef Don't fclose() the file early, the filestream destructor will handle it.
18 years ago
Russell Bryant 301945890d Only try to close the file if one was actually opened
18 years ago
Russell Bryant c67d152525 Don't use free() directly. This caused a crash since ast_filestream is now an ao2 object.
18 years ago
Russell Bryant 24ccfad6dc Treat an empty string the same way as a NULL country argument.
18 years ago
Mark Michelson 5eca294b65 Use the correct variable when creating the format string
18 years ago
Tilghman Lesher 8476207008 Merged revisions 167259 via svnmerge from
18 years ago
Mark Michelson 543dfee83c A couple of changes to T.38 SDP attribute handling
18 years ago
Tilghman Lesher 30fe8c619d Repeat attempts to write when we receive -EAGAIN from the driver, as detailed
18 years ago
Tilghman Lesher f3f0f40223 Also inherit the musiconhold class.
18 years ago
Russell Bryant d4ac0f7651 Use strncat() instead of an sprintf() in which source and target buffers overlap
18 years ago
Tilghman Lesher 5dd486be22 Compile, even if both DAHDI and Zaptel are not installed.
18 years ago
Mark Michelson 62c8625f2e Fix a crash resulting from a datastore with inheritance but no duplicate callback
18 years ago
Tilghman Lesher 45bc54db0a Use the integer form of condition for integer comparisons.
18 years ago
Mark Michelson 4133fa7cfc Fix a deadlock relating to channel locks and autoservice
18 years ago
Russell Bryant 8b68bd17e5 Fix up timeout handling in ast_carefulwrite().
18 years ago
Russell Bryant acd0af78ea Re-work ref count handling of MoH classes using astobj2 to resolve crashes.
18 years ago
Mark Michelson 7fdf99803e Backport of AUDIOHOOK_INHERIT for Asterisk 1.4
18 years ago
Steve Murphy e3700a13a4 This merges the masqpark branch into 1.4
18 years ago
Jeff Peeler e0bec5d67d (closes issue #13480)
18 years ago
Russell Bryant 5de6848d0c Ensure that the chanspy datastore is fully initialized.
18 years ago
Russell Bryant 991494f2c0 Make ast_carefulwrite() be more careful.
18 years ago
Tilghman Lesher 139be9556b Add mutexes around accesses to the IMAP library interface. This prevents
18 years ago
Russell Bryant 0d24c2ed92 Set the process group ID on the MOH process so that all children will get killed
18 years ago
Joshua Colp 3a354c3500 Only care about a compatible codec for early bridging if we are actually bridging to another channel. If we are not we actually want to bring the audio back to us.
18 years ago
Joshua Colp 3a0e7aec6a Do not crash if we are not passed in a followme id.
18 years ago
Tilghman Lesher 8468d435e8 Reverse the fix from issue #6176 and add proper handling for that issue.
18 years ago
Mark Michelson a391fd9b1c Fix some memory leaks found while looking at how realtime
18 years ago
Mark Michelson c49c8b9a3a After looking through SIP registration code most of the day, this
18 years ago
Russell Bryant 63444acf6b Fix an issue where DEBUG_THREADS may erroneously report that a thread
18 years ago
Russell Bryant c703960acc Do not dereference the channel if AST_PBX_KEEPALIVE has been returned.
18 years ago
Russell Bryant aa60ad0e43 Add "restart gracefully" to the AMI blacklist of CLI commands.
18 years ago
Russell Bryant 083047a794 Fix memory leak and invalid reporting issues with DEBUG_THREADLOCALS.
18 years ago
Russell Bryant 802d4ebd51 Fix a memory leak related to the use of the "setvar" configuration option.
18 years ago
Steve Murphy 4f807bb183 I added a sentence to clarify why - and ' ' are ignored in patterns
18 years ago
Russell Bryant c6f1387e73 Don't try to change working directory if a directory was not configured.
18 years ago
Mark Michelson ccf5565ccd Add the deadlock note to ast_spawn_extension as well
18 years ago
Mark Michelson a43cf62956 Add notes to autoservice and pbx doxygen regarding a potential
18 years ago
Joshua Colp 2850bf37a9 Do not try to unlock a non-existant channel if the transfer fails.
18 years ago
Joshua Colp b80ffd6d26 Use autoconf logic to determine whether the system has timersub or not. Do not blindly assume Solaris does not.
18 years ago
Joshua Colp dfa5f7c4b4 Can we try not to assign an unsigned int to -1?
18 years ago