Commit Graph

10540 Commits (dadf652e26064a9934d16e482790e9ebb1f1beaa)
 

Author SHA1 Message Date
Joshua Colp cdab7c62eb find is not the same as bind when it comes to documentation. (issue #8626 reported by johann8384)
19 years ago
Kevin P. Fleming 2703d88576 suppress compiler warnings in this module until it can be improved
19 years ago
Joshua Colp 8d7bdfc607 Merged revisions 48584 via svnmerge from
19 years ago
Luigi Rizzo 0f325ae583 fix a bogus datalen in the frames generated by app_sms
19 years ago
Kevin P. Fleming 8e900c7db7 use the proper variable type for these unixODBC API calls, eliminating warnings on 64-bit platforms that use the 'new' 64-bit types for ODBC API calls
19 years ago
Joshua Colp 14f57685be Use env -i to start a fresh environment when going to build menuselect. This is more portable then using unset. (issue #8543 reported by jtodd)
19 years ago
Luigi Rizzo f9e3c1ecb0 unbreak the macro used for incrementing the frame counters.
19 years ago
Joshua Colp 11e61ea68a Put thread into proper list if we abort handling due to an error, and also hold the lock while putting it back into the proper idle list so we don't prematurely get a signal. (issue #8604 reported by arkadia)
19 years ago
Jason Parker e755759a58 ctrl-w != w (nano search)
19 years ago
Kevin P. Fleming 9a78e1f90e remove some now-unnecessary explicit includes of autoconfig.h
19 years ago
Kevin P. Fleming 64800bdeab need an additional argument here to make the downloads actually occur
19 years ago
Kevin P. Fleming ee8ce744c3 use m4 quoting for AC_MSG_NOTICE calls, to keep these calls from thinking they have multiple arguments
19 years ago
Kevin P. Fleming 0509ca82b4 simplify dependency tracking system, using the compiler's built-in method for generating them, and only doing dependency tracking if developer mode is enabled via the configure script
19 years ago
Kevin P. Fleming be1b5dab06 since we really, really have to have autoconfig.h included before all other headers (especially system headers), the Makefile will now force it to happen (this will fix build problems with files like ast_expr2f.c, where we can't control the inclusion order in the file itself)
19 years ago
Kevin P. Fleming c2490f8e72 instead of initializing the curl library every time the CURL() function is invoked, do it only once per thread (this allows multiple calls to CURL() in the dialplan for a channel to run much more quickly, and also to re-use connections to the server) (thanks to JerJer for frequently complaining about this performance problem)
19 years ago
Joshua Colp 8df2c7228f Turn payload_lock into bridge_lock and make it encompass all RTP structure contents that may relate to bridge information, including who we are bridged to.
19 years ago
Joshua Colp a0c21d30ac Hold call structure lock in places where a qualify or peer action can destroy it.
19 years ago
Joshua Colp 195c66b4a1 Lock network retransmission queue in all places that it is used.
19 years ago
Olle Johansson c1f1cf48ac Issue #8592 - treat 504 as 503 (imported from 1.2)
19 years ago
Olle Johansson a8fe77b95b Update to latest IANA spec
19 years ago
Joshua Colp 3706ecbbc5 Use a wakeup variable so that we don't wait on IO indefinitely if packets need to be retransmitted.
19 years ago
Joshua Colp 0995fb8aeb Payload values on the RTP structure can change AFTER a bridge has started. This comes from the packet handling of the SIP response when indication that it was answered has been sent. Therefore we need to protect this data with a lock when we read/write. (issue #8232 reported by tgrman)
19 years ago
Joshua Colp 87a03da072 Remove direct RTCP bridging. I've come to the conclusion that we should handle this through the core and not just forward it on. Should solve a few bugs.
19 years ago
Steve Murphy 898c9dd6fa a block to keep 48434 out of 1.4; the code works fine here
19 years ago
Kevin P. Fleming c8e56895b8 when making a release, we can always use wget and we can't run the configure script to find that out...
19 years ago
Kevin P. Fleming 979b8eca80 block addition of silence files... not needed here
19 years ago
Joshua Colp 9b8b64f08d Use S_OR in my previous app_voicemail. This is the way it should have been done.
19 years ago
Matt O'Gorman 0a55018f77 new sounds package with 100% more silence
19 years ago
Matt O'Gorman d24fad5537 Merged revisions 48394 via svnmerge from
19 years ago
Joshua Colp 8832f97a1f Return non-existant callerid handling to that which it was before. In 1.4 and trunk callerid can be allocated but not have any contents so we have to use ast_strlen_zero before passing it to the relevant functions. (issue #8567 reported by pabelanger)
19 years ago
Tilghman Lesher fda0dce406 STRFTIME() does not actually require an argument (issue 8540)
19 years ago
Joshua Colp c866263f50 Merge in my latest RTP changes. Break out RTP and RTCP callback functions so they no longer share a common one.
19 years ago
Joshua Colp 50ee01ccda Use the correct API call to say a device state changed. (Yes, I'm a nub.)
19 years ago
Joshua Colp 08ab40c1bf Don't access the conference structure after it has been freed.
19 years ago
Tilghman Lesher cb95f19c3f Merged revisions 48374 via svnmerge from
19 years ago
Steve Murphy f6cf1458ad Merged revisions 48371 via svnmerge from
19 years ago
Russell Bryant eeb415e8dd Use locking when accessing the registrations list. This list is not actually
19 years ago
Russell Bryant 0bcedc688d Blocked revisions 48361 via svnmerge
19 years ago
Russell Bryant 34384acbc9 Merged revisions 48356 via svnmerge from
19 years ago
Steve Murphy 0ab411f2ed Here lies the fixes that killed bug 8423 -- OriginateSuccess and OriginateError incomplete channel name. May it rest in peace.
19 years ago
Olle Johansson 28c36660c7 Issue #8258 - fix handling of 487 being retransmitted to Asterisk
19 years ago
Russell Bryant 4ee818eb8f Merged revisions 48322 via svnmerge from
19 years ago
Olle Johansson 0fe91149ae Don't send Contact on MESSAGE
19 years ago
Olle Johansson 2d755929aa Block patch from 1.2
19 years ago
Joshua Colp 6fbb04459c Regenerate configure from Qwell's last commit.
19 years ago
Jason Parker 7bad11f0b6 Fix curl version number testing to be much more friendly to non-bash shells.
19 years ago
Olle Johansson 694205de93 Merging the invitestate-1.4 branch after successful testing.
19 years ago
Olle Johansson 7945d4ca35 Add missing s from another repository. (thanks jcmoore!)
19 years ago
Olle Johansson 027096b3a3 Updating sip.conf.sample with information about T38 not working
19 years ago
Tilghman Lesher 025c60f84e Oops, forgot to release the odbc handle
19 years ago