Commit Graph

13137 Commits (acd0af78ead5f7abfacdbdea7e2d277885893a48)
 

Author SHA1 Message Date
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
Russell Bryant 3a864cb7b6 Handle a case where a call can be bridged to a channel that is still ringing.
18 years ago
Tilghman Lesher d8ff8d169d Change the default calldurationlimit from the special value 0 to -1, so we
18 years ago
Russell Bryant 36996f4312 Set the reviewboard:url property on 1.4, as well
18 years ago
Tilghman Lesher 6d268e6d39 Simple fix for Ctrl-C not immediately exiting Asterisk, but also add a
18 years ago
Russell Bryant 2404b83404 Specify uint32_t for variables storing a CRC32 so that it is actually 32 bits
18 years ago
Russell Bryant c518ed3be1 Resolve issues that could cause DTMF to be processed out of order.
18 years ago
Tilghman Lesher f6ef5d5d6c When a Ctrl-C or Ctrl-D ends a remote console, on certain shells, the terminal
18 years ago
Matthew Nicholson 11e2a937dc Clean up the dundi cache every 5 minutes.
18 years ago
Russell Bryant 32fff369e7 Fix some observed slowdowns in dialplan processing.
18 years ago
Russell Bryant d67d8cd2f3 Fix an issue that made it so you could only have a single caller executing
18 years ago
Tilghman Lesher d9fb8362bc Don't wait forever, if there's a specified recording timeout.
18 years ago
Mark Michelson 60c9cae6d6 Revert this cast to long. Using time_t here causes build failures on a
18 years ago
Mark Michelson ef56f0dbd4 Fix a potential crash due to unsafe datastore handling.
18 years ago
Jeff Peeler dda2438b03 Oops, inverted logic for a strcasecmp check. Pointed out by mmichelson, thanks!
18 years ago
Jeff Peeler 90efa9de78 (closes issue #13229)
18 years ago
Joshua Colp f7521fb0db Fix subscription based MWI up a bit. We only want to put sip: at the beginning of the URI if it is not already there and revert code to ignore destination check if subscribing for MWI.
18 years ago
Joshua Colp ee47cfddbe When a SIP peer unregisters set the expiry time back to 0 so that the 200 OK contains an expires of 0.
18 years ago
Steve Murphy 8f25d5a5c2 (closes issue #14022)
18 years ago
Mark Michelson 4cad4bff2c Update to stringfield handling so that side-effects on
18 years ago
Mark Michelson d18bb8dc44 Revert fix for issue 13570. It has caused more problems than
18 years ago
Mark Michelson 597b4d414a Add missing documentation to misdn.txt
18 years ago
Joshua Colp a6edd8ba5f Increment the sequence number on the end packets for RFC2833. After reading the RFC some more and doing some testing I agree with this change.
18 years ago
Tilghman Lesher 8a7982c1ff Oops, should be "tz", not "zonetag".
18 years ago
Russell Bryant c2446000d9 Remove the test_for_thread_safety() function completely.
18 years ago
Tilghman Lesher 5134bb74a9 We appear to have documented tz= in the [general] section of voicemail.conf,
18 years ago