aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2010-07-29Fix regression introduced in r1664. Give the fax stack time to shutdown and ...mnicholson1-2/+7
2010-07-28Do rtp/rtcp debugging when it is turned on w/o filteringtwilson1-2/+2
2010-07-28s/init keys/keys init/russell1-2/+2
2010-07-26Merged revisions 279597 via svnmerge from tilghman1-5/+23
2010-07-23Silly 64-bit compilers (who uses 64-bit anyway?)tilghman1-2/+2
2010-07-23Merge the realtime failover branchtilghman2-16/+68
2010-07-23Minor corrections to the LDAP realtime driveroej1-11/+17
2010-07-21Remove built-in AES code and use optional_api insteadtwilson2-0/+25
2010-07-21Use poll() instead of select() in res_timing_pthread to avoid stack corruption.russell1-8/+5
2010-07-21Properly show the current page being transfered for 'fax show session'mnicholson1-2/+2
2010-07-21Don't print failure status when the remote end hangs up, it may not be an act...mnicholson1-3/+8
2010-07-20Separate queue_log arguments into separate fields, and allow the text file to...tilghman1-0/+3
2010-07-20This commit contains several changes to the way output channel variables are ...mnicholson1-37/+77
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman28-30/+105
2010-07-17Merged revisions 277568 via svnmerge from tilghman2-27/+112
2010-07-17Update res_fax.c to be a good xml citizen.snuffy1-57/+137
2010-07-16Add documentation for MOH realtime fieldstilghman1-0/+3
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