Commit Graph

598 Commits (cf83d1ff5f53a322b6ae81b67a366fafdd54dda0)

Author SHA1 Message Date
Joshua Colp d810320a22 Remove remnants of last commit so trunk builds again.
18 years ago
Mark Michelson 0ef2670e8f Merged revisions 80044 via svnmerge from
18 years ago
Tilghman Lesher e18bdff54a Merged revisions 79998 via svnmerge from
18 years ago
Tilghman Lesher 447fada0c1 Merged revisions 79947 via svnmerge from
18 years ago
Mark Michelson dc7d25ea63 I broke the build. Now I'm fixing it.
18 years ago
Mark Michelson d49ae61c36 Merged revisions 79906 via svnmerge from
18 years ago
Tilghman Lesher 56b9568164 Don't reload a configuration file if nothing has changed.
18 years ago
Dwayne M. Hubbard 46b75d5f17 added counter for voicemail show users, issue 10462, thanks junky
18 years ago
Mark Michelson 80f49f0ac8 Merged revisions 79690 via svnmerge from
18 years ago
Mark Michelson 425aca97c4 Merged revisions 79527 via svnmerge from
18 years ago
Mark Michelson 31aa5e02f1 Merged revisions 78907 via svnmerge from
18 years ago
Mark Michelson a609873b5c Merged revisions 78859 via svnmerge from
18 years ago
Russell Bryant 5b9f4110bc Merged revisions 78778 via svnmerge from
18 years ago
Russell Bryant 4eea027559 Merged revisions 78749 via svnmerge from
18 years ago
Russell Bryant 9d1acad76b Fix a problem that I had introduced into MWI handling. I had ignored
18 years ago
Mark Michelson 8906a5aa91 Merged revisions 78450 via svnmerge from
18 years ago
Tilghman Lesher f78ff66a4d Merged revisions 78415 via svnmerge from
18 years ago
Russell Bryant 224dd669b4 Merged revisions 78101 via svnmerge from
18 years ago
Tilghman Lesher d4013ef43d Merged revisions 77886 via svnmerge from
18 years ago
Joshua Colp d9aee5e353 Merged revisions 77869 via svnmerge from
18 years ago
Tilghman Lesher 20bbd09de3 Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too.
18 years ago
Russell Bryant f8483a0d04 Do a massive conversion for using the ast_verb() macro
18 years ago
Tilghman Lesher 922444c851 Merged revisions 76708 via svnmerge from
19 years ago
Tilghman Lesher 55b1ee298e Merge the dialplan_aesthetics branch. Most of this patch simply converts applications
19 years ago
Steve Murphy 0e969271ae After some study, thought, comparing, etc. I've backed out the previous universal mod to make ast_flags a 64 bit thing. Instead, I added a 64-bit version of ast_flags (ast_flags64), and 64-bit versions of the test-flag, set-flag, etc. macros, and an app_parse_options64 routine, and I use these in app_dial alone, to eliminate the 30-option limit it had grown to meet. There is room now for 32 more options and flags. I was heavily tempted to implement some of the other ideas that were presented, but this solution does not intro any new versions of dial, doesn't have a different API, has a minimal/zero impact on code outside of dial, and doesn't seriously (I hope) affect the code structure of dial. It's the best I can think of right now. My goal was NOT to rewrite dial. I leave that to a future, coordinated effort.
19 years ago
Tilghman Lesher 5f39ac2b03 Merged revisions 75749 via svnmerge from
19 years ago
Tilghman Lesher 81bc1d7af5 Merge in ast_strftime branch, which changes timestamps to be accurate to the microsecond, instead of only to the second
19 years ago
Steve Murphy 5ac24b25d3 This corrects the problem with flags and %lld formats on 64-bit machines, where uint64_t is NOT acceptable for %lld, and also works on 32-bit machines. At least, with gcc.
19 years ago
Joshua Colp 4003b31fc5 Minor code tweaks. Variables were being checked wrong in some situations and didn't need to be checked in others.
19 years ago
Steve Murphy 8a7732f067 via 10206, I have added an option (e) to Dial to allow the h exten to get run on peer. Had to upgrade ast_flag stuff to 64 bits to do this.
19 years ago
Joshua Colp b8cd949cce Applications no longer need to call ast_module_user_add and ast_module_user_remove. This is now taken care of in the pbx_exec function outside of the application.
19 years ago
Joshua Colp 96a646734f It is no longer required for each module that deals with a channel to call ast_module_user_hangup_all in it's unload function. The loader will automatically perform this action for it.
19 years ago
Mark Michelson fb6f6ba67f Merged revisions 74476 via svnmerge from
19 years ago
Jason Parker 2600cd5d7b Merged revisions 74317 via svnmerge from
19 years ago
Mark Michelson 9632477144 Merged revisions 74047 via svnmerge from
19 years ago
Tilghman Lesher ba857cc8a9 Merged revisions 73985 via svnmerge from
19 years ago
Mark Michelson 80f8dd3f81 Merged revisions 73727 via svnmerge from
19 years ago
Tilghman Lesher 046aa5332d Remove directory creation of directories we've never used.
19 years ago
Jason Parker e74159e04f mkstemp doesn't specify a file mode, so we should chmod it to VOICEMAIL_FILE_MODE
19 years ago
Tilghman Lesher 8611de4a4c Typo (closes issue 10105)
19 years ago
Mark Michelson 7415c3ee1e Found a grievous logical error in get_vm_state_by_imapuser.
19 years ago
Mark Michelson 5310385315 Added ability to customize which buttons control forward, reverse, pause, and stop during message playback.
19 years ago
Mark Michelson 4596af13fc Adding feature to support the storage and retrieval of voicemail greetings using IMAP storage.
19 years ago
Jason Parker 37ebf4da54 Merged revisions 72182 via svnmerge from
19 years ago
Mark Michelson a333f7a474 Merged revisions 71953 via svnmerge from
19 years ago
Mark Michelson 27654c6a76 The variable msgnum was being overwritten if IMAP storage was enabled.
19 years ago
Mark Michelson e7ca771f95 Merged revisions 71877 via svnmerge from
19 years ago
Mark Michelson 6dc12782c7 Merged revisions 71796 via svnmerge from
19 years ago
Tilghman Lesher 17892ed419 Merged revisions 71751 via svnmerge from
19 years ago
Mark Michelson de47fc6c47 In my commit earlier today, I accidentally left a prototype that isn't defined.
19 years ago