Commit Graph

2684 Commits (9eaaa987fc286297fcf37caf8f16ed63ff189b54)

Author SHA1 Message Date
Tilghman Lesher 1cb43cfa75 Permit zero-length text messages in SIP.
17 years ago
Mark Michelson 8e31a331b4 Fix a crash due to too few arguments to RetryDial.
17 years ago
Tilghman Lesher 56e7ca00c1 Fix Macro documentation to match current (and intended) behavior.
17 years ago
Mark Michelson e2c30564bf Revert commit 186445 because it causes the build to fail when IMAP_STORAGE is used.
17 years ago
Tilghman Lesher 3d9585f4ba Found a conflict in the last commit, due to multiple targets
17 years ago
Tilghman Lesher 6d08bad538 Distinguish in a sent email between simple sends and forwards.
17 years ago
Mark Michelson 7cc775e1ed Fix crash that would occur if an empty member was specified in queues.conf.
17 years ago
Mark Michelson e2eaf7f862 Fix Russian voicemail intro to say the word "messages" properly.
17 years ago
Mark Michelson c48480f5e4 Fix some state_interface stuff that was in trunk but not in the backport to 1.4.
17 years ago
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