Commit Graph

12610 Commits (447b146315a37d7283c74a9adf4b5623af9afd1d)
 

Author SHA1 Message Date
Russell Bryant 447b146315 Importing files for 1.4.21.1 release
18 years ago
Russell Bryant 3ee1c7ff49 remove version files so the mkrelease script can create them
18 years ago
Russell Bryant e31f7fb4ee Fix a typo in the non-DEBUG_THREADS version of the recently added DEADLOCK_AVOIDANCE()
18 years ago
Russell Bryant 40e6cefe02 update .version and Changelog
18 years ago
Russell Bryant a46eeaa918 create 1.4.21.1 tag
18 years ago
Russell Bryant 42a10f2cd9 update version files
18 years ago
Russell Bryant 9fcfd340fb create 1.4.21 tag
18 years ago
Russell Bryant 9088cef368 Use autotagged externals
18 years ago
Russell Bryant 65f1d0ba76 Importing files for 1.4.21-rc2 release
18 years ago
Russell Bryant 349252b7a5 Creating tag for the release of asterisk-1.4.21-rc2
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
Tilghman Lesher 65808210e9 Add some debugging code that ensures that when we do deadlock avoidance, we
18 years ago
Steve Murphy e58b5c63c6 (closes issue #10668)
18 years ago