Commit Graph

2598 Commits (8af0a88c901b3c82840a7560c289e21c554dfe7b)

Author SHA1 Message Date
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
Joshua Colp 94b1dda1fa Merged revisions 79334 via svnmerge from
18 years ago
Mark Michelson 8d929d7afd Allow non-realtime queues to have realtime members
18 years ago
Joshua Colp 3dac92ecbf Merged revisions 79207 via svnmerge from
18 years ago
Russell Bryant e113d36aa4 Merge a set of device state improvements from team/russell/events.
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 dc7af7d5fe Don't use strncpy for moving a chunk of memory to another that is overlapping.
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
Russell Bryant eb649f932b Merged revisions 78717 via svnmerge from
18 years ago
Joshua Colp 22114b509d Add support for using epoll instead of poll. This should increase scalability and is done in such a way that we should be able to add support for other poll() replacements.
18 years ago
Joshua Colp 602198c402 Merge audiohooks branch into trunk. This is a new API for developers to listen and manipulate the audio going through a channel.
18 years ago
Mark Michelson 2f88ff4599 Merged revisions 78575 via svnmerge from
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
Joshua Colp ac6c35c2a6 Fix bug where a NULL timeout would make things explode if SendDTMF was called with it.
18 years ago
Joshua Colp 9ef1b0a974 Extend the ast_senddigit and ast_dtmf_stream API calls to allow the duration of the DTMF digit(s) to be specified and make the SendDTMF application have the capability to use it.
18 years ago
Joshua Colp 15c5e25e36 (closes issue #10381)
18 years ago
Russell Bryant 2e6fe76de6 Make this module build on my mac
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
Jason Parker 1bf5335f00 Add the Ring time in the CONNECT on the queue_log and on the Manager event AgentConnect
18 years ago
Joshua Colp d9aee5e353 Merged revisions 77869 via svnmerge from
18 years ago
Russell Bryant 4e0947c5f1 Convert code that checks the _softhangup member of ast_channel directory to use
18 years ago
Mark Michelson 04ca0b9728 Merged revisions 77854 via svnmerge from
18 years ago
Mark Michelson 9aee2bf6c7 Merged revisions 77852 via svnmerge from
18 years ago
Kevin P. Fleming 354b6dcf41 umm... let's build with --enable-dev-mode, mmkay?
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
Joshua Colp 6e771511da Minor clean up of app_followme.
18 years ago
Joshua Colp 94bef1a256 Merged revisions 77768 via svnmerge from
18 years ago
Steve Murphy ceca4d97e1 These fixes take care of two problems: a complaint in asterisk-dev that goto's aren't working in trunk, a side effect of the move to commas as arg seps in apps and funcs; and a problem I spotted myself with dial's 'e' option, where gotos were off by one, because I forgot to set the AUTOLOOP flag in the peer channel.
18 years ago
Russell Bryant f8483a0d04 Do a massive conversion for using the ast_verb() macro
18 years ago
Steve Murphy 0f326a83c5 Merged revisions 77191 via svnmerge from
18 years ago
Joshua Colp 1c783e8cfb Merged revisions 77176 via svnmerge from
18 years ago
Mark Michelson c3a92f402f Merged revisions 76801 via svnmerge from
18 years ago
Tilghman Lesher 922444c851 Merged revisions 76708 via svnmerge from
18 years ago
Tilghman Lesher 55b1ee298e Merge the dialplan_aesthetics branch. Most of this patch simply converts applications
18 years ago
Joshua Colp 32237bb1ba Merged revisions 76618 via svnmerge from
18 years ago
Steve Murphy ffd49bc066 One small documentation update made to accompany 10154, the upgrading of the queue ringing to allow periodic announcments
18 years ago
Steve Murphy 5c6d509591 This update was supplied in 10154; to allow announcemnts if the 'r' option (ringing) is provided.
18 years ago
Jason Parker b928d1a0f3 Add support for default "say mode" (whether to use the "old" method or "new" method. "new" method being config file)
18 years ago
Mark Michelson 51bf714319 Merged revisions 76139 via svnmerge from
18 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.
18 years ago
Steve Murphy 7756ba6619 This repairs a 'warning: ISO C90 forbids mixed declarations and code' message that cripples my dev-mode enabled build
18 years ago
Mark Michelson 51fa94c6f5 Merged revisions 75978 via svnmerge from
18 years ago
Mark Michelson 3dcce46f69 Merged revisions 75969 via svnmerge from
18 years ago
Tilghman Lesher 24935c0304 Fix trunk where I broke it earlier (for ast_strftime branch)
18 years ago
Tilghman Lesher 5f39ac2b03 Merged revisions 75749 via svnmerge from
18 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
18 years ago
Dwayne M. Hubbard b96fde308c Merged revisions 75658 via svnmerge from
18 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.
18 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.
18 years ago
Tilghman Lesher 2c5a07bf03 Merged revisions 75529 via svnmerge from
18 years ago
Mark Michelson ee6d59eef2 Merged revisions 75405 via svnmerge from
18 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.
18 years ago
Luigi Rizzo 35efc961ef Initialize a variable to avoid a warning when the compiler
18 years ago
Jason Parker 766121a5bc Fix an incorrect parenthesization (TODO: Find a better word) in app_dial
18 years ago
Mark Michelson ce8f95d750 Merged revisions 75253 via svnmerge from
18 years ago
Joshua Colp 0dc98ebdf2 I found this sillyness when I did my ast_module_user conversion. Return immediately if no data was passed to the Verbose application.
18 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.
18 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.
18 years ago
Mark Michelson cb8170e8c5 Merged revisions 75078 via svnmerge from
18 years ago
Joshua Colp 7e015109a2 Use the linkedlists.h AST_LIST_NEXT macro for modifying the list of results.
18 years ago
Joshua Colp f8e605fe25 Allow the native formats of a channel to influence the audio that is going to the engine. The best format will try to be chosen with an ultimate fallback to signed linear if possible.
18 years ago
Mark Michelson fb6f6ba67f Merged revisions 74476 via svnmerge from
18 years ago
Jason Parker 6f8294847f Merged revisions 74428 via svnmerge from
18 years ago
Jason Parker 2600cd5d7b Merged revisions 74317 via svnmerge from
18 years ago
Jason Parker 76e2e39f77 Fix building that was broken by recent monitor.h changes. Thanks Russell for pointing this out (and pointing out what I probably did to prevent gcc from fixing it - don't ctrl-C builds)
18 years ago
Mark Michelson ab398473a0 Merged revisions 74120 via svnmerge from
18 years ago
Russell Bryant 262dfb44cd Add Queue and DestinationChannel headers to the AgentCalled manager event
18 years ago
Mark Michelson 9632477144 Merged revisions 74047 via svnmerge from
18 years ago
Olle Johansson a1b9cbcd31 Implementation of a feature that will disable "missed calls" counters on SIP phones.
18 years ago
Tilghman Lesher ba857cc8a9 Merged revisions 73985 via svnmerge from
18 years ago
Mark Michelson 80f8dd3f81 Merged revisions 73727 via svnmerge from
18 years ago
Jason Parker 25b941b238 Add the ability to play an announcement to queue caller just before bridging
18 years ago
Tilghman Lesher 046aa5332d Remove directory creation of directories we've never used.
18 years ago
Mark Michelson 850287e46d Merged revisions 73400 via svnmerge from
18 years ago
Joshua Colp f4943f3211 Merged revisions 73355 via svnmerge from
18 years ago
Joshua Colp 758873a068 Merged revisions 73316 via svnmerge from
18 years ago
Jason Parker e74159e04f mkstemp doesn't specify a file mode, so we should chmod it to VOICEMAIL_FILE_MODE
18 years ago
Jason Parker 2607a74599 Fix a build warning, and potential issue if option p is not set at all.
18 years ago
Jason Parker fe37e0dd7f Add support for changing the exit key from # to any DTMF.
18 years ago
Russell Bryant 8a53d595a5 Fix up the device state processing thread in app_queue so that it's not
18 years ago
Tilghman Lesher 8b93f50dfc Merged revisions 73053 via svnmerge from
18 years ago
Tilghman Lesher 8611de4a4c Typo (closes issue 10105)
18 years ago
Mark Michelson 7415c3ee1e Found a grievous logical error in get_vm_state_by_imapuser.
18 years ago
Luigi Rizzo ad42dfe1dd move variable declarations to the beginning of a block.
18 years ago
Luigi Rizzo a0011053d6 move variable declarations to the beginning of a block.
18 years ago
Joshua Colp 150c77c901 Merged revisions 72381 via svnmerge from
18 years ago
Joshua Colp 7b60d29f68 Merged revisions 72328 via svnmerge from
18 years ago
Mark Michelson 5310385315 Added ability to customize which buttons control forward, reverse, pause, and stop during message playback.
18 years ago
Mark Michelson 4596af13fc Adding feature to support the storage and retrieval of voicemail greetings using IMAP storage.
18 years ago
Jason Parker 37ebf4da54 Merged revisions 72182 via svnmerge from
18 years ago
Mark Michelson a333f7a474 Merged revisions 71953 via svnmerge from
18 years ago
Mark Michelson 27654c6a76 The variable msgnum was being overwritten if IMAP storage was enabled.
18 years ago
Mark Michelson 49c22c3c04 Create directory if it does not exist.
18 years ago
Mark Michelson e7ca771f95 Merged revisions 71877 via svnmerge from
18 years ago
Mark Michelson 6dc12782c7 Merged revisions 71796 via svnmerge from
18 years ago
Tilghman Lesher 17892ed419 Merged revisions 71751 via svnmerge from
18 years ago
Mark Michelson de47fc6c47 In my commit earlier today, I accidentally left a prototype that isn't defined.
18 years ago
Russell Bryant ab56fcce5c Allow compilation off app_voicemail with IMAP_STORAE against a system installed
18 years ago
Mark Michelson 3f3a8af232 Using inboxcount instead of countmessages.
18 years ago
Russell Bryant 80166c6de8 Conversions to ast_debug()
18 years ago
Tilghman Lesher 0296bd9957 Issue 9970 - Ensure directory exists before trying to write an output file
18 years ago
Tilghman Lesher e2f71e8937 Code cleanups
18 years ago
Jason Parker 68ac7f7633 Merged revisions 71068 via svnmerge from
18 years ago
Tilghman Lesher a1bc823136 Issue 9990 - New API ast_mkdir, which creates parent directories as necessary (and is faster than an outcall to mkdir -p)
18 years ago
Joshua Colp 9a3ddbac93 Merged revisions 70899 via svnmerge from
18 years ago
Mark Michelson 5bad80449e Merged revisions 70808 via svnmerge from
18 years ago
Russell Bryant cc41da6de9 Merge changes from team/russell/sla_reload
18 years ago
Russell Bryant ffa9367f7b Merged revisions 70726 via svnmerge from
18 years ago
Joshua Colp 142c6f45d8 Merged revisions 70677 via svnmerge from
18 years ago
Mark Michelson 21422fd78c Removed an extraneous debug message I'd left in my previous commit
18 years ago
Tilghman Lesher 396a37eba8 Fix trunk brokenness; also, optimize application registration
18 years ago
Steve Murphy 2462d5ab4f Cleaning up a small disaster I created earlier
18 years ago
Steve Murphy 57526b35cc As per 9228, now app_queue should have the proper machinery to do gosubs.
18 years ago
Mark Michelson 3803718a8f Main fix: Fixing a bug which caused VoiceMailMain to always report that
18 years ago
Tilghman Lesher ce2c52d519 Merged revisions 70445 via svnmerge from
18 years ago
Tilghman Lesher 704c756c4a Merge work to make U(...) option work for Dial
18 years ago
Tilghman Lesher d260399bc1 Oops, shouldn't have taken that last shortcut (also add some checks)
18 years ago
Tilghman Lesher 344f8d40a8 Another method of doing local variables, hopefully a little closer to what codefreeze had in mind
18 years ago
Tilghman Lesher 2586a090a8 Local variables for codefreeze
18 years ago
Steve Murphy 866bbaa515 Via bug9228, no way to create macros via AEL, and some of the apps allow you to call macros..., I modded the apps that allow macro calls to allow gosubs calls also, to make them AEL compliant.
18 years ago
Joshua Colp f804f5d2ed Merged revisions 69895 via svnmerge from
18 years ago
Mark Michelson a434fa668b Undoing my last commit. I misread the code before.
18 years ago
Mark Michelson 2265686e33 Cleaned up a section where there were two consecutive identical if statements.
18 years ago
Brett Bryant 7573042f95 Fixed issue where 'stop gracfeully' was hanging ...
18 years ago
Tilghman Lesher 30600f053f Janitor for ast_localtime
18 years ago
Russell Bryant 43658278ff Merged revisions 69702 via svnmerge from
18 years ago
Joshua Colp 84e624ff23 Merged revisions 69558 via svnmerge from
18 years ago
Russell Bryant 4b5a71e9d0 Merged revisions 69518 via svnmerge from
18 years ago
Russell Bryant b179e2155f Convert uses of strdup() to ast_strdup()
18 years ago
Kevin P. Fleming 5fdba27ea2 Merged revisions 69392 via svnmerge from
18 years ago
Russell Bryant ab6fa304a4 Add support for the tw language in voicemail
18 years ago
Russell Bryant 055d82cbce Add a massive set of changes for converting to use the ast_debug() macro.
18 years ago
Mark Michelson d3bc0a518a Merged revisions 69181 via svnmerge from
18 years ago
Joshua Colp 919af45881 Merged revisions 69144 via svnmerge from
18 years ago
Russell Bryant 9e0458e9f1 Completely remove all of the code related to jumping to priority n + 101. yay!
18 years ago
Tilghman Lesher f314fa039b Issue 8971 - Allow DISA input to be ended with a '#'.
18 years ago
Tilghman Lesher b353c43c28 Merged revisions 68781 via svnmerge from
18 years ago
Russell Bryant 1441cc8b94 Merged revisions 68527 via svnmerge from
18 years ago
Russell Bryant 68492b239c Add an option for ControlPlayback to be able to start at an offset from
18 years ago
Russell Bryant 1d57ccb6f7 Fix a bunch of doxygen errors and document more things
18 years ago
Jason Parker 0ac5422486 Merged revisions 68326 via svnmerge from
18 years ago
Russell Bryant e911f41166 Merged revisions 68280 via svnmerge from
18 years ago
Jason Parker 20e1e1ad3c Merged revisions 68211 via svnmerge from
18 years ago