Commit Graph

12612 Commits (28bb6bf00cb6548bd7d8cf81049cae13fedefd15)
 

Author SHA1 Message Date
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
Russell Bryant f4cd9e3958 Revert a change made for issue #12479. This change caused a regression such that
18 years ago
Russell Bryant 8a9d52bc7f Improve CLI command blacklist checking for the command manager action. Previously,
18 years ago
Philippe Sultan 59410a3f01 Do not link the guest account with any configured XMPP client (in
18 years ago
Russell Bryant 35ea2643d4 Even of the first PING or LAGRQ doesn't get sent because it comes up too soon,
18 years ago
Christian Richter b145e2f8da fixed compile issue when dev-mode is enabled
18 years ago
Christian Richter a3fe7673a9 Added counter for unhandled_bmsg Print, this prevents the logs to be flooded to fast and save CPU in this error scenario. Added 'last_used' element to bc structure, when a bchannel changes from used to free this exact time will be marked in last_used. When a new channel is requested the find_free_chan function will check if the new empty channel was used within the last second, if yes it will search for the next channel, if no it will return this channel. This simple mechanism has prooven to prevent race conditions where the NT and TE tried to allocate the exact same channel at the same time (RELEASE cause: 44).
18 years ago
Russell Bryant 69213c8eb6 Change a debug message to an actual debug message
18 years ago
Russell Bryant c6c26f7c34 Fix another typo in documentation
18 years ago
Michiel van Baak 383a1ece6b small typo fix 'retires' => 'retries'
18 years ago
Tilghman Lesher c9ddda2b1f When joinempty=strict, it only failed on join if there were busy members. If
18 years ago
Joshua Colp 9f123152fa Fix a bug I found while testing for another issue.
18 years ago
Michiel van Baak 1540ba27c1 dont use a bashism way to check the $VERSION variable.
18 years ago
Russell Bryant 31d518c8e6 Merged revisions 119237 via svnmerge from
18 years ago
Russell Bryant 9a01bdae26 Fix a race condition in channel autoservice. There was still a small window of opportunity
18 years ago
Russell Bryant 3d461c7cb6 Oddly enough, all of the contents of audiohook.h were in there twice. I have
18 years ago
Tilghman Lesher b2f0add41c Call waiting tone occurs too often, because it's getting serviced by both
18 years ago
Russell Bryant e4f25aab4b - Fix a typo in the argument to Playtones
18 years ago
Russell Bryant e0c741c5e3 Merged revisions 119008 via svnmerge from
18 years ago
Russell Bryant ecc4690b4b - Mark app_milliwatt dependent on res_indications (thanks to jsmith)
18 years ago
Russell Bryant e5b9da59e2 Change milliwatt to use the proper tone by default (1004 Hz) instead of 1000 Hz.
18 years ago
Tilghman Lesher ba9f012573 Define also when not DEBUG_THREADS
18 years ago