aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-26Don't always say that the channel is being paused if it is actually being unp...file1-1/+1
2007-04-10Finished up a previous fix to overcome a compiler warning; the app NoCDR() ha...murf1-21/+9
2007-04-09fix up some warnings found using --enable-dev-modekpfleming1-7/+1
2007-04-09This is a big improvement over the current CDR fixes. It may still need refin...murf1-94/+56
2007-04-09Add final new line after JabberEventoej1-1/+1
2007-04-06Add support for returning different types of results (ie: NBest).file1-0/+13
2007-03-30several changes via kpflemings reviewmurf1-88/+96
2007-03-30These mods fix CDR issues from 8221, 8593, 8680, 8743, and perhaps others. Ma...murf1-1/+120
2007-03-29When building a response to a subscription, the "from" must be the full Jabberrussell1-1/+1
2007-03-28Another crash that I thought we had fixed already - Issue 9396tilghman1-1/+1
2007-03-21Merged revisions 59086 via svnmerge from file1-0/+1
2007-03-08Fix segfault (Issue 9236)tilghman1-1/+1
2007-03-05Don't reference a potentially NULL pointer. (issue #9199 reported by klolik)file1-1/+2
2007-02-20No need to cast nor free with strdupa (thanks file)qwell1-2/+2
2007-02-19- Not sending arguments to an application is not "out of memory"oej1-27/+25