Commit Graph

12563 Commits (ba9f0125731e69698eeef69dcdb6c80a81dd917c)
 

Author SHA1 Message Date
Terry Wilson 346841ef05 Initialize fr->cacheable to make valgrind happy
17 years ago
Mark Michelson e1e05ad198 Fix potential buffer overflow that could happen if more than 100 announce files
17 years ago
Jason Parker 55f577bc29 Add a little more that is required for previously added devices.
17 years ago
Jason Parker 40ff61ff52 Add support for several new(ish) devices - most notably, 7942/7945, 7962/7965, 7975.
17 years ago
Jason Parker 6ba9909eda Work around some silliness caused by sys/capability.h - this should fix compile errors a number of users have been experiencing.
17 years ago
Tilghman Lesher 4e44f14c32 Add security note on astgenkey's manpage.
17 years ago
Tilghman Lesher 3949ff32df Move check for still-bridged channels out a little further, to avoid possible
17 years ago
Joshua Colp 8c03119ce5 If audio suddenly gets fed into one side of a channel after a lapse of frames flush the other factory so that old audio does not remain in the factory causing the sync code to not execute.
17 years ago
Jeff Peeler 3296b7882e (closes issue #12362) [redo of 113012]
17 years ago
Jason Parker 4c046cd2b7 Allow playback with noanswer (and add earlyrtp option).
17 years ago
Tilghman Lesher dccfa36f8e Force ast_mktime() to check for DST, since strptime(3) does not.
17 years ago
Mark Michelson 7892ddd9f5 This fix prevents a deadlock that was experienced in chan_local. There was
17 years ago
Jeff Peeler ca8d1cf992 (closes issue #12362)
17 years ago
Philippe Sultan fbf0f7107e Free newly allocated channel before returning
17 years ago
Philippe Sultan 5e5094f89e Prevent call connections when codecs don't match.
17 years ago
Joshua Colp 2cfae0a8f3 Pass in the path to Zaptel for systems that install Zaptel headers in a separate location.
17 years ago
Joshua Colp 27da06a930 One thing at a time... let's get 1.4 building.
17 years ago
Dwayne M. Hubbard 0f7c06dc26 add a Zaptel timer check to verify the timer is responding when Zaptel support is compiled into Asterisk and Zaptel drivers are loaded. This will help people not waste their valuable time debugging side effects.
17 years ago
Mark Michelson 6df4e58654 Fix the testing of the "res" variable so that it is more logically correct and
17 years ago
Mark Michelson b4cf033072 Fix a race condition in the manager. It is possible that a new manager event
17 years ago
Mark Michelson 63968e3d5d Ensure that there is no timeout if none is specified.
17 years ago
Joshua Colp 65767b4290 Disable Packet2Packet bridging when we need to feed DTMF frames into the core. Some implementations do not like how we switch between things.
17 years ago
Joshua Colp dcad2163df Do not pass audio until the remote side has indicated they are providing early media, or if the channel has been answered.
17 years ago
Mark Michelson f4c389df5c Initialize the __res_state structure used for dns purposes
17 years ago
Joshua Colp 214973a574 Ensure that we do not exceed the hold's maximum size with a single frame.
17 years ago
Jason Parker 9ae694024e Fix a silly infinite loop when choosing an invalid option.
17 years ago
Jason Parker 831a7f2720 Allow gsm to compile correctly on x86 with gcc4 optimizations.
17 years ago
Jason Parker 8f6e8e6711 Remove unimplemented softkeys. Prompted by issue #12325.
17 years ago
Jason Parker 871bc8ae0d The file size of WAV49 does not need to be an even number.
17 years ago
Tilghman Lesher 0e06f22752 Update debugging text, since Valgrind eliminated the --log-file-exactly option.
17 years ago
Tilghman Lesher cb67f98a5a For FreeBSD, at least, the ifa_addr element could be NULL.
17 years ago
Steve Murphy 8a02ac6f79 These small documentation updates made in response to a query in
17 years ago
Steve Murphy 0ce3eb0e2a (closes issue #12302)
17 years ago
Jason Parker 7fbcd155c1 Put this flag back so we don't change the API.
17 years ago
Jason Parker 22078d33d4 Remove excessive smoother optimization that was causing audio glitches (small "pops")
17 years ago
Joshua Colp c5a9d50cea Update autosupport script.
17 years ago
Kevin P. Fleming bec5840491 Merged revisions 111125 via svnmerge from
17 years ago
Mark Michelson df37925e23 This code change is made just for clarification. It does exactly
17 years ago
Mark Michelson 453209fd16 Add a lock to the vm_state structure and use the lock around mail_open calls
17 years ago
Kevin P. Fleming e820d05d37 Merged revisions 111019 via svnmerge from
17 years ago
Joshua Colp d2eef8c07e If we are requested to authenticate a reinvite make sure that it contains T38 SDP if need be.
17 years ago
Joshua Colp af904bf602 Make sure that full video frames are sent whenever the 15 bit timestamp rolls over.
17 years ago
Kevin P. Fleming 7bd42528de add note that the user will need to enable codec_ilbc to get it to build
17 years ago
Kevin P. Fleming bf1486e917 Merged revisions 110869 via svnmerge from
17 years ago
Jason Parker 9b334daeb6 Make file access in cdr_custom similar to cdr_csv.
17 years ago
Jeff Peeler e510971e20 This one line change makes an if inside a for loop (in realtime_peer) check all the ast_variables the loop was intending to test rather than just the first one.
17 years ago
Mark Michelson baa405e8c3 When reverting a commit, I accidentally left in this bit which was an experiment
17 years ago
Joshua Colp be84adc952 Add an option (transmit_silence) which transmits silence during both Record() and DTMF generation. The reason this is an option is that in order to transmit silence we have to setup a translation path. This may not be needed/wanted in all cases.
17 years ago
Mark Michelson 6eed7ae503 This is a revert for revision 108288. The reason is that that revision
17 years ago
Russell Bryant e34ecbfc92 Turn a NOTICE into a DEBUG message.
17 years ago