Commit Graph

12215 Commits (dbc1aa9de2bdc8c0be9dff48c70030e0d4cbca2c)
 

Author SHA1 Message Date
Russell Bryant 52df524ba0 When a channel is in autoservice, mark a flag on the channel that says that
18 years ago
Russell Bryant 39c5c66235 Don't try to send a parked call back to itself.
18 years ago
Russell Bryant 1deba2c9ed Don't store DTMF BEGIN frames while a channel is in autoservice. It's just
18 years ago
Russell Bryant a4523fcd83 List include/asterisk/version.h as a .PHONY target because we want the commands
18 years ago
Joshua Colp 25aef5fc44 file says... build on the builders.
18 years ago
Tilghman Lesher 540077b7b1 Race: we need to wait to queue a NewChannel event until after the channel is
18 years ago
Tilghman Lesher 9dbd385de7 More deadlock avoidance code (this time between sip_monitor and sip_hangup)
18 years ago
Tilghman Lesher f26935218f Another bit of bad logic in realtime_peer
18 years ago
Tilghman Lesher 1e5463be20 Argh... I suppose third time's the charm.
18 years ago
Mark Michelson 54215d94f1 Bunch of coding guidelines cleanup
18 years ago
Mark Michelson f4663e4f22 Better quota support for using IMAP storage voicemail
18 years ago
Mark Michelson c30bab877c The mail_copy c-client function does not expect a full imap mailbox string, just the name of the mailbox.
18 years ago
Mark Michelson 8c7948fd44 Since we are freeing list elements within a list traversal, we need to use the safe
18 years ago
Russell Bryant 5977f8d5be Convert the contexts lock to a read/write lock to resolve a deadlock. This
18 years ago
Mark Michelson ad89849308 Removing a debug message I accidentally just committed
18 years ago
Mark Michelson eac09a0cd0 Fixing Portuguese syntax for saying dates and times. Also some coding guidelines cleanup.
18 years ago
Tilghman Lesher 2f24e1b1bf Fix for restart-as-user problem reported via the -dev list
18 years ago
Russell Bryant 32c8a851c7 Merged revisions 94255 via svnmerge from
18 years ago
Russell Bryant b80002cc9f Fix a deadlock in d-channel handling in chan_zap.
18 years ago
Russell Bryant 2fc3d3e903 Blocked revisions 94214 via svnmerge
18 years ago
Mark Michelson b0dd0e2a68 Sox versions 13.0.0 and newer do not have "soxmix" and instead use sox -m. res_monitor
18 years ago
Russell Bryant 612d0b8f45 Check for the existence of the soxmix application on the target platform and have
18 years ago
Joshua Colp 52527facc4 Make the 1.4 builders happy, ensure var is NULL.
18 years ago
Tilghman Lesher d1a1f4599b Avoid segfault in chan_iax when peer isn't defined
18 years ago
Jason Parker ff5ffd02cf FreeBSD also does not have byte swap functions.
18 years ago
Tilghman Lesher 28d4f2f5eb Blocked revisions 93675 via svnmerge
18 years ago
Tilghman Lesher be17d99712 Merged revisions 93667 via svnmerge from
18 years ago
Mark Michelson 62fa8dfbfa Rework deadlock avoidance used in ast_write, since it meant that agent channels which were being monitored
18 years ago
Jason Parker 6fa23de8ac Missed a spot..
18 years ago
Jason Parker 7e7db434e4 What was I thinking when I wrote this masterpiece?
18 years ago
Joshua Colp 0a584613d6 Do not try to access information about a lock when printing out a trylock attempt. It is possible for the lock that it references to no longer be valid. This would have caused segfaults or deadlocks.
18 years ago
Tilghman Lesher 8057fb41cb Today is tomorrow's yesterday, and yesterday's tomorrow is today, and
18 years ago
Mark Michelson 2fa91746e3 We need to create the directory for a voicemail user even if they are using IMAP storage
18 years ago
Joshua Colp 48ae6172da If a call is received with a called number IE containing nothing go to the 's' extension.
18 years ago
Kevin P. Fleming fd1e942f53 fix some copy-and-paste leftovers
18 years ago
Olle Johansson 517dacce70 Issue 11574: Add dependencies on res_monitor and res_features.
18 years ago
Kevin P. Fleming 627f595c58 In http://lists.digium.com/pipermail/asterisk-dev/2007-December/031145.html,
18 years ago
Russell Bryant 4965b39719 There are a lot of existing systems that #include non-existent files. So, to
18 years ago
Joshua Colp 6a2c388e18 Up the length of the format on the SIP channel since it can now be rather long.
18 years ago
Christian Richter 876afa76de fixed the sequencing of WAITING_4DIGS state setting and overlap_task thread starting.
18 years ago
Tilghman Lesher 804d837c7d Change help documentation to match actual behavior (FAILURE vs FAILED).
18 years ago
Mark Michelson c9f389a45d When compiling with DETECT_DEADLOCKS, don't spam the CLI with messages
18 years ago
Tilghman Lesher 9d70e52611 Properly initialize polarity statuses, so that they are detected properly.
18 years ago
Jason Parker 65cbfa5d0d Make application help text a little more clear about the use of extensions in a filename.
18 years ago
Mark Michelson 7f7cbe7f69 Prevent another potential fd leak
18 years ago
Mark Michelson fb077e33cb Prevent a possible fd leak.
18 years ago
Jason Parker 8771f23fff If a typo is found in a config file, we previous continued on with what was already loaded.
18 years ago
Kevin P. Fleming 1209386fe7 emit a warning message when we drop a G.729B CNG frame destined for the transcoder
18 years ago
Jason Parker 4a869fa0c3 Don't increment user count until after name has been recorded (if enabled).
18 years ago
Russell Bryant f4bb168b66 resolve compiler warning
18 years ago