aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-29Fix 1.4 breakagetilghman1-2/+2
2007-06-25Merged revisions 71656 via svnmerge from tilghman1-1/+1
2007-06-24Issue 10044 - chan->cdr is NULL here, so peer->cdr is what we really wanted t...tilghman1-2/+2
2007-06-23This patch is meant to fix 8433; where clid and src are lost via bridging.murf1-4/+9
2007-06-22Merged revisions 71065 via svnmerge from qwell1-15/+5
2007-06-19Merged revisions 69846 via svnmerge from file1-4/+4
2007-06-18To prevent 92138749238754 more reports of "I have unixodbc installed, butrussell2-0/+2
2007-06-15Fix a silly deadlock in res_features that I found while debugging on one ofrussell1-1/+3
2007-06-07Adding a few Todo's to res_jabber so we don't forget.oej1-0/+5
2007-06-07Ok, we found out that this is not about if you have any *active* clients usin...oej1-13/+7
2007-06-07If you have a jabber client that uses TLS, refuse unload. Bad fix, but will p...oej1-0/+28
2007-06-07Issue #9738 - Make sure we can unload res_jabber. Patch by phsultan - thanks!oej1-7/+17
2007-06-06Disable reload functionality in res_snmp. It is not possible to initialize therussell1-18/+0
2007-06-06Make the new "agi debug off" CLI command work. (issue #9890 reported by eliel)file1-2/+2
2007-06-04Returning a value that indicates the parking of a call was a success when it ...file1-1/+1
2007-06-04Issue 9739 - Malformed jid causes a crashtilghman1-0/+4
2007-05-31Change a couple of header files to not use "new", which is a reserved keywordrussell1-1/+1
2007-05-25handle the GNUTLS library properly in the configure script and build systemkpfleming1-0/+1
2007-05-24Issue 8409 - phsultan - Fix "login" as component to jabber server.oej1-2/+3
2007-05-20res_agi needs to export two symbols (ast_agi_register and ast_agi_unregister)...file1-1/+4
2007-05-15Properly fix a problem that occurs when you set PARKINGEXTEN to an exten whererussell1-23/+2
2007-05-14When someone requests a specific parking space using the PARKINGEXTEN variable,russell1-0/+23
2007-05-11Make the PARKINGEXTEN feature of parking actually work. (issue #9708 reported...file1-0/+1
2007-05-08I mixed up the use of the find_feature() function, so I renamed itrussell1-15/+19
2007-05-08Use a read/write lock when accessing the built-in features.russell1-49/+61
2007-05-04Fix a crash when checking version attribute in an incoming XML caps element.qwell1-2/+14
2007-05-03Merged revisions 62841 via svnmerge from kpfleming1-1/+1
2007-05-03Merged revisions 62796 via svnmerge from kpfleming1-16/+12
2007-05-02improve static Realtime config loading from PostgreSQL:kpfleming1-17/+8
2007-05-01Merged revisions 62547 via svnmerge from russell1-1/+1