Commit Graph

12602 Commits (a8281b2bcc35ac5fe2a85dfdddde92664ecbbbdc)
 

Author SHA1 Message Date
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
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
Brett Bryant 3ab48f9299 merge revision 118702 from trunk to 1.4 -- Fixes a bug in chan_iax that uses send_command to poke a peer while a channel is unlocked in some cases, and because it can cause seemingly random failures could be related to some bugs in the tracker...
18 years ago
Joshua Colp 405dfcb54a Add an option to use the source IP address of RTP as the destination IP address of UDPTL when a specific option is enabled. If the remote side is properly configured (ports forwarded) then UDPTL will flow.
18 years ago
Joshua Colp a403fd8ea1 Fix an issue where codec preferences were not set on dialogs that were not authenticated via a user or peer and allow framing to work without rtpmap in the SDP.
18 years ago
Tilghman Lesher 1a73396c9d When showing an error message for a command, don't shorten the command output,
18 years ago
Mark Michelson a7f2c5dbf9 Russell noted to me that in the case that separate threads use their
18 years ago
Tilghman Lesher 7ca3880d4e NULL character should terminate only commands back to the core, not log
18 years ago
Michiel van Baak 68589940b4 small update to the g() option of app_voicemail to
18 years ago
Mark Michelson 9460de70ef Add a unique id to the datastore allocated in app_chanspy since
18 years ago