Commit Graph

12711 Commits (a07df230fa12d5576c4ae2e2bc66bb025ff9b41e)
 

Author SHA1 Message Date
Kevin P. Fleming a07df230fa simplify calculation
17 years ago
Kevin P. Fleming 043c97235c fix a flaw found while experimenting with structure alignment and padding; low-fence checking would not work properly on 64-bit platforms, because the compiler was putting 4 bytes of padding between the fence field and the allocation memory block
17 years ago
Kevin P. Fleming 59466ca614 don't attempt to set user/group ownership of extracted sound files (reported on asterisk-users)
17 years ago
Tilghman Lesher 411e8582c3 Correctly deal with duplicate NEW frames (due to retransmission). Also, fixup
17 years ago
Tilghman Lesher 74c78a9e3a Oops
17 years ago
Russell Bryant 5f919770b0 Note that pbx_spool.so is the module used for call files
17 years ago
Sean Bright 53df8e7dbb Update svn:ignore
17 years ago
Mark Michelson e5c3ba2e73 Fix a problem where inbound rfc2833 audio would be sent to the
17 years ago
Sean Bright 239c5d6f2c Look for the system installed awk instead of assuming it's at /usr/bin/awk.
17 years ago
Mark Michelson 1645c410d4 Update documentation to have the correct option name
17 years ago
Mark Michelson 7b1c12bcb0 Backport TCP-related timeouts to IMAP voicemail in 1.4
17 years ago
Tilghman Lesher e46bb5f5bc Cause SIP to return a 480 instead of a 404 when a sip peer exists, but is not
17 years ago
Tilghman Lesher 56e30a7677 Timestamp decoding for video mini-frames is bogus, because the timestamp only
17 years ago
Olle Johansson 3b0f179912 Don't hangup the call if we can't resolve the Contact if there's a proxy
17 years ago
Olle Johansson 9a253f3fe6 Fix issues where repeated messages where ignored, but retransmitted reliably instead of unreliably.
17 years ago
Tilghman Lesher 37d56a983f Check for non-NULL before stripping characters.
17 years ago
Tilghman Lesher 03ba0f7ef0 Stop using deprecated method, as requested by Kevin.
17 years ago
Russell Bryant 626914d267 Fix handling of when a pvt disappears. Properly return the pvt locked
17 years ago
Sean Bright bb95fdcdab Remove spurious trailing whitespace from log messages and fix a spelling error
17 years ago
Mark Michelson 2ac560c495 By using the iaxdynamicthreadcount to identify a thread, it was possible
17 years ago
Kevin P. Fleming d227632177 use tzafrir's patch to fix this problem properly... i made the previous set of changes without thoroughly testing them, doh!
17 years ago
Tilghman Lesher 7073477f44 Move the free down one
17 years ago
Tilghman Lesher e9d086a277 Fix the 'dialplan remove extension' logic, so that it a) works with cidmatch,
17 years ago
Kevin P. Fleming 589c7bdb3a remove this, it has been moved to the main Makefile
17 years ago
Kevin P. Fleming 0e91ad574f a couple of small Solaris-related fixes
17 years ago
Kevin P. Fleming 3b34ed635e ensure that DAHDI_INCLUDE and ZAPTEL_INCLUDE are added in all the places needed
17 years ago
Steve Murphy e9f5152eba The CDRfix4/5/6 omnibus cdr fixes.
17 years ago
Mark Michelson 27a3ead8a7 Fix thread-safety of some of the pbx_builtin_getvar_helper calls
17 years ago
Tilghman Lesher 65d72fd813 Merged revisions 127466 via svnmerge from
17 years ago
Mark Michelson 2ddc2e2ca0 Add error message to failed open(2) calls inside the copy() function of
17 years ago
Tilghman Lesher a904d0f74f Disable the old, slow search for matching callno in chan_iax2 (but allow it to be reenabled for debugging)
17 years ago
Tilghman Lesher be6ac151e8 Oops
17 years ago
Tilghman Lesher 00b8646ae2 Change around how we schedule pings and lagrqs, and fix a reason why the
17 years ago
Tilghman Lesher f2946061d0 Suppress annoying warning by finding the remaining cases where the callno is not in the hash.
17 years ago
Olle Johansson d3ba59fdc7 Use domain part of SIP uri in register= configuration as fromdomain.
17 years ago
Olle Johansson c68c56c3f6 Handle escaped URI's in call pickups. Patch by oej and IgorG.
17 years ago
Olle Johansson fcb5675ffb Clear up documentation on "domain=" setting in sip.conf
17 years ago
Olle Johansson d96900ad80 Report 200 OK to all in-dialog OPTIONs requests (to confirm that the dialog
17 years ago
Olle Johansson 8e0a99b7e3 Fix bad XML for hold notification.
17 years ago
Jeff Peeler 95961ba037 Load the proper channel configuration file based on which driver was detected.
17 years ago
Tilghman Lesher 84ab258c12 Add note about other names for EuroISDN
17 years ago
Russell Bryant 791f9b12d3 Fix a typo in the non-DEBUG_THREADS version of the recently added DEADLOCK_AVOIDANCE()
17 years ago
Olle Johansson af5c8fedce Send all responses to an INVITE reliably, so that we retransmit if we don't get an ACK and
17 years ago
Kevin P. Fleming 31a9e3085d ignore warnings for prototypes in GTK headers
17 years ago
Tilghman Lesher 16b6a965d8 When we get a 408 Timeout, don't stop trying to re-register.
17 years ago
Tilghman Lesher c20daa7d8c Since HAVE_DAHDI is defined to HAVE_ZAPTEL in dahdi_compat.h, we must first
17 years ago
Tilghman Lesher db4ae54745 In this debugging function, copy to a buffer instead of using potentially unsafe pointers.
17 years ago
Tilghman Lesher 226a47ccfd Add proper deadlock avoidance.
17 years ago
Jason Parker a9d6021211 Make sure to unlock the lock_info lock (huh?). Possible deadlock?
17 years ago
Mark Michelson 28004bb651 Add the interface of a queue member to the output of the "queue show" command
17 years ago