Commit Graph

2663 Commits (21ca773c2829d7448a8a5dfec5f81336714ee590)

Author SHA1 Message Date
Jeff Peeler 21ca773c28 Fix malloc debug macros to work properly with h323.
18 years ago
Mark Michelson a8e2597803 Make compilation succeed in dev-mode when IMAP storage is enabled.
18 years ago
Mark Michelson aef6c114f1 [IMAP] Fix message retrieval issues when identical mailbox names were defined in separate contexts.
18 years ago
Mark Michelson 7e44582f57 Fix broken mailbox parsing when searchcontexts option is enabled.
18 years ago
Mark Michelson ab5b88843c Clarify some documentation of queues.conf.sample
18 years ago
Russell Bryant dadbbb0a56 Move ast_waitfor() down to avoid the results of the API call becoming stale.
18 years ago
Terry Wilson cdf5240895 Change include order to make compile on Centos 5 with DAHDI
18 years ago
Tilghman Lesher 4675032a30 Fix up potential crashes, by reducing the sharing between interactive and non-interactive threads.
18 years ago
Joshua Colp 0d96c97ced If we are able to create a speech structure unset the ERROR variable in case it was previously set.
18 years ago
Mark Michelson b30800adfb Remove unused variable and make dev-mode compilation happy
18 years ago
Mark Michelson 5ae664d5aa Open the DAHDI pseudo device and set it to be nonblocking atomically
18 years ago
Mark Michelson 3e0b36d9d0 Fix a potential crash situation when using IMAP voicemail
18 years ago
Tilghman Lesher 9e38dd5427 Restore a behavior that was recently changed, when we fixed issue #13962 and
18 years ago
Steve Murphy 680cc35607 This patch solves some compiler complaints
18 years ago
Jeff Peeler 0b026ce04f Add new configuration option to make shared IMAP mailboxes function as expected.
18 years ago
Mark Michelson e7478c7b15 Fix situations where queue members could be autopaused unexpectedly
18 years ago
Mark Michelson d914df762a Add some missing cleanup to app_mixmonitor
18 years ago
Mark Michelson 8e764c583d Fix a problem where a channel pointer becomes invalid due to masquerading or hanging up.
18 years ago
Mark Michelson 82937be553 Revert my previous change because it was stupid
18 years ago
Mark Michelson fed7d2308b Add a missing unlock. Extremely unlikely to ever matter, but it's needed.
18 years ago
Terry Wilson 4e069885ce Fix feature inheritance with builtin features
18 years ago
Tilghman Lesher c257ffeed0 Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, if
18 years ago
Steve Murphy 13a60eba0c This patch fixes h-exten running misbehavior in manager-redirected
18 years ago
Sean Bright 52b97107ea Resolve a logic error that was causing Page() to crash when more than one
18 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.
18 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.
18 years ago
Tilghman Lesher f311539733 Truncate userevents at the end of a line, when the command exceeds the buffer.
18 years ago
Tilghman Lesher d671bb1404 Fix the conjugation of Russian and Ukrainian languages.
18 years ago
Mark Michelson 26658ead16 Fix some crashes from bad datastore handling in app_queue.c
18 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.
18 years ago
Terry Wilson b3ea953313 Don't overflow when paging more than 128 extensions
18 years ago
Russell Bryant 9161b7fc87 Revert unnecessary indications API change from rev 122314
18 years ago
Steve Murphy e3700a13a4 This merges the masqpark branch into 1.4
18 years ago
Jeff Peeler e0bec5d67d (closes issue #13480)
18 years ago
Russell Bryant 5de6848d0c Ensure that the chanspy datastore is fully initialized.
18 years ago
Tilghman Lesher 139be9556b Add mutexes around accesses to the IMAP library interface. This prevents
18 years ago
Joshua Colp 3a0e7aec6a Do not crash if we are not passed in a followme id.
18 years ago
Tilghman Lesher 8468d435e8 Reverse the fix from issue #6176 and add proper handling for that issue.
18 years ago
Mark Michelson a391fd9b1c Fix some memory leaks found while looking at how realtime
18 years ago
Russell Bryant c703960acc Do not dereference the channel if AST_PBX_KEEPALIVE has been returned.
18 years ago
Joshua Colp dfa5f7c4b4 Can we try not to assign an unsigned int to -1?
18 years ago
Tilghman Lesher d8ff8d169d Change the default calldurationlimit from the special value 0 to -1, so we
18 years ago
Mark Michelson 60c9cae6d6 Revert this cast to long. Using time_t here causes build failures on a
18 years ago
Mark Michelson ef56f0dbd4 Fix a potential crash due to unsafe datastore handling.
18 years ago
Tilghman Lesher 8a7982c1ff Oops, should be "tz", not "zonetag".
18 years ago
Tilghman Lesher 5134bb74a9 We appear to have documented tz= in the [general] section of voicemail.conf,
18 years ago
Joshua Colp a7520ee4bf Add 'down' as a valid state for directed call pickup. This creeps up when we receive session progress when dialing a device and not ringing.
18 years ago
Russell Bryant 5d985ce022 Fix an issue where callers on an incoming call on an SLA trunk would not hear ringback.
18 years ago
Joshua Colp 7eeb7f7493 Fix double declaration of 'x' on the PPC platform.
18 years ago
Russell Bryant 97bb6d4c65 Allow DISA to handle extensions that start with #.
18 years ago