aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-16Clean up a few coding guidelines issues - spaces to tabs, use sizeof() to passrussell1-9/+9
2007-02-16Merged revisions 54771 via svnmerge from oej1-1/+1
2007-02-09add some inter-module dependencieskpfleming2-1/+2
2007-02-07Text fix for jabber reload command (reported by bkruse via IRC)tilghman1-1/+1
2007-02-01Merged revisions 53084 via svnmerge from file1-12/+13
2007-01-30Don't play with free()'d pointerspcadach1-2/+4
2007-01-23this mod from 8593 (dstchannel in cdr is empty when transfer call).murf1-0/+3
2007-01-23Merged revisions 51512 via svnmerge from file1-0/+6
2007-01-16Merged revisions 51145 via svnmerge from file1-0/+2
2007-01-13Only join the snmp thread on an unload if the thread is actually running. (is...file1-1/+1
2007-01-06Save 1 whopping byte of allocated memory!qwell1-1/+1
2007-01-05reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most ...kpfleming3-28/+27
2006-12-19use the proper variable type for these unixODBC API calls, eliminating warnin...kpfleming1-3/+3
2006-12-11Merged revisions 48374 via svnmerge from tilghman2-6/+29
2006-12-07Merged revisions 48356 via svnmerge from russell1-0/+1
2006-11-30Merged revisions 48154 via svnmerge from file1-6/+0
2006-11-27Merged revisions 48045 via svnmerge from tilghman1-17/+14
2006-11-13Merged revisions 47525 via svnmerge from tilghman1-0/+1
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to solv...murf1-7/+3
2006-11-07Merged revisions 47238 via svnmerge from russell1-0/+2
2006-11-02More changes making the CLI more consistent with "category verb arguments" (c...tilghman2-3/+3
2006-11-02Reverse change of "show" to "list" and make several other commands more consi...tilghman6-18/+13
2006-11-02Merged revisions 46964 via svnmerge from russell1-0/+4
2006-11-01a fix for bug 8251; the var_val needs to accept longer strings or mass confus...murf1-1/+1