Commit Graph

13128 Commits (3a0e7aec6aa1424561f16a8f6bbd8bccee8d4821)
 

Author SHA1 Message Date
Joshua Colp 3a0e7aec6a Do not crash if we are not passed in a followme id.
17 years ago
Tilghman Lesher 8468d435e8 Reverse the fix from issue #6176 and add proper handling for that issue.
17 years ago
Mark Michelson a391fd9b1c Fix some memory leaks found while looking at how realtime
17 years ago
Mark Michelson c49c8b9a3a After looking through SIP registration code most of the day, this
17 years ago
Russell Bryant 63444acf6b Fix an issue where DEBUG_THREADS may erroneously report that a thread
17 years ago
Russell Bryant c703960acc Do not dereference the channel if AST_PBX_KEEPALIVE has been returned.
17 years ago
Russell Bryant aa60ad0e43 Add "restart gracefully" to the AMI blacklist of CLI commands.
17 years ago
Russell Bryant 083047a794 Fix memory leak and invalid reporting issues with DEBUG_THREADLOCALS.
17 years ago
Russell Bryant 802d4ebd51 Fix a memory leak related to the use of the "setvar" configuration option.
17 years ago
Steve Murphy 4f807bb183 I added a sentence to clarify why - and ' ' are ignored in patterns
17 years ago
Russell Bryant c6f1387e73 Don't try to change working directory if a directory was not configured.
17 years ago
Mark Michelson ccf5565ccd Add the deadlock note to ast_spawn_extension as well
17 years ago
Mark Michelson a43cf62956 Add notes to autoservice and pbx doxygen regarding a potential
17 years ago
Joshua Colp 2850bf37a9 Do not try to unlock a non-existant channel if the transfer fails.
17 years ago
Joshua Colp b80ffd6d26 Use autoconf logic to determine whether the system has timersub or not. Do not blindly assume Solaris does not.
17 years ago
Joshua Colp dfa5f7c4b4 Can we try not to assign an unsigned int to -1?
17 years ago
Russell Bryant 3a864cb7b6 Handle a case where a call can be bridged to a channel that is still ringing.
17 years ago
Tilghman Lesher d8ff8d169d Change the default calldurationlimit from the special value 0 to -1, so we
17 years ago
Russell Bryant 36996f4312 Set the reviewboard:url property on 1.4, as well
17 years ago
Tilghman Lesher 6d268e6d39 Simple fix for Ctrl-C not immediately exiting Asterisk, but also add a
17 years ago
Russell Bryant 2404b83404 Specify uint32_t for variables storing a CRC32 so that it is actually 32 bits
17 years ago
Russell Bryant c518ed3be1 Resolve issues that could cause DTMF to be processed out of order.
17 years ago
Tilghman Lesher f6ef5d5d6c When a Ctrl-C or Ctrl-D ends a remote console, on certain shells, the terminal
17 years ago
Matthew Nicholson 11e2a937dc Clean up the dundi cache every 5 minutes.
17 years ago
Russell Bryant 32fff369e7 Fix some observed slowdowns in dialplan processing.
17 years ago
Russell Bryant d67d8cd2f3 Fix an issue that made it so you could only have a single caller executing
17 years ago
Tilghman Lesher d9fb8362bc Don't wait forever, if there's a specified recording timeout.
17 years ago
Mark Michelson 60c9cae6d6 Revert this cast to long. Using time_t here causes build failures on a
17 years ago
Mark Michelson ef56f0dbd4 Fix a potential crash due to unsafe datastore handling.
17 years ago
Jeff Peeler dda2438b03 Oops, inverted logic for a strcasecmp check. Pointed out by mmichelson, thanks!
17 years ago
Jeff Peeler 90efa9de78 (closes issue #13229)
17 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.
17 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.
17 years ago
Steve Murphy 8f25d5a5c2 (closes issue #14022)
17 years ago
Mark Michelson 4cad4bff2c Update to stringfield handling so that side-effects on
17 years ago
Mark Michelson d18bb8dc44 Revert fix for issue 13570. It has caused more problems than
17 years ago
Mark Michelson 597b4d414a Add missing documentation to misdn.txt
17 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.
17 years ago
Tilghman Lesher 8a7982c1ff Oops, should be "tz", not "zonetag".
17 years ago
Russell Bryant c2446000d9 Remove the test_for_thread_safety() function completely.
17 years ago
Tilghman Lesher 5134bb74a9 We appear to have documented tz= in the [general] section of voicemail.conf,
17 years ago
Joshua Colp a7520ee4bf Add 'down' as a valid state for directed call pickup. This creeps up when we receive session progress when dialing a device and not ringing.
17 years ago
Russell Bryant 5d985ce022 Fix an issue where callers on an incoming call on an SLA trunk would not hear ringback.
17 years ago
Joshua Colp 7eeb7f7493 Fix double declaration of 'x' on the PPC platform.
17 years ago
Mark Michelson b234c024a0 If we fail to start a thread for the pbx to run in, we need to
17 years ago
Steve Murphy 8582a3e924 In discussion with seanbright on #asterisk-dev, I have added a default rule, and an option to suppress the default rule from being generated in the flex output, for the sake of those OS's where they didn't tweak flex's ECHO macro, and the compiler doesn't like it. The regressions are OK with this.
17 years ago
Joshua Colp 114c659195 Make sure that the timestamp for DTMF is not the same as the previous voice frame and do not send audio when transmitting DTMF as this confuses some equipment.
17 years ago
Joshua Colp 7209e0e173 Take video into account when early bridging RTP.
17 years ago
Steve Murphy fd31201630 Previous fix used ast_malloc and ast_copy_string and messed up the standalone stuff. Fixed.
17 years ago
Tilghman Lesher cbbd837a34 For some reason, after a distclean, gcc started returning
17 years ago