aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2010-07-16And yet one moretilghman1-2/+4
2010-07-16"Item may be used uninitialized in this function."tilghman1-2/+4
2010-07-14Fix errors where incorrect address information was printed.mmichelson1-2/+2
2010-07-14Remove the old stub files, preferring the optional_api method.tilghman4-260/+317
2010-07-14Expand the caller ANI field to an ast_party_idrmudgett1-2/+2
2010-07-14Make compile again.rmudgett1-1/+1
2010-07-14ast_callerid restructuringrmudgett2-23/+29
2010-07-09Kill some startup warnings and errors and make some messages more helpful in ...tilghman2-2/+2
2010-07-08Add IPv6 to Asterisk.mmichelson2-236/+246
2010-07-08Implement AstData API data providers as part of the GSOC 2010 project,eliel1-0/+101
2010-07-07Set proper FAXOPT(status), FAXOPT(statusstr), and FAXOPT(error) values where ...mnicholson1-19/+58
2010-07-06Properly detect and report invalid maxrate and maxrate values in the FAXOPT d...mnicholson1-5/+11
2010-07-06Merged revisions 274157 via svnmerge from mmichelson1-1/+5
2010-07-02Fix various typos reported by Lintiantzafrir1-1/+1
2010-07-01Properly handle failures of fax->start_session()mnicholson1-1/+1
2010-06-30Fix rt(c)p set debug ip taking wrong argumentpabelanger1-5/+7
2010-06-25Implemement support for handling multiple documents when sending.mnicholson1-29/+131
2010-06-23If there is realtime configuration, it does not get re-read on reload unless ...tilghman1-1/+5
2010-06-23Ensure a NULL file while debugging cannot crash AEL.tilghman4-4/+4
2010-06-22Resolve some errors that occur on a graceful shutdown.russell2-36/+43
2010-06-22Change the method of retrieving the Asterisk version string.russell1-3/+2
2010-06-21Conflict kqueue on OS X, since it doesn't work there yet, anyway.tilghman1-0/+1
2010-06-21Merged revisions 271552 via svnmerge from jpeeler1-46/+47
2010-06-21fixes logic error introduced by slin16 sip supportdvossel1-1/+2
2010-06-18Merged revisions 271399 via svnmerge from jpeeler1-20/+59
2010-06-17adds support for slin16 in sipdvossel1-1/+1
2010-06-17adds speex 16khz audio supportdvossel1-0/+1
2010-06-16addition of G.719 pass-through supportdvossel1-0/+1
2010-06-16MSG_OOB flag on HANGUP packet removed.pabelanger1-5/+5
2010-06-15Don't send files twice and remove extra \r\n from headertwilson1-14/+3
2010-06-15Argh, mixed declarations and code.tilghman1-5/+8
2010-06-15Add distributed devicestate via the XMPP protocol.tilghman1-254/+1146
2010-06-14Merged revisions 270331 via svnmerge from pabelanger1-4/+9
2010-06-09fixes crash in moh when cachertclasses flag is useddvossel1-1/+4
2010-06-08Fix some doxygen warnings.lmadsen2-0/+3
2010-06-08Release list lock before returning on error.tilghman1-0/+2
2010-06-08Add SRTP support for Asterisktwilson3-18/+478
2010-06-07Avoid unloading res_smdi twice.tilghman1-0/+7
2010-06-01Use the correct ical.h filetwilson1-1/+1
2010-06-01Don't register functions until the last possible point, so they're not unload...tilghman1-12/+19
2010-05-28Fix ical library handling (again)twilson2-2/+2
2010-05-26Remove unrelated MOH change from previous commit.mmichelson1-4/+0
2010-05-26Fix misspelling of macro args.mmichelson1-0/+4
2010-05-26Merged revisions 265910 via svnmerge from tilghman1-3/+2
2010-05-26Construct socket name, according to the Postgres docs, and document as such.tilghman1-3/+3
2010-05-26Ensure that libneon > 0.29.0 is installed for res_calendar_ewstwilson1-1/+1
2010-05-26Use configure to determine the prefixes and include directories properly.tilghman4-23/+23
2010-05-24Calendaring support for Exchange Server 2007+ via EWStwilson2-0/+847
2010-05-21Log spandsp's fax debug output to the FAX logger level.mmichelson3-1/+18
2010-05-19fixes crash during dtmfdvossel1-2/+3