aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2010-10-16Merged revisions 292049 via svnmerge from tzafrir1-1/+1
2010-10-15Ref/unref res_srtp when we create/destroy a sessiontwilson1-0/+2
2010-10-15Merged revisions 291904 via svnmerge from twilson1-3/+3
2010-10-11Gtalk enhancements and general code cleanup.dvossel1-1/+0
2010-10-06Don't try to send RTP when remote_address is nulltwilson1-0/+5
2010-10-05Fixes chan_gtalk to work with gmail clientdvossel1-1/+26
2010-10-05Merged revisions 290396 via svnmerge from tilghman1-5/+8
2010-10-04Merged revisions 290254 via svnmerge from tilghman1-31/+31
2010-10-02Merged revisions 289798 via svnmerge from jpeeler1-1/+14
2010-10-01Merged revisions 289704 via svnmerge from pabelanger1-1/+1
2010-09-30More Solaris compatibility fixestilghman1-5/+17
2010-09-29Merged revisions 289332 via svnmerge from russell1-4/+0
2010-09-27Fix some documentation typos and spelling errors.russell1-4/+4
2010-09-27Fix a documentation spelling error.russell1-1/+1
2010-09-21Don't use ast_strdupa() from within the arguments to a function.russell1-2/+5
2010-09-17Events are visible after they were removed from EWS calendarpitel1-0/+1
2010-09-17Asterisk crashing because of double free when EWS request failspitel1-1/+0
2010-09-17Support for HTTP redirects in calendar's URLpitel4-1/+9
2010-09-15Don't hang up a call on an SRTP unprotect failuretwilson1-2/+3
2010-09-14Merging events for Exchange web service doesn't work as expected, resulting i...pitel1-5/+10
2010-09-09Merged revisions 285710 via svnmerge from bbryant15-119/+786
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