Commit Graph

12403 Commits (dccfa36f8e922b2643aecfb0a80036f5093d0b0f)
 

Author SHA1 Message Date
Tilghman Lesher dccfa36f8e Force ast_mktime() to check for DST, since strptime(3) does not.
18 years ago
Mark Michelson 7892ddd9f5 This fix prevents a deadlock that was experienced in chan_local. There was
18 years ago
Jeff Peeler ca8d1cf992 (closes issue #12362)
18 years ago
Philippe Sultan fbf0f7107e Free newly allocated channel before returning
18 years ago
Philippe Sultan 5e5094f89e Prevent call connections when codecs don't match.
18 years ago
Joshua Colp 2cfae0a8f3 Pass in the path to Zaptel for systems that install Zaptel headers in a separate location.
18 years ago
Joshua Colp 27da06a930 One thing at a time... let's get 1.4 building.
18 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.
18 years ago
Mark Michelson 6df4e58654 Fix the testing of the "res" variable so that it is more logically correct and
18 years ago
Mark Michelson b4cf033072 Fix a race condition in the manager. It is possible that a new manager event
18 years ago
Mark Michelson 63968e3d5d Ensure that there is no timeout if none is specified.
18 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.
18 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.
18 years ago
Mark Michelson f4c389df5c Initialize the __res_state structure used for dns purposes
18 years ago
Joshua Colp 214973a574 Ensure that we do not exceed the hold's maximum size with a single frame.
18 years ago
Jason Parker 9ae694024e Fix a silly infinite loop when choosing an invalid option.
18 years ago
Jason Parker 831a7f2720 Allow gsm to compile correctly on x86 with gcc4 optimizations.
18 years ago
Jason Parker 8f6e8e6711 Remove unimplemented softkeys. Prompted by issue #12325.
18 years ago
Jason Parker 871bc8ae0d The file size of WAV49 does not need to be an even number.
18 years ago
Tilghman Lesher 0e06f22752 Update debugging text, since Valgrind eliminated the --log-file-exactly option.
18 years ago
Tilghman Lesher cb67f98a5a For FreeBSD, at least, the ifa_addr element could be NULL.
18 years ago
Steve Murphy 8a02ac6f79 These small documentation updates made in response to a query in
18 years ago
Steve Murphy 0ce3eb0e2a (closes issue #12302)
18 years ago
Jason Parker 7fbcd155c1 Put this flag back so we don't change the API.
18 years ago
Jason Parker 22078d33d4 Remove excessive smoother optimization that was causing audio glitches (small "pops")
18 years ago
Joshua Colp c5a9d50cea Update autosupport script.
18 years ago
Kevin P. Fleming bec5840491 Merged revisions 111125 via svnmerge from
18 years ago
Mark Michelson df37925e23 This code change is made just for clarification. It does exactly
18 years ago
Mark Michelson 453209fd16 Add a lock to the vm_state structure and use the lock around mail_open calls
18 years ago
Kevin P. Fleming e820d05d37 Merged revisions 111019 via svnmerge from
18 years ago
Joshua Colp d2eef8c07e If we are requested to authenticate a reinvite make sure that it contains T38 SDP if need be.
18 years ago
Joshua Colp af904bf602 Make sure that full video frames are sent whenever the 15 bit timestamp rolls over.
18 years ago
Kevin P. Fleming 7bd42528de add note that the user will need to enable codec_ilbc to get it to build
18 years ago
Kevin P. Fleming bf1486e917 Merged revisions 110869 via svnmerge from
18 years ago
Jason Parker 9b334daeb6 Make file access in cdr_custom similar to cdr_csv.
18 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.
18 years ago
Mark Michelson baa405e8c3 When reverting a commit, I accidentally left in this bit which was an experiment
18 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.
18 years ago
Mark Michelson 6eed7ae503 This is a revert for revision 108288. The reason is that that revision
18 years ago
Russell Bryant e34ecbfc92 Turn a NOTICE into a DEBUG message.
18 years ago
Jason Parker d85d47e343 Don't attempt to do optimizations of gsm on mips platforms either.
18 years ago
Russell Bryant 478de3ebb9 Shorten the ast_waitfor() timeout from 500 ms to 50 ms in the autoservice thread.
18 years ago
Russell Bryant e653f8b232 Merged revisions 110335 via svnmerge from
18 years ago
Russell Bryant f3274be612 Fix a bug where when calls on the trunk side hang up while on hold, the state
18 years ago
Mark Michelson ebb67cf852 Add a missing unlock in the case that memory allocation fails in app_chanspy.
18 years ago
Joshua Colp ba782ce5f9 Add sanity checking for position resuming. We *have* to make sure that the position does not exceed the total number of files present, and we have to make sure that the position's filename is the same as previous. These values can change if a music class is reloaded and give unpredictable behavior.
18 years ago
Joshua Colp 996d3a1c2e Make sure that the mark bit does not incorrectly cause video frame timestamps to be calculated as if they are audio frames.
18 years ago
Jason Parker 5bc2c923e2 People report bugs about Asterisk crashing with DO_CRASH enabled was getting a little silly...
18 years ago
Steve Murphy 88b0da7c6c (closes issue #11442)
18 years ago
Russell Bryant 1dae97f2aa Tweak spacing in a recent change because I'm very picky.
18 years ago