Commit Graph

12633 Commits (d7fbc9aae242e1ae5ec49bf5364ebd3fceff2ced)
 

Author SHA1 Message Date
Mark Michelson d7fbc9aae2 davidw pointed out that the holdtime calculation used by
18 years ago
Russell Bryant 82cf65f89a Fix a memory leak in astobj2 that was pointed out by seanbright. When a container
18 years ago
Tilghman Lesher cc09f7c8ef Port "hasvoicemail" change from SIP to other channel drivers
18 years ago
Tilghman Lesher b815ecf349 People expect that if "hasvoicemail" is set in users.conf, even if "mailbox"
18 years ago
Joshua Colp 461020bed4 Only compare the first 15 characters so that even if the charset is specified we still accept it as SDP.
18 years ago
Joshua Colp 5ce568d24d Don't send a BYE on a dialog that is already gone during a REFER.
18 years ago
Mark Michelson 5cc15b3468 Short circuit the loop in autoservice_run if there are no channels to poll.
18 years ago
Jeff Peeler a2266547c6 fixed dahdi compatability header from assuming either dahdi or zaptel is installed (may not have either)
18 years ago
Terry Wilson d432d18723 Remove extra option from previous solution attempt
18 years ago
Jeff Peeler 20229139b5 (closes issue #12846)
18 years ago
Terry Wilson e128c2a314 This should fix the behavior of the 'T' dial feature being passed incorrectly to the transferee when builtin_atxfers are used.
18 years ago
Jeff Peeler f9818af8dd Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff should continue working. Release announcement to follow.
18 years ago
Mark Michelson 9f669a3a09 Properly play a holdtime message if the announce-holdtime option is
18 years ago
Russell Bryant 836d5c5afa Fix some race conditions that cause ast_assert() to report that chan_iax2 tried
18 years ago
Jeff Peeler 0c0a5cdc73 (closes issue #12193)
18 years ago
Tilghman Lesher 3ca503066a Flipflop the sections for two options, since the section for 'X' (exit context)
18 years ago
Tilghman Lesher 4767c11e8b Occasionally, the alertpipe loses its nonblocking status, so detect and correct
18 years ago
Steve Murphy 50449140e8 Arkadia tried to warn me, but the code added to ast_cdr_busy, _failed, and _noanswer was redundant. Didn't spot it until I was resolving conflicts in trunk. Ugh. Redundant code removed. It wasn't harmful. Just dumb.
18 years ago
Steve Murphy 5c2cf0f3c0 (closes issue #10668)
18 years ago
Terry Wilson c340004d76 Backport fix for 11520--for some reason I didn't do this back in February when I patched for trunk.
18 years ago
Tilghman Lesher 1c7d9e4c9a Make calls to ast_assert() actually test something, so that the error message
18 years ago
Jeff Peeler 28bb6bf00c add instructions for logging gdb output via set logging on
18 years ago
Christian Richter 21152f98f8 fixed issue with previous commit, the find_free_channel test for channels which where inuse was broken.
18 years ago
Sean Bright 43505344ad Fixes a problem with some buggy versions of GNU awk (3.1.3) not liking carriage returns in scripts.
18 years ago
Joshua Colp fb87cc02f9 If we are destroying a dialog only set the MWI dialog pointer on the related peer to NULL if it is the dialog currently being destroyed.
18 years ago
Joshua Colp 88f21bd666 Update BRIDGEPEER variable before we do a generic bridge in case we just broke out of a native bridge and fell through to generic.
18 years ago
Russell Bryant a3e4233c7d Do not attempt to do emulation if an END digit is received and the length is
18 years ago
Mark Michelson c9915a8f27 A unique situation of timeouts brought forth a failure situation for
18 years ago
Russell Bryant 7e3b1dc9ac Don't run LIST_HEAD_DESTROY on a STATIC list
18 years ago
Jeff Peeler 4162c566ad add another LOW_MEMORY define I forgot
18 years ago
Jeff Peeler b9eb1170df only define thread storage variable if necessary for LOW_MEMORY
18 years ago
Jeff Peeler a8281b2bcc Correction to commmit 120863, make sure proper destructor function is called as well define two thread storage local variables.
18 years ago
Jeff Peeler 6d12307629 This fixes a crash when LOW_MEMORY is turned on. Two allocations of the ast_rtp struct that were previously allocated on the stack have been modified to use thread local storage instead.
18 years ago
Russell Bryant 47e3de10cf fix filename
18 years ago
Russell Bryant 4d8b50486d Add the UPGRADE.txt file from Asterisk 1.2, for handy reference.
18 years ago
Philippe Sultan d9ad9cc1e4 Ignore appended resource when comparing JIDs.
18 years ago
Russell Bryant dae683eb3f It turns out that searching on the forwarding station isn't very useful for
18 years ago
Mark Michelson d600851f16 Make sure that the string we set will survive the unref of
18 years ago
Tilghman Lesher 547e232ef4 If we fail to setup the PRI request channel, don't continue, exit with an error.
18 years ago
Russell Bryant be1dc4a3da Make the "dialplan remove include" CLI command actually work. Also, tweak
18 years ago
Mark Michelson f145259724 Tab completion when removing a member should give the member's interface,
18 years ago
Joshua Colp 7b230ded04 Fix a log message and add a message for when the dialplan is done reloading.
18 years ago
Tilghman Lesher 815951acdc Due to incorrect use of the AST_LIST_INSERT_HEAD() macro the loopback switch
18 years ago
Jeff Peeler 27855de29f (closes issue #11594)
18 years ago
Russell Bryant a5f4960b3c Fix another place where peer->callno could change at a very bad time, and also
18 years ago
Tilghman Lesher 98b11ad0ee When listing the manager users, managers in users.conf are not shown, even
18 years ago
Tilghman Lesher 088ac37bfc Save the callno when we're poking, because our peer structure could change
18 years ago
Steve Murphy 6f93af198e Updated the regressions on AEL. Hadn't updated
18 years ago
Steve Murphy bfd56d7f25 as per http://lists.digium.com/pipermail/asterisk-users/2008-June/212934.html,
18 years ago
Joshua Colp 6d78e78947 Treat ECONNREFUSED as an error that will stop further retransmissions. (issue #AST-58, patch from Switchvox)
18 years ago