aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-06-08Fix some doxygen warnings.lmadsen34-83/+134
2010-06-08Release list lock before returning on error.tilghman1-0/+2
2010-06-08Fix trunk build on Mac OS X.tilghman1-0/+10
2010-06-08Add SRTP support for Asterisktwilson28-30766/+9200
2010-06-08Make SIP tests compile again.rmudgett1-3/+3
2010-06-07Use the mailbox destructor function, instead.tilghman1-1/+1
2010-06-07Mailbox list would previously grow at each reload, containing duplicates.tilghman2-12/+45
2010-06-07Extract sig_ss7 out of chan_dahdi.rmudgett6-1581/+2623
2010-06-07Seems strange (and the code backs up) that if the max and min of a statistic ...tilghman4-8/+8
2010-06-07Moved AOC request code out of the middle of code parsing the dialed number.rmudgett1-15/+14
2010-06-07Event well was going dry.tilghman1-0/+5
2010-06-07Set threshold for silence detection defaults to 256pabelanger1-5/+17
2010-06-07Avoid unloading res_smdi twice.tilghman1-0/+7
2010-06-07Suppress warning in waitstream_core().rmudgett1-0/+3
2010-06-06Take advantage of variable substitution already in the Makefile to specify th...tilghman1-3/+3
2010-06-06Finally track down and eliminate the "FRACK! warnings from chan_iax2".tilghman1-0/+9
2010-06-05Fix crash in DTMF detection.tilghman1-9/+4
2010-06-05Verify event is not NULL before attempting to lower its usecount.tilghman1-1/+3
2010-06-05Typo fix.kpfleming1-1/+1
2010-06-05Grammatical error fix.kpfleming1-1/+1
2010-06-05Merged revisions 268320 via svnmerge from tilghman1-1/+1
2010-06-04fixes compile error from uninitialized variabledvossel1-1/+1
2010-06-04RFC3261 compliant sip unreliable retransmit timing + 'registerattempts' optio...dvossel1-6/+9
2010-06-04Merged revisions 268126 via svnmerge from tilghman2-198/+9
2010-06-04Merged revisions 268050 via svnmerge from tilghman2-1/+3
2010-06-04Merged revisions 267971 via svnmerge from tilghman3-51/+16
2010-06-04Incoming overlap dialing no longer works after sig_pri extraction.rmudgett1-8/+1
2010-06-04As signed linear audio data is accessed as 16-bit values, certain processors ...tilghman1-41/+41
2010-06-04Send an ACK for every final response received for an INVITEtwilson1-0/+5
2010-06-04As signed linear audio data is accessed as 16-bit values, certain processors ...tilghman1-2/+2
2010-06-04If there's a default, turn it on, even when the option isn't specified.tilghman2-2/+5
2010-06-04Merged revisions 267759 via svnmerge from tilghman3-12404/+11920
2010-06-03Remove a LOG_WARNING.russell1-1/+0
2010-06-03Handle OOM errors more gracefully.tilghman1-2/+22
2010-06-03Update UPGRADE.txt and CHANGE for CDR functionality changes.lmadsen2-1/+10
2010-06-03Make compile again.rmudgett1-2/+0
2010-06-03Don't stop Asterisk if chan_usbradio isn't configured.russell1-2/+2
2010-06-03Remove unnecessary code relating to PLC.mmichelson10-257/+5
2010-06-03Remove a line that was killing Asterisk on startup.russell1-1/+0
2010-06-03Comment out a rule that likes to run implicitly unnecessarily, breaking buildsrussell1-2/+6
2010-06-03Add ETSI Message Waiting Indication (MWI) support.rmudgett8-2/+555
2010-06-02try to fix some random chan_h323 compilation failuresrussell2-2/+1
2010-06-02Add ETSI Malicious Call ID support.rmudgett7-19/+429
2010-06-02Fix a build error on mac.russell1-0/+1
2010-06-02Ensure the -Wno-strict-aliasing flag makes it, even if ASTCFLAGS has been spe...russell1-1/+1
2010-06-02Add ETSI Call Waiting support.rmudgett8-154/+1054
2010-06-02Update CHANGES and aoc help doc to reflect AOC additionsdvossel2-0/+14
2010-06-02Add a CLI command that blocks until Asterisk has fully booted.russell1-0/+24
2010-06-02Prevent use of uninitialized values.mmichelson1-1/+1
2010-06-02Generic Advice of Charge.rmudgett19-433/+4553