Commit Graph

12739 Commits (ced50934cb50cd7d51af9b4115a05e36a7caaa8c)
 

Author SHA1 Message Date
Kevin P. Fleming ced50934cb remove the dlfcn compatibility stuff, because no platforms that Asterisk currently runs on it use it, and it doesn't build anyway
17 years ago
Brett Bryant 5d4058b41a Fix a bug in blind transfers where the BLINDTRANSFER variable isn't always set to the other end of the blind transfer.
17 years ago
Tilghman Lesher e0baf8a871 Revert part of issue #5620 (revision 6965) as it appears that it was in error.
17 years ago
Brett Bryant 8a427aed77 Fix a bug in iax2 registration that allowed peers to register with
17 years ago
Tilghman Lesher b0586bd055 Apparently, in certain cases, a callno is already destroyed when iax2_destroy is called.
17 years ago
Russell Bryant 4fb20c3291 Always ensure that the channel's tech_pvt reference is NULL after calling the
17 years ago
Mark Michelson 592497392b Move the init_queue call back to where it used to be (changed
17 years ago
Mark Michelson 47924ba64d Apparently, "thread safety" is important, whatever
17 years ago
Mark Michelson e10908c6d2 Make absolutely certain that the transfer datastore
17 years ago
Steve Murphy 3fcfa47611 (closes issue #13090)
17 years ago
Michiel van Baak 4a3a733924 remove 4 lines of redundant code.
17 years ago
Tilghman Lesher 9fda1e767c astman_send_error does not need a newline appended -- the API takes care of
17 years ago
Tilghman Lesher b2947c0348 Override the callerid in all cases when the callerid is set in the user, not
17 years ago
Mark Michelson cb503c4cb4 Add a check to the CAN_EARLY_BRIDGE macro in app_dial to
17 years ago
Michiel van Baak dd1c912f45 notify the user that dnsmgr refresh wont work when dnsmgr is not enabled.
17 years ago
Russell Bryant 2d8ce72343 Bump up the debug level for a message.
17 years ago
Michiel van Baak b47deb444c fix memory leak when originate from manager cannot create a thread
17 years ago
Tilghman Lesher 95c8fc64bc Reverting 2 changesets, as it breaks incoming IAX2 calls
17 years ago
Michiel van Baak 32a392ae0c in 1.4 the functions still have | as argument seperator.
17 years ago
Kevin P. Fleming 17c5dbc3a5 forcibly remove the modules that are changing names
17 years ago
Kevin P. Fleming 75c6f9ab0f a whole pile of Zaptel/DAHDI compatibility work, with lots more to come... this tree is not yet ready for users to be easily upgrading or switching, but it needs to be :-)
17 years ago
Mark Michelson c6d393a0bf Remove redundant logic
17 years ago
Mark Michelson 6edecf4598 Fix a typo in audiohook_read_frame_both.
17 years ago
Tilghman Lesher 4e59c52935 Ensure that a destination callno of 0 will not match for frames that do not
17 years ago
Tilghman Lesher f29986aac8 Pass the devicestate from an underlying channel up through the Agent channel.
17 years ago
Kevin P. Fleming 92ef406265 new installations should be using DAHDI instead of Zaptel, so the sample config file is now chan_dahdi.conf instead of zapata.conf
17 years ago
Kevin P. Fleming 2ea77b3508 add support for a configuration parameter for 'inband audio during RELEASE', which is currently mandatory in libpri-1.4.4 but will become configurable in libpri-1.4.5 later today
17 years ago
Russell Bryant 37f91908e6 add a simple ASTOBJ_TRYWRLOCK macro ...
17 years ago
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