aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2009-01-24Add a todo to finish the XML docs in this modulerussell1-0/+2
2009-01-19ast_str_SQLGetData is *not* part of the ast_str API, it's part of the ast_odb...kpfleming1-0/+17
2009-01-16Fix a logic error that occur when using the timerfd interfacemmichelson1-6/+14
2009-01-16Merged revisions 168745 via svnmerge from murf1-0/+1
2009-01-15remove the PBX_ODBC logic from the configure script, and add GENERIC_ODCB log...kpfleming2-7/+1
2009-01-13Fully overwrite a same-named file when uploadingtwilson1-1/+1
2009-01-13Merged revisions 168561 via svnmerge from russell2-10/+10
2009-01-12Merged revisions 168516 via svnmerge from jpeeler1-0/+5
2009-01-09Merged revisions 168198 via svnmerge from russell1-1/+1
2009-01-09Don't leak memory if phoneprov.conf does not existtwilson1-0/+1
2009-01-09When using ast_str with a non-ast_str-enabled API, we need to update the buffertilghman1-0/+1
2009-01-08Merged revisions 167840 via svnmerge from tilghman1-3/+19
2008-12-30Fix some svn:keywordstwilson2-2/+2
2008-12-22Always use the value of the AGISIGHUP when running an AGI.mmichelson1-8/+16
2008-12-22Cosmetic change - don't mix struct initializer styles.russell1-1/+1
2008-12-22Fix a bad typo.russell1-1/+1
2008-12-22Re-work ref count handling of MoH classes using astobj2 to resolve crashes.russell1-371/+419
2008-12-22Remove AST_PBX_KEEPALIVE usage from res_agi.russell1-19/+4
2008-12-18Fix crashes in res_odbc.mmichelson1-2/+2
2008-12-18Merged revisions 165661 via svnmerge from russell1-6/+7
2008-12-18Fix reference counts of the class and add an assertion to the end.tilghman1-3/+12
2008-12-17Fix a refcount leak in res_odbcmmichelson1-0/+1
2008-12-17Fix the buildmmichelson1-1/+1
2008-12-17Merged revisions 165255 via svnmerge from mmichelson1-1/+3
2008-12-17Polycom phones close the connection after reading a little bit of the firmwar...twilson1-1/+6
2008-12-16Merged revisions 164605 via svnmerge from russell1-1/+1
2008-12-13Use ast_str_strlen() instead of recalculating the string length.seanbright1-1/+1
2008-12-13nuke another use of the ast_str internals.mvanbaak1-2/+2
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman8-90/+89
2008-12-12Add a note to indicate why this only supports one channel for now.russell1-0/+5
2008-12-12Add a new CLI command, "channel redirect", which is similar in operationrussell1-3/+45
2008-12-12Document default Monitor file location.mvanbaak1-0/+1
2008-12-11Fix a problem where continuous mode will get inadvertently get turned off if ...russell1-5/+22
2008-12-11Merged revisions 163088 via svnmerge from tilghman1-1/+1
2008-12-10Merged revisions 162926 via svnmerge from jpeeler1-1/+1
2008-12-10Fix reloads of aliased CLI commands. Due to changes done to turn it into a si...file1-19/+4
2008-12-10Merged revisions 162874 via svnmerge from jpeeler1-5/+5
2008-12-10FreeBSD also needs libgen.hfile1-1/+1
2008-12-10Make res_snmp.so compile on OpenBSD.mvanbaak1-0/+8
2008-12-09Merged revisions 162264 via svnmerge from murf2-86/+108
2008-12-09Merged revisions 162136 via svnmerge from murf2-77/+103
2008-12-09Merged revisions 162013 via svnmerge from murf3-107/+80
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel11-20/+20
2008-12-04Added XML documentation for the following AGI commands:eliel1-23/+55
2008-11-29we can now build with -Wformat=2, which found a couple of real bugskpfleming1-7/+6
2008-11-28Make res_config_ldap compile with the official OpenLDAP 2.3.X versions.mvanbaak1-0/+2
2008-11-27Removed duplicate codephsultan1-8/+0
2008-11-26improve handling of API calls provided by loaded modules through use of some ...kpfleming1-1/+3
2008-11-25This is basically a complete rollback of r155401, as it was determined thatseanbright4-21/+21
2008-11-24Added EVENT_FLAG_AGI and used it for manager calls in res_agi.cmnicholson1-9/+9