aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2007-12-17fix some copy-and-paste leftoverskpfleming1-2/+2
2007-12-17In http://lists.digium.com/pipermail/asterisk-dev/2007-December/031145.html,kpfleming1-2/+8
2007-12-14Change help documentation to match actual behavior (FAILURE vs FAILED).tilghman1-1/+1
2007-12-12resolve compiler warningrussell1-1/+1
2007-12-12Correctly detect where a dynamic feature was activated. Before this patch,mmichelson1-4/+7
2007-12-03If both dbhost and dbsock were not set, a NULL deref could resulttilghman1-1/+3
2007-12-03Fix crash in ParkAndAnnounce application.qwell1-1/+1
2007-11-29Properly escape input buffers (Fixes AST-2007-025)tilghman1-13/+66
2007-11-27Changing some calls from free() to ast_free() since they were allocated withmmichelson1-3/+3
2007-11-26Add module counting removal for error conditions.file1-0/+3
2007-11-25We previously attempted to use the ESCAPE clause to set the escape delimiter totilghman2-6/+23
2007-11-24Free some frames that would otherwise leak on error.tilghman1-0/+3
2007-11-23Use ESCAPE clause for the first parameter, not just 2nd-Nth parameters.tilghman1-1/+2
2007-11-21If a channel gets masqueraded in the middle of a park, don't play thetwilson1-8/+18
2007-11-19Print out the correct filename (features.conf) in the log message when parkpo...file1-1/+1
2007-11-13Revert change from revision 67064.qwell1-1/+1
2007-11-07In response to 10578, I just ran 1.4 thru valgrind; some of the config leakag...murf1-0/+1
2007-11-06Fix init_classes() so that classes that actually do have files loaded aren'trussell1-1/+1
2007-11-06If someone were to delete the files used by an existing MOH class, and thenrussell1-3/+15
2007-11-05Don't check used pooled connections for connection status, as it will cause i...tilghman1-1/+1
2007-10-31Make sure we free some allocated memory before returning.qwell1-0/+1
2007-10-30Add two more checks before printing out a warning message about bridging. If ...file1-2/+2
2007-10-12Fix a spelling error in a log message. SMDI, not SDMI.russell1-2/+2
2007-10-07Presence packets from a client who's connected with our Jabber ID arephsultan1-2/+6
2007-10-07Prevent Asterisk from crashing when receiving a presence packetphsultan1-9/+4
2007-10-02Fix some odd formatting I missed..qwell1-2/+2
2007-10-02Finish up on transferee channel before return on failure.qwell1-2/+7
2007-10-01Add another sanity check in the AGI read loop. We really don't care aboutrussell1-0/+2
2007-10-01Fix randomness. save_pos was being set to 0 initially instead of -1, causing ...file1-0/+1
2007-09-21gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set ofrussell1-6/+6
2007-09-18Add a new patch to handle interrupting the fgets() call when using FastAGI.russell1-4/+25
2007-09-17Handle the case where there are multiple dynamic features with the same digitrussell1-4/+8
2007-09-12Fix a check of the wrong pointer, as pointed out by an XXX comment left in russell1-1/+1
2007-09-12revert patch from issue #10553, as someone not using fastagi reported that thisrussell1-16/+1
2007-09-11(closes issue #10553)russell1-7/+25
2007-09-06Fixes a memory leakmmichelson1-1/+1
2007-09-06According to both RFC 3920 - section 9.1.2 - and Google's XMPP serverphsultan1-1/+1
2007-09-05Fix an issue that can occur when you do an attended transfer to parking. Ifrussell1-1/+5
2007-08-31Make it the engine's responsible to check for the presence of results.file1-1/+1
2007-08-31(closes issue #10618)file1-8/+1
2007-08-30(closes issue #10009)file1-1/+2
2007-08-30(issue #10599)file1-0/+7
2007-08-27(closes issue #10419)russell1-5/+5
2007-08-23When executing a dynamic feature, don't look it up a second time by digit pat...russell1-16/+9
2007-08-23Revert res_agi fix that didn't quite work until we get it right ...russell1-8/+1
2007-08-22Juggie in #asterisk-dev was reporting problems where fgets would returnrussell1-1/+9
2007-08-16Fix a little race condition that could cause a crash if two channels had MOHrussell1-3/+1
2007-08-16This patch fixes a bug where reloading the module with "module reload" did notrussell1-30/+48
2007-08-16A fix for two critical problems detected while working with Danielphsultan1-0/+27
2007-08-14(closes issue #10415)file1-7/+11