Commit Graph

2675 Commits (fd7d3271c6fadaa364136cb7ef01bb97c46fd8b7)

Author SHA1 Message Date
Mark Michelson fd7d3271c6 Fix queue weight behavior so that calls in low-weight queues are not inappropriately blocked.
17 years ago
Mark Michelson cf7131dd6a Backport state interface changes to app_queue from trunk.
17 years ago
Russell Bryant 23de13f3da Ensure targs variable is fully initialized.
17 years ago
David Vossel d64575ac5c pri loop TestClient/TestServer fails: server SEND DTMF 8
17 years ago
Mark Michelson 4a209dbe40 Change NULL pointer check to be ast_strlen_zero.
17 years ago
Terry Wilson 2da89b3022 Add missing datastore inherit (exists in all other branches)
17 years ago
David Vossel f42e9eb6bf Cleaning up a few things in detect disconnect patch
17 years ago
David Vossel dd17912d68 Allow disconnect feature before a call is bridged
17 years ago
Russell Bryant 6efa254bea Fix cases where the internal poll() was not being used when it needed to be.
17 years ago
Kevin P. Fleming 59f867a5cb revert commit that included extranous changes
17 years ago
Kevin P. Fleming f1f417a9d8 Improve the build system to *properly* remove unnecessary symbols from the runtime global namespace. Along the way, change the prefixes on some internal-only API calls to use a common prefix.
17 years ago
Jason Parker 62fbf19157 Allow dahdichanname to work as advertised.
17 years ago
Jeff Peeler 21ca773c28 Fix malloc debug macros to work properly with h323.
17 years ago
Mark Michelson a8e2597803 Make compilation succeed in dev-mode when IMAP storage is enabled.
17 years ago
Mark Michelson aef6c114f1 [IMAP] Fix message retrieval issues when identical mailbox names were defined in separate contexts.
17 years ago
Mark Michelson 7e44582f57 Fix broken mailbox parsing when searchcontexts option is enabled.
17 years ago
Mark Michelson ab5b88843c Clarify some documentation of queues.conf.sample
17 years ago
Russell Bryant dadbbb0a56 Move ast_waitfor() down to avoid the results of the API call becoming stale.
17 years ago
Terry Wilson cdf5240895 Change include order to make compile on Centos 5 with DAHDI
17 years ago
Tilghman Lesher 4675032a30 Fix up potential crashes, by reducing the sharing between interactive and non-interactive threads.
17 years ago
Joshua Colp 0d96c97ced If we are able to create a speech structure unset the ERROR variable in case it was previously set.
17 years ago
Mark Michelson b30800adfb Remove unused variable and make dev-mode compilation happy
17 years ago
Mark Michelson 5ae664d5aa Open the DAHDI pseudo device and set it to be nonblocking atomically
17 years ago
Mark Michelson 3e0b36d9d0 Fix a potential crash situation when using IMAP voicemail
17 years ago
Tilghman Lesher 9e38dd5427 Restore a behavior that was recently changed, when we fixed issue #13962 and
17 years ago
Steve Murphy 680cc35607 This patch solves some compiler complaints
17 years ago
Jeff Peeler 0b026ce04f Add new configuration option to make shared IMAP mailboxes function as expected.
17 years ago
Mark Michelson e7478c7b15 Fix situations where queue members could be autopaused unexpectedly
17 years ago
Mark Michelson d914df762a Add some missing cleanup to app_mixmonitor
17 years ago
Mark Michelson 8e764c583d Fix a problem where a channel pointer becomes invalid due to masquerading or hanging up.
17 years ago
Mark Michelson 82937be553 Revert my previous change because it was stupid
17 years ago
Mark Michelson fed7d2308b Add a missing unlock. Extremely unlikely to ever matter, but it's needed.
17 years ago
Terry Wilson 4e069885ce Fix feature inheritance with builtin features
17 years ago
Tilghman Lesher c257ffeed0 Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, if
17 years ago
Steve Murphy 13a60eba0c This patch fixes h-exten running misbehavior in manager-redirected
17 years ago
Sean Bright 52b97107ea Resolve a logic error that was causing Page() to crash when more than one
17 years ago
Joshua Colp 8a1faf0a58 When a call is forwarded stop any active indications. The new channel will provide an indication, if need be, itself.
17 years ago
Joshua Colp c8f9023696 If we are unable to request a DAHDI pseudo channel and we are using the user introduction without review option make sure it gets unset so other code does not blindly assume a DAHDI pseudo channel exists.
17 years ago
Tilghman Lesher f311539733 Truncate userevents at the end of a line, when the command exceeds the buffer.
17 years ago
Tilghman Lesher d671bb1404 Fix the conjugation of Russian and Ukrainian languages.
17 years ago
Mark Michelson 26658ead16 Fix some crashes from bad datastore handling in app_queue.c
17 years ago
Steve Murphy 7c1d2de899 app_page was failing to compile in dev-mode on my gcc-4.2.4 system. This change gets rid of the warning.
17 years ago
Terry Wilson b3ea953313 Don't overflow when paging more than 128 extensions
17 years ago
Russell Bryant 9161b7fc87 Revert unnecessary indications API change from rev 122314
17 years ago
Steve Murphy e3700a13a4 This merges the masqpark branch into 1.4
17 years ago
Jeff Peeler e0bec5d67d (closes issue #13480)
17 years ago
Russell Bryant 5de6848d0c Ensure that the chanspy datastore is fully initialized.
17 years ago
Tilghman Lesher 139be9556b Add mutexes around accesses to the IMAP library interface. This prevents
17 years ago
Joshua Colp 3a0e7aec6a Do not crash if we are not passed in a followme id.
17 years ago
Tilghman Lesher 8468d435e8 Reverse the fix from issue #6176 and add proper handling for that issue.
17 years ago