aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-18git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.19-rc4@212958 f38db49...v1.4.19-rc4kpfleming8-20/+19
2008-03-28Use autotagged externalsrussell0-0/+0
2008-03-28Importing files for 1.4.19-rc4 releaserussell3-0/+17011
2008-03-28Creating tag for the release of asterisk-1.4.19-rc4russell0-0/+0
2008-03-28The file size of WAV49 does not need to be an even number.qwell1-12/+2
2008-03-28Update debugging text, since Valgrind eliminated the --log-file-exactly option.tilghman1-1/+8
2008-03-27For FreeBSD, at least, the ifa_addr element could be NULL.tilghman1-1/+1
2008-03-27These small documentation updates made in response to a query inmurf2-0/+5
2008-03-27(closes issue #12302)murf2-53/+97
2008-03-27Put this flag back so we don't change the API.qwell1-0/+1
2008-03-26Remove excessive smoother optimization that was causing audio glitches (small...qwell1-17/+1
2008-03-26Update autosupport script.file1-22/+57
2008-03-26Merged revisions 111125 via svnmerge from kpfleming1-12/+5
2008-03-26This code change is made just for clarification. It does exactlymmichelson1-1/+1
2008-03-26Add a lock to the vm_state structure and use the lock around mail_open callsmmichelson1-0/+7
2008-03-26Merged revisions 111019 via svnmerge from kpfleming1-0/+22
2008-03-26If we are requested to authenticate a reinvite make sure that it contains T38...file1-1/+1
2008-03-26Make sure that full video frames are sent whenever the 15 bit timestamp rolls...file1-3/+27
2008-03-26add note that the user will need to enable codec_ilbc to get it to buildkpfleming1-1/+3
2008-03-26Merged revisions 110869 via svnmerge from kpfleming52-7360/+23
2008-03-25Make file access in cdr_custom similar to cdr_csv.qwell1-9/+10
2008-03-25This one line change makes an if inside a for loop (in realtime_peer) check a...jpeeler1-1/+1
2008-03-25When reverting a commit, I accidentally left in this bit which was an experimentmmichelson1-1/+3
2008-03-25Add an option (transmit_silence) which transmits silence during both Record()...file4-3/+13
2008-03-24This is a revert for revision 108288. The reason is that that revisionmmichelson1-6/+3
2008-03-24Turn a NOTICE into a DEBUG message.russell1-4/+4
2008-03-21Don't attempt to do optimizations of gsm on mips platforms either.qwell1-3/+3
2008-03-20Shorten the ast_waitfor() timeout from 500 ms to 50 ms in the autoservice thr...russell1-1/+1
2008-03-20Merged revisions 110335 via svnmerge from russell2-13/+9
2008-03-19Fix a bug where when calls on the trunk side hang up while on hold, the staterussell1-2/+3
2008-03-19Add a missing unlock in the case that memory allocation fails in app_chanspy.mmichelson1-4/+3
2008-03-19Add sanity checking for position resuming. We *have* to make sure that the po...file1-2/+8
2008-03-19Make sure that the mark bit does not incorrectly cause video frame timestamps...file1-2/+2
2008-03-19People report bugs about Asterisk crashing with DO_CRASH enabled was getting ...qwell3-18/+23
2008-03-19(closes issue #11442)murf1-10/+21
2008-03-19Tweak spacing in a recent change because I'm very picky.russell1-1/+1
2008-03-18Fix one place where the chanspy datastore isn't removed from a channel.russell1-1/+3
2008-03-18This patch makes it so that all queue member status changes are handled throu...mmichelson1-96/+56
2008-03-18Allow codecs that use log2comp (g726) to compile correctly on x86 with gcc4 o...qwell1-1/+1
2008-03-18Make sure an agent doesn't try to send dtmf to a NULL channelmmichelson1-2/+6
2008-03-18Fix character string being treated ad format stringtwilson1-1/+1
2008-03-18Merged revisions 109391 via svnmerge from qwell1-2/+0
2008-03-18Put a maximum limit on the number of payloads accepted, and also make sure a ...file2-13/+24
2008-03-18(closes issue #11903)murf15-21/+125
2008-03-17Fix a logic flaw in the code that stores lock info which is displayedmmichelson1-1/+1
2008-03-17Update the directory of placed calls on skinny phones ...mvanbaak1-0/+1
2008-03-17200 OKs in response to a reinvite need to be sent reliably. If the remote sid...file1-1/+1
2008-03-17Backport revision 106439 from trunk. I didn't realize this was broken in 1.4...qwell1-41/+71
2008-03-17Make sure that we release the lock on the spyee channel if the spyee or spy h...mmichelson1-1/+3
2008-03-16add missing break to case AST_CONTROL_SRCUPDATEmvanbaak1-0/+1