aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-13Instead of accepting a single DTMF character accept a full string.file1-1/+1
2007-08-13Add an API call to allow the engine to know that DTMF was received.file1-0/+15
2007-08-11Ensure the connection gets marked as used at allocation time (closes issue #1...tilghman1-2/+10
2007-08-07Fix the build of this module on 64-bit platformsrussell1-8/+12
2007-08-07Don't free the environment handle when the connection fails, because other co...tilghman1-3/+0
2007-08-07Reconnection doesn't happen automatically when a DB goes down (fixes issue #9...tilghman1-98/+57
2007-07-31Add a flag to the speech API that allows an engine to set whether it received...file1-1/+2
2007-07-30(closes issue #10279)russell1-4/+6
2007-07-30Merged revisions 77782 via svnmerge from tilghman1-1/+2
2007-07-30(closes issue #10327)file1-11/+7
2007-07-27Missing newlinetilghman1-1/+1
2007-07-20(closes issue #10246)file1-1/+4
2007-07-17(issue #10210)russell1-0/+2
2007-07-17Remove a duplicated newline character in AGI debug output.russell1-1/+1
2007-07-13Merged revisions 75107 via svnmerge from russell1-2/+2
2007-07-13Merged revisions 75059 via svnmerge from russell1-0/+3
2007-07-12Merged revisions 74814 via svnmerge from file1-9/+9
2007-07-11Merged revisions 74656 via svnmerge from russell1-10/+8
2007-07-10fix an uninitialized variablerussell1-1/+1
2007-07-10Merged revisions 74313 via svnmerge from russell1-2/+4
2007-07-09(closes issue #10123)russell1-16/+14
2007-07-06Merged revisions 73684 via svnmerge from russell1-0/+4
2007-07-05Pass HOLD and UNHOLD frames to the other channel when they are returned from arussell1-9/+16