Commit Graph

3185 Commits (184fe6f87befe5da170bd852491d3a22db83a65f)

Author SHA1 Message Date
Joshua Colp 8c8979936d Merged revisions 81776 via svnmerge from
19 years ago
Mark Michelson ba8c1b5243 Merged revisions 81713 via svnmerge from
19 years ago
Mark Michelson e9548619cf Not having this epoll specific code in wait_for_answer was causing app_queue to infinitely loop.
19 years ago
Dwayne M. Hubbard 0075b2d632 added ZAPATELLERSTATUS to app_zapateller
19 years ago
Mark Michelson 504f8a09af Weird. When I merged my changes from 1.4, they merged into the wrong function.
19 years ago
Mark Michelson 2b60033542 Merged revisions 81525 via svnmerge from
19 years ago
Mark Michelson 3d62457e96 Merged revisions 81520 via svnmerge from
19 years ago
Jason Parker 046424a96d Merged revisions 81455 via svnmerge from
19 years ago
Mark Michelson a748fc6647 Merged revisions 81416 via svnmerge from
19 years ago
Jason Parker 836c550ce3 Merged revisions 81412 via svnmerge from
19 years ago
Mark Michelson ac9c53375f Merged revisions 81397 via svnmerge from
19 years ago
Joshua Colp 77a19beea6 (closes issue #10336)
19 years ago
Tilghman Lesher 67e125cd28 Change wording as requested by Kevin
19 years ago
Mark Michelson 2d828f3308 Merged revisions 81381 via svnmerge from
19 years ago
Tilghman Lesher 35f6c75a77 Add ReadExten app and VALID_EXTEN function (closes issue #10082)
19 years ago
Mark Michelson 639b4aacce Added the MEMBERREALTIME variable when using setinterfacevar in queues.conf
19 years ago
Steve Murphy b5cd67adc3 This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I didn't add it to 1.4 yet, because it's not entirely clear to me if this is a bug fix or an enhancement. A lot of files were affected by small changes like ast_variable_new getting an added arg, for the file name the var was defined in; ast_category_new gets added args of filename and lineno; ast_category and ast_variable structures now record file and lineno for each entry; a list of all #include and #execs in a config file (or any of its inclusions are now kept in the ast_config struct; at save time, each entry is put back into its proper file of origin, in order. #include and #exec directives are folded in properly. Headers indicating that the file was generated, are generated also for each included file. Some changes to main/manager.c to take care of file renaming, via the UpdateConfig command. Multiple inclusions of the same file are handled by exploding these into multiple include files, uniquely named. There's probably more, but I can't remember it right now.
19 years ago
Mark Michelson faeaff33bb Merged revisions 81349 via svnmerge from
19 years ago
Mark Michelson b823b635ac Merged revisions 81346 via svnmerge from
19 years ago
Mark Michelson a9bec2f669 Merged revisions 81340 via svnmerge from
19 years ago
Mark Michelson f9d5c43b87 Changing a NOTICE to a DEBUG.
19 years ago
Mark Michelson 8176c0ee7c Merged revisions 81158 via svnmerge from
19 years ago
Tilghman Lesher 8ba30bb7bd Enhance Pickup to do native pickupgroup pickup when no arguments are specified (closes issue #10404)
19 years ago
Mark Michelson cea7b885d9 Merged revisions 81010 via svnmerge from
19 years ago
Russell Bryant e5b801c419 use ast_strlen_zero
19 years ago
BJ Weschke eb0e0ec33f Merged revisions 80818 via svnmerge from
19 years ago
Mark Michelson ca890bae34 Merged revisions 80750 via svnmerge from
19 years ago
Russell Bryant cf83d1ff5f Use the comma separator in app_while. reported by blitzrage on irc, patched by me
19 years ago
Jason Parker cf9dcaeea1 Cast calls to getpid. This was done in 1.4 already, this one was just new
19 years ago
Mark Michelson e9a50d1f15 Merged revisions 80049 via svnmerge from
19 years ago
Joshua Colp d810320a22 Remove remnants of last commit so trunk builds again.
19 years ago
Mark Michelson 0ef2670e8f Merged revisions 80044 via svnmerge from
19 years ago
Tilghman Lesher e18bdff54a Merged revisions 79998 via svnmerge from
19 years ago
Tilghman Lesher 447fada0c1 Merged revisions 79947 via svnmerge from
19 years ago
Mark Michelson dc7d25ea63 I broke the build. Now I'm fixing it.
19 years ago
Mark Michelson d49ae61c36 Merged revisions 79906 via svnmerge from
19 years ago
Tilghman Lesher 56b9568164 Don't reload a configuration file if nothing has changed.
19 years ago
Dwayne M. Hubbard 46b75d5f17 added counter for voicemail show users, issue 10462, thanks junky
19 years ago
Mark Michelson 80f49f0ac8 Merged revisions 79690 via svnmerge from
19 years ago
Mark Michelson 425aca97c4 Merged revisions 79527 via svnmerge from
19 years ago
Joshua Colp 94b1dda1fa Merged revisions 79334 via svnmerge from
19 years ago
Mark Michelson 8d929d7afd Allow non-realtime queues to have realtime members
19 years ago
Joshua Colp 3dac92ecbf Merged revisions 79207 via svnmerge from
19 years ago
Russell Bryant e113d36aa4 Merge a set of device state improvements from team/russell/events.
19 years ago
Mark Michelson 31aa5e02f1 Merged revisions 78907 via svnmerge from
19 years ago
Mark Michelson a609873b5c Merged revisions 78859 via svnmerge from
19 years ago
Russell Bryant dc7af7d5fe Don't use strncpy for moving a chunk of memory to another that is overlapping.
19 years ago
Russell Bryant 5b9f4110bc Merged revisions 78778 via svnmerge from
19 years ago
Russell Bryant 4eea027559 Merged revisions 78749 via svnmerge from
19 years ago
Russell Bryant 9d1acad76b Fix a problem that I had introduced into MWI handling. I had ignored
19 years ago
Russell Bryant eb649f932b Merged revisions 78717 via svnmerge from
19 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.
19 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.
19 years ago
Mark Michelson 2f88ff4599 Merged revisions 78575 via svnmerge from
19 years ago
Mark Michelson 8906a5aa91 Merged revisions 78450 via svnmerge from
19 years ago
Tilghman Lesher f78ff66a4d Merged revisions 78415 via svnmerge from
19 years ago
Joshua Colp ac6c35c2a6 Fix bug where a NULL timeout would make things explode if SendDTMF was called with it.
19 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.
19 years ago
Joshua Colp 15c5e25e36 (closes issue #10381)
19 years ago
Russell Bryant 2e6fe76de6 Make this module build on my mac
19 years ago
Russell Bryant 224dd669b4 Merged revisions 78101 via svnmerge from
19 years ago
Tilghman Lesher d4013ef43d Merged revisions 77886 via svnmerge from
19 years ago
Jason Parker 1bf5335f00 Add the Ring time in the CONNECT on the queue_log and on the Manager event AgentConnect
19 years ago
Joshua Colp d9aee5e353 Merged revisions 77869 via svnmerge from
19 years ago
Russell Bryant 4e0947c5f1 Convert code that checks the _softhangup member of ast_channel directory to use
19 years ago
Mark Michelson 04ca0b9728 Merged revisions 77854 via svnmerge from
19 years ago
Mark Michelson 9aee2bf6c7 Merged revisions 77852 via svnmerge from
19 years ago
Kevin P. Fleming 354b6dcf41 umm... let's build with --enable-dev-mode, mmkay?
19 years ago
Tilghman Lesher 20bbd09de3 Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too.
19 years ago
Joshua Colp 6e771511da Minor clean up of app_followme.
19 years ago
Joshua Colp 94bef1a256 Merged revisions 77768 via svnmerge from
19 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.
19 years ago
Russell Bryant f8483a0d04 Do a massive conversion for using the ast_verb() macro
19 years ago
Steve Murphy 0f326a83c5 Merged revisions 77191 via svnmerge from
19 years ago
Joshua Colp 1c783e8cfb Merged revisions 77176 via svnmerge from
19 years ago
Mark Michelson c3a92f402f Merged revisions 76801 via svnmerge from
19 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
Joshua Colp 32237bb1ba Merged revisions 76618 via svnmerge from
19 years ago
Steve Murphy ffd49bc066 One small documentation update made to accompany 10154, the upgrading of the queue ringing to allow periodic announcments
19 years ago
Steve Murphy 5c6d509591 This update was supplied in 10154; to allow announcemnts if the 'r' option (ringing) is provided.
19 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)
19 years ago
Mark Michelson 51bf714319 Merged revisions 76139 via svnmerge from
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
Steve Murphy 7756ba6619 This repairs a 'warning: ISO C90 forbids mixed declarations and code' message that cripples my dev-mode enabled build
19 years ago
Mark Michelson 51fa94c6f5 Merged revisions 75978 via svnmerge from
19 years ago
Mark Michelson 3dcce46f69 Merged revisions 75969 via svnmerge from
19 years ago
Tilghman Lesher 24935c0304 Fix trunk where I broke it earlier (for ast_strftime branch)
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
Dwayne M. Hubbard b96fde308c Merged revisions 75658 via svnmerge from
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
Tilghman Lesher 2c5a07bf03 Merged revisions 75529 via svnmerge from
19 years ago
Mark Michelson ee6d59eef2 Merged revisions 75405 via svnmerge from
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
Luigi Rizzo 35efc961ef Initialize a variable to avoid a warning when the compiler
19 years ago
Jason Parker 766121a5bc Fix an incorrect parenthesization (TODO: Find a better word) in app_dial
19 years ago
Mark Michelson ce8f95d750 Merged revisions 75253 via svnmerge from
19 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.
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 cb8170e8c5 Merged revisions 75078 via svnmerge from
19 years ago
Joshua Colp 7e015109a2 Use the linkedlists.h AST_LIST_NEXT macro for modifying the list of results.
19 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.
19 years ago
Mark Michelson fb6f6ba67f Merged revisions 74476 via svnmerge from
19 years ago
Jason Parker 6f8294847f Merged revisions 74428 via svnmerge from
19 years ago
Jason Parker 2600cd5d7b Merged revisions 74317 via svnmerge from
19 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)
19 years ago
Mark Michelson ab398473a0 Merged revisions 74120 via svnmerge from
19 years ago
Russell Bryant 262dfb44cd Add Queue and DestinationChannel headers to the AgentCalled manager event
19 years ago
Mark Michelson 9632477144 Merged revisions 74047 via svnmerge from
19 years ago
Olle Johansson a1b9cbcd31 Implementation of a feature that will disable "missed calls" counters on SIP phones.
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
Jason Parker 25b941b238 Add the ability to play an announcement to queue caller just before bridging
19 years ago
Tilghman Lesher 046aa5332d Remove directory creation of directories we've never used.
19 years ago
Mark Michelson 850287e46d Merged revisions 73400 via svnmerge from
19 years ago
Joshua Colp f4943f3211 Merged revisions 73355 via svnmerge from
19 years ago
Joshua Colp 758873a068 Merged revisions 73316 via svnmerge from
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
Jason Parker 2607a74599 Fix a build warning, and potential issue if option p is not set at all.
19 years ago
Jason Parker fe37e0dd7f Add support for changing the exit key from # to any DTMF.
19 years ago
Russell Bryant 8a53d595a5 Fix up the device state processing thread in app_queue so that it's not
19 years ago
Tilghman Lesher 8b93f50dfc Merged revisions 73053 via svnmerge from
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
Luigi Rizzo ad42dfe1dd move variable declarations to the beginning of a block.
19 years ago
Luigi Rizzo a0011053d6 move variable declarations to the beginning of a block.
19 years ago
Joshua Colp 150c77c901 Merged revisions 72381 via svnmerge from
19 years ago
Joshua Colp 7b60d29f68 Merged revisions 72328 via svnmerge from
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 49c22c3c04 Create directory if it does not exist.
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
Russell Bryant ab56fcce5c Allow compilation off app_voicemail with IMAP_STORAE against a system installed
19 years ago
Mark Michelson 3f3a8af232 Using inboxcount instead of countmessages.
19 years ago
Russell Bryant 80166c6de8 Conversions to ast_debug()
19 years ago
Tilghman Lesher 0296bd9957 Issue 9970 - Ensure directory exists before trying to write an output file
19 years ago
Tilghman Lesher e2f71e8937 Code cleanups
19 years ago
Jason Parker 68ac7f7633 Merged revisions 71068 via svnmerge from
19 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)
19 years ago
Joshua Colp 9a3ddbac93 Merged revisions 70899 via svnmerge from
19 years ago
Mark Michelson 5bad80449e Merged revisions 70808 via svnmerge from
19 years ago
Russell Bryant cc41da6de9 Merge changes from team/russell/sla_reload
19 years ago
Russell Bryant ffa9367f7b Merged revisions 70726 via svnmerge from
19 years ago
Joshua Colp 142c6f45d8 Merged revisions 70677 via svnmerge from
19 years ago
Mark Michelson 21422fd78c Removed an extraneous debug message I'd left in my previous commit
19 years ago
Tilghman Lesher 396a37eba8 Fix trunk brokenness; also, optimize application registration
19 years ago
Steve Murphy 2462d5ab4f Cleaning up a small disaster I created earlier
19 years ago
Steve Murphy 57526b35cc As per 9228, now app_queue should have the proper machinery to do gosubs.
19 years ago
Mark Michelson 3803718a8f Main fix: Fixing a bug which caused VoiceMailMain to always report that
19 years ago
Tilghman Lesher ce2c52d519 Merged revisions 70445 via svnmerge from
19 years ago
Tilghman Lesher 704c756c4a Merge work to make U(...) option work for Dial
19 years ago
Tilghman Lesher d260399bc1 Oops, shouldn't have taken that last shortcut (also add some checks)
19 years ago
Tilghman Lesher 344f8d40a8 Another method of doing local variables, hopefully a little closer to what codefreeze had in mind
19 years ago
Tilghman Lesher 2586a090a8 Local variables for codefreeze
19 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.
19 years ago
Joshua Colp f804f5d2ed Merged revisions 69895 via svnmerge from
19 years ago
Mark Michelson a434fa668b Undoing my last commit. I misread the code before.
19 years ago
Mark Michelson 2265686e33 Cleaned up a section where there were two consecutive identical if statements.
19 years ago
Brett Bryant 7573042f95 Fixed issue where 'stop gracfeully' was hanging ...
19 years ago
Tilghman Lesher 30600f053f Janitor for ast_localtime
19 years ago
Russell Bryant 43658278ff Merged revisions 69702 via svnmerge from
19 years ago
Joshua Colp 84e624ff23 Merged revisions 69558 via svnmerge from
19 years ago
Russell Bryant 4b5a71e9d0 Merged revisions 69518 via svnmerge from
19 years ago
Russell Bryant b179e2155f Convert uses of strdup() to ast_strdup()
19 years ago
Kevin P. Fleming 5fdba27ea2 Merged revisions 69392 via svnmerge from
19 years ago
Russell Bryant ab6fa304a4 Add support for the tw language in voicemail
19 years ago
Russell Bryant 055d82cbce Add a massive set of changes for converting to use the ast_debug() macro.
19 years ago
Mark Michelson d3bc0a518a Merged revisions 69181 via svnmerge from
19 years ago
Joshua Colp 919af45881 Merged revisions 69144 via svnmerge from
19 years ago
Russell Bryant 9e0458e9f1 Completely remove all of the code related to jumping to priority n + 101. yay!
19 years ago
Tilghman Lesher f314fa039b Issue 8971 - Allow DISA input to be ended with a '#'.
19 years ago
Tilghman Lesher b353c43c28 Merged revisions 68781 via svnmerge from
19 years ago
Russell Bryant 1441cc8b94 Merged revisions 68527 via svnmerge from
19 years ago
Russell Bryant 68492b239c Add an option for ControlPlayback to be able to start at an offset from
19 years ago
Russell Bryant 1d57ccb6f7 Fix a bunch of doxygen errors and document more things
19 years ago
Jason Parker 0ac5422486 Merged revisions 68326 via svnmerge from
19 years ago
Russell Bryant e911f41166 Merged revisions 68280 via svnmerge from
19 years ago
Jason Parker 20e1e1ad3c Merged revisions 68211 via svnmerge from
19 years ago
Mark Michelson 350a83fe98 Merged revisions 68198 via svnmerge from
19 years ago
Joshua Colp 2492bf26fb Merged revisions 68071 via svnmerge from
19 years ago
Tilghman Lesher 9d05ff8ed5 Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes
19 years ago
Russell Bryant c7303534a4 Please forgive this flood of tiny changes ... this will be cool when it works
19 years ago
Mark Michelson 714e772ad4 Merged revisions 67804 via svnmerge from
19 years ago
Russell Bryant 8d35eeab0b minor formatting change ... testing mantis/svn
19 years ago
Russell Bryant f94f4a4c91 Don't try to check the result of alloca ...
19 years ago
Mark Michelson e156297c11 Fixing a crash wherein Asterisk would segfault when attempting to leave a voicemail when IMAP storage
19 years ago
Joshua Colp 4ba8071bda Merged revisions 67626 via svnmerge from
19 years ago
Russell Bryant 1d8be33e28 Merged revisions 67558 via svnmerge from
19 years ago
Mark Michelson 6a8be027d1 Merged revisions 67424 via svnmerge from
19 years ago
Joshua Colp bae04fd90e Merged revisions 67066 via svnmerge from
19 years ago
Joshua Colp d84f78ac04 Minor clean up. Constify a few variables and use ast_strlen_zero in a few places.
19 years ago
Joshua Colp 13a3661906 Add support for autocompleting start/stop options of the mixmonitor CLI command. (issue #9862 reported by eliel)
19 years ago
Russell Bryant 605368649e Merge major changes to the way device state is passed around Asterisk. The two
19 years ago
Mark Michelson 7173f3378f Merged revisions 66897 via svnmerge from
19 years ago
Russell Bryant 5af2d0720e Merged revisions 66879 via svnmerge from
19 years ago
Russell Bryant 7562efed2d - Don't check if the list is empty needlessly
19 years ago
Tilghman Lesher e8c1a35607 Merged revisions 66770 via svnmerge from
19 years ago
Russell Bryant 8ea9dcc221 Fix a crash on reload by using calloc() instead of malloc() to ensure that
19 years ago
Olle Johansson 0b2db74e5a Issue #9842 - Doxygen updates by snuffy. Thanks!
19 years ago
Mark Michelson 684f320397 Merged revisions 66671 via svnmerge from
19 years ago
Tilghman Lesher 1236ed3214 Issue 9477 - Improve menuselect labels
19 years ago
Olle Johansson 432c8654f5 - Don't re-invent existing headers (some already existed in chan_sip)
19 years ago
Joshua Colp 99eb9421d1 Unlock the minivmlock when no configuration is found. (issue #9814 reported by eliel)
19 years ago
Russell Bryant 8f783b335d Since this code now uses the API call for creating a detached thread, there
19 years ago
Joshua Colp 54bccb409b Add ListAllVoicemailUsers manager command. (issue #8112 reported by Tony Zhao)
19 years ago
Russell Bryant 4b3a3fb14c Add a new API call for creating detached threads. Then, go replace all of the
19 years ago
Russell Bryant 249376cfd4 Merged revisions 65853 via svnmerge from
19 years ago
Russell Bryant 33215616d4 Don't check for MWI event subscribers before creating the MWI event in voicemail.
19 years ago
Russell Bryant d3ee017682 Merged revisions 65501 via svnmerge from
19 years ago
BJ Weschke 727e6c586a Merged revisions 65408 via svnmerge from
19 years ago
Russell Bryant 9b5d9279be Fix a couple of spots in the handling of device states that could lead to a
19 years ago
Russell Bryant ff73bfb7e7 I know we have talked about rewriting app_queue for Asterisk 1.6, but once I
19 years ago
Steve Murphy 4572edae31 Merged revisions 65200 via svnmerge from
19 years ago
Olle Johansson bdd2b74ced Issue #5930 - Remove dependencies on res_adsi.so - clwade
19 years ago
Russell Bryant 3ecad89b42 Merged revisions 64868 via svnmerge from
19 years ago
Jason Parker 13237f27c9 Merged revisions 64761 via svnmerge from
19 years ago
Russell Bryant 83d0b0417c Merged revisions 64756 via svnmerge from
19 years ago
Joshua Colp 73b2f292bc Merged revisions 64720 via svnmerge from
19 years ago
Jason Parker 2d1b06faef Don't allow rounding seconds to weird values that may cause "unexpected" results.
19 years ago
Jason Parker 83c00e346e Add 'c' option to app_queue which allows for continuing in the dialplan if the callee hangs up.
19 years ago
Olle Johansson 283ddaa092 Fixing reload. Thanks to Mats Karlsson!
19 years ago
Tilghman Lesher e31c4fca7d Merged revisions 63566 via svnmerge from
19 years ago
Tilghman Lesher 49b0369545 Merged revisions 63478 via svnmerge from
19 years ago
Tilghman Lesher 2b12544f79 Merged revisions 63360 via svnmerge from
19 years ago
Russell Bryant b678b946c0 Make a minor tweak to admin_exec() - don't lock the conference list until it
19 years ago
Russell Bryant bffbfcbcbc Add a new application, MeetMeChannelAdmin, which is similar to MeetMeAdmin,
19 years ago
Russell Bryant a6ec2bd182 When a conference is created, the UNIQUEID of the channel that caused it to be
19 years ago
Tilghman Lesher 2059f767dd Merged revisions 62545 via svnmerge from
19 years ago
Russell Bryant 683417407e This patch adds additional information to the EXITWITHKEY and EXITWITHTIMEOUT
19 years ago
Russell Bryant dd601f4f38 Enable the functionality of the 'o' option to "optimize talker" by default.
19 years ago
Russell Bryant b6b1bf3213 Merge changes from team/russell/events
19 years ago
Russell Bryant 672fbc1f81 Add a min-announce-frequency option to queues.conf which allows you to control the
19 years ago
Jason Parker 52ae7d58f7 Merged revisions 61694 via svnmerge from
19 years ago
Russell Bryant 97d0661327 Merged revisions 61690 via svnmerge from
19 years ago
Olle Johansson c72efe27be Mini-voicemail - an embryo for a new voicemail system based on building
19 years ago
Joshua Colp e2871220e2 Merged revisions 61656 via svnmerge from
19 years ago
Joshua Colp 67302c5411 Merged revisions 61651 via svnmerge from
19 years ago
Russell Bryant 710a2e8ea6 Merged revisions 61645 via svnmerge from
19 years ago
Steve Murphy 13d44de57e via 8119, a patch to allow voicemail data to be stored in RealTime.
19 years ago
Steve Murphy ecaf781933 Merged revisions 60989 via svnmerge from
19 years ago
Russell Bryant be874b92d3 Remove unused instances of unnamed enums.
19 years ago
Jason Parker 0cb6714ce8 Merged revisions 61022 via svnmerge from
19 years ago
Jason Parker a84ca79445 Merged revisions 60936 via svnmerge from
19 years ago
Joshua Colp 840f1e61e0 Merged revisions 60798 via svnmerge from
19 years ago
Joshua Colp 9ab4327d8b Merged revisions 60762 via svnmerge from
19 years ago
Tilghman Lesher 072347fa40 Merged revisions 60713 via svnmerge from
19 years ago
Russell Bryant e3192c77f2 Merged revisions 60565 via svnmerge from
19 years ago
Russell Bryant bdd6e89dcd Merged revisions 60521 via svnmerge from
19 years ago
Joshua Colp 4b618442a0 Merged revisions 60361 via svnmerge from
19 years ago
Jason Parker 02f03d9aeb Merged revisions 60268 via svnmerge from
19 years ago
Russell Bryant e9e26370be Merged revisions 60069 via svnmerge from
19 years ago
Joshua Colp d6f029b4f7 Merged revisions 59963 via svnmerge from
19 years ago
Joshua Colp a6d7b13160 Merged revisions 59724 via svnmerge from
19 years ago
Russell Bryant fcc7c358a5 Reduce the ridiculous number of variables used in the load_config() function by
19 years ago
Russell Bryant e94dde199c Add the ability for the "voicemail show users" CLI command to show users
19 years ago
Joshua Colp 15c9972839 Merged revisions 59361 via svnmerge from
19 years ago
Tilghman Lesher 185fc8711d Merged revisions 59284 via svnmerge from
19 years ago
Tilghman Lesher f7178b7bfe Merged revisions 59281 via svnmerge from
19 years ago
Russell Bryant f901158670 Merged revisions 59278 via svnmerge from
19 years ago
Russell Bryant 0d4406748d Merged revisions 59275 via svnmerge from
19 years ago
Russell Bryant 469ac55753 Merged revisions 59273 via svnmerge from
19 years ago
Joshua Colp e2c9d8b43b Merged revisions 59223 via svnmerge from
19 years ago
Russell Bryant 1e3a59b69b Merged revisions 59215 via svnmerge from
19 years ago
Joshua Colp 722962dec4 Merged revisions 59213 via svnmerge from
19 years ago
Steve Murphy 36642f6982 Merged revisions 59188 via svnmerge from
19 years ago
BJ Weschke 39857b78e7 Merged revisions 59035 via svnmerge from
19 years ago
Joshua Colp bbcbf46aae Merged revisions 58992 via svnmerge from
19 years ago
Russell Bryant 1cf3a12047 Merged revisions 58931 via svnmerge from
19 years ago
Russell Bryant 2ea01c893c Merged revisions 58894 via svnmerge from
19 years ago
Russell Bryant 6bf6ed59db Merged revisions 58872 via svnmerge from
19 years ago
Russell Bryant 83fd14cde7 Merged revisions 58669 via svnmerge from
19 years ago
Joshua Colp 96f7036c99 Merged revisions 58604 via svnmerge from
19 years ago
Russell Bryant b1678e3b50 Merged revisions 58512 via svnmerge from
19 years ago
Russell Bryant da28f77d4a Merged revisions 58474 via svnmerge from
19 years ago
Kevin P. Fleming 4a1a0993f2 Merged revisions 58351-58352 via svnmerge from
19 years ago
Olle Johansson 061df74259 Adding reference to ices home page. Anyone that has tested with ices2 ?
19 years ago
Russell Bryant f0aeab730f Send a manager AgentComplete event when the agent transfers the call, in
19 years ago
Olle Johansson eed095c276 Debug control, debug control.
19 years ago
Luigi Rizzo e9dd63e77c remove duplicate const
19 years ago
Joshua Colp 6743eb2117 Merged revisions 57872 via svnmerge from
19 years ago
Joshua Colp 1be69d516b I like it when app_meetme builds under dev mode, don't you?
19 years ago
Joshua Colp be92ac73b4 Merged revisions 57870 via svnmerge from
19 years ago
Tilghman Lesher d9bd122fce Convert stack apps to use ast_storage channel structure
19 years ago
Tilghman Lesher 7839f111a0 Merged revisions 57649 via svnmerge from
19 years ago
Russell Bryant 40e95cd19d Add the channel's Language to the "show channel" CLI command and the DumpChan
19 years ago
Russell Bryant 3d6e6e07ef Merged revisions 57364 via svnmerge from
19 years ago
Russell Bryant 9c58ead89b Merged revisions 57203 via svnmerge from
19 years ago
Joshua Colp e7b03a991e Convert the PBX core to use read/write locks. This yields a nifty performance improvement when it comes to simultaneous calls going through the dialplan. Using murf's test the old mutex based core took an average of 57.3 seconds while the rwlock based core took 31.1 seconds. That's a nifty 26.2 seconds performance improvement. The other good part is that if we do need to switch back then we just have to change the lock/unlock API calls. I converted everywhere that used to touch the mutex locks directly to use them.
19 years ago
Russell Bryant 00ab6324e8 Merged revisions 57146 via svnmerge from
19 years ago
Russell Bryant 69b0eb24ed Merged revisions 57144 via svnmerge from
19 years ago
Russell Bryant 4fd59356ef Merged revisions 57089 via svnmerge from
19 years ago
Joshua Colp 902319882c Merged revisions 57053 via svnmerge from
19 years ago
Joshua Colp 726928cb60 Properly hangup the original dialed channel, not the new channel that appeared from the forwarding. (issue #9161 reported by PhilSmith)
19 years ago
Joshua Colp 750635b501 Merged revisions 56839 via svnmerge from
19 years ago
Russell Bryant 12432b9b9e Merged revisions 56740 via svnmerge from
19 years ago
Olle Johansson 75d387acbc Doxygen additions, corrections
19 years ago
Olle Johansson bc01e39174 Creating new doxygen macro "\extref" to create page that lists
19 years ago
Joshua Colp e6bd19bfa5 Make Meetme build again under dev mode.
19 years ago
Russell Bryant d94c511bb3 Merged revisions 56341 via svnmerge from
19 years ago
Russell Bryant 9138e53bc9 Merged revisions 56277 via svnmerge from
19 years ago
Russell Bryant 05a4b32f2a Fix some compilation problems in app_voicemail. There was a parenthesis missing
19 years ago
Joshua Colp 80bab41671 Make filename on email follow subject message number, purely for cosmetic purposes for individuals like *cough* jsmith *cough*. (issue #9111 reported by sshah)
19 years ago
Joshua Colp 7e06a97fdd Merged revisions 55957 via svnmerge from
19 years ago
Russell Bryant f5bd40d925 Merged revisions 55951 via svnmerge from
19 years ago
Joshua Colp 80e8ca4f9b Merged revisions 55949 via svnmerge from
19 years ago
Joshua Colp 5030e05632 Merged revisions 55947 via svnmerge from
19 years ago
Russell Bryant e57e5aca4a Merged revisions 55758 via svnmerge from
19 years ago
Joshua Colp ee980f4350 Merged revisions 55741 via svnmerge from
19 years ago
Tilghman Lesher fb626350c6 Merged revisions 55435 via svnmerge from
19 years ago
Joshua Colp 6ad66e51ae Allow both an external application and SMDI to do voicemail notification at the same time. (issue #8625 reported by lters)
19 years ago
Olle Johansson ec4eb25d8a Formatting changes.
19 years ago
Kevin P. Fleming 74f31a51bc add -Wundef to the --enable-dev-mode flags, so that mistyped macro names in #if expressions will be caught
19 years ago
Olle Johansson ab7f71fd96 Merged revisions 55278 via svnmerge from
19 years ago
Joshua Colp f95a15ed58 Merged revisions 55219 via svnmerge from
19 years ago
Joshua Colp 177953c8f1 We want to skip the queue if the name doesn't match the specified one, not if they *do*.
19 years ago
Joshua Colp d4c75e57c0 Increase "queue show" buffer size from 80 to 240. This should be more then enough for most cases. (issue #9089 reported by mvanbaak)
19 years ago
Joshua Colp fb9e48ca9e Merged revisions 55154 via svnmerge from
19 years ago
Joshua Colp 213983dee2 Merged revisions 55129 via svnmerge from
19 years ago
Russell Bryant f11d0b3d54 Merged revisions 55006 via svnmerge from
19 years ago
Russell Bryant 12dadb330e Print the raw read/write formats in the DumpChan application.
19 years ago
Russell Bryant 566c71d0f7 Merged revisions 54969 via svnmerge from
19 years ago
Joshua Colp 8e92c73a1d Merged revisions 54924 via svnmerge from
19 years ago
Joshua Colp 821c941976 Merged revisions 54884 via svnmerge from
19 years ago
Olle Johansson 401133e544 More cleanups of app_voicemail
19 years ago
Joshua Colp 8fdd98b568 Add 'o' option to Chanspy which causes it to only listen to audio coming from the channel, and the 'X' option which allows the user to exit to a valid single digit extension. (issue #8137 reported by mnicholson)
19 years ago
Joshua Colp 56095555da Merged revisions 54714 via svnmerge from
19 years ago
Olle Johansson 0f51f6577d - add some notes, asking for help
19 years ago
Joshua Colp a11b56a8e5 Merged revisions 54623 via svnmerge from
19 years ago
Joshua Colp db868d0807 Few more code clean ups.
19 years ago
Joshua Colp fd3630715b Clean up app_milliwatt code.
19 years ago
Joshua Colp 68a66656e6 Merged revisions 54481 via svnmerge from
19 years ago
Russell Bryant f60efe347a This introduces a new dialplan function, DEVSTATE, which allows you to do some
19 years ago
Russell Bryant 2a5477b35e Merged revisions 54066 via svnmerge from
19 years ago
Paul Cadach 6b88680e51 Merged revisions 53880 via svnmerge from
19 years ago
Russell Bryant 5715b49c30 Merged revisions 53810 via svnmerge from
19 years ago
Russell Bryant 66641e8a63 Merged revisions 53783 via svnmerge from
19 years ago
Kevin P. Fleming e758ef09b3 Merged revisions 53779-53781 via svnmerge from
19 years ago
Joshua Colp 32cd307d6f Merged revisions 53749 via svnmerge from
19 years ago
Joshua Colp 655da6da05 Clean up documentation of Queue application. (issue #9022 reported by seanbright)
19 years ago
Joshua Colp bcb5daf74d Merged revisions 53601 via svnmerge from
19 years ago
Tilghman Lesher 460f377cdb Merged revisions 53530 via svnmerge from
19 years ago
Joshua Colp 8513682d15 Merged revisions 53399 via svnmerge from
19 years ago
Tilghman Lesher 786deaee8a Merged revisions 53355 via svnmerge from
19 years ago
Joshua Colp 4553ab9eab Merged revisions 53152 via svnmerge from
19 years ago
Joshua Colp 2101e5be28 Merged revisions 53150 via svnmerge from
19 years ago
Tilghman Lesher c59714fbfc Add CALLERPRES dialplan function and deprecate SetCallerPres application
19 years ago
Russell Bryant ce321f87e9 Merged revisions 53136 via svnmerge from
19 years ago
Olle Johansson d07e640c6f Merged revisions 53081 via svnmerge from
19 years ago
Russell Bryant 782cd26efa Remove duplicate calls to pthread_attr_destroy() that I put in yesterday
19 years ago
Russell Bryant b233892198 Merged revisions 53046 via svnmerge from
19 years ago
Russell Bryant 78587a8402 Merged revisions 53042 via svnmerge from
19 years ago
Russell Bryant 26a33b2ffc Merged revisions 53037 via svnmerge from
19 years ago
Russell Bryant 59b382021e Merged revisions 53035 via svnmerge from
19 years ago
Joshua Colp 095b911df1 Merged revisions 52717 via svnmerge from
19 years ago
Russell Bryant e0944a6fc9 Resolve some warnings when not building with IMAP_STORAGE
19 years ago
Joshua Colp 89bcae322d Change vmstates list to use linked list macros.
19 years ago
Joshua Colp 0fbb5a24e0 Code cleanup of IMAP storage support in app_voicemail.
19 years ago
Joshua Colp 6a7f296faf Merged revisions 52572 via svnmerge from
19 years ago
Joshua Colp 6b02211f03 Merged revisions 52523 via svnmerge from
19 years ago
Joshua Colp 44beb7c475 Merged revisions 52416 via svnmerge from
19 years ago
Joshua Colp 48e707b6aa Merged revisions 52163 via svnmerge from
19 years ago
Russell Bryant 174606b4bd Merged revisions 52160 via svnmerge from
19 years ago
Steve Murphy ad06bf844c As per bug 8859 (Add option to revert old ChanIsAvail() with 's' option behavior), this update makes the 't' option available, which calls ast_parse_device_state instead of ast_device_state. This option will not dive into the channel driver to find the status of the device (which could be good if sip devicestate isn't returning full status, for various reasons).
19 years ago
Joshua Colp 9826fc599b Merged revisions 52049 via svnmerge from
19 years ago
Russell Bryant 19a8da7bed Merged revisions 51829 via svnmerge from
19 years ago
Joshua Colp 1fda861ff8 Make 'H' command do as advertised and add 'E' and 'V' commands to ExternalIVR. (issue #8165 reported by mnicholson)
19 years ago
Joshua Colp ea17720d1e Merged revisions 51407 via svnmerge from
19 years ago
Russell Bryant d26bb9ccb6 Merged revisions 51343 via svnmerge from
19 years ago
Russell Bryant c39e1b8246 Merged revisions 51341 via svnmerge from
19 years ago
Russell Bryant cde480e400 Merged revisions 51339 via svnmerge from
19 years ago
Luigi Rizzo 1b35a441d9 include "asterisk/zapata.h" instead of testing for
19 years ago
Luigi Rizzo dc31eaa025 include "asterisk/zapata.h" instead of looking
19 years ago
Jason Parker 5d25265403 Merged revisions 51265 via svnmerge from
19 years ago
Joshua Colp 68d39c2b72 Merged revisions 51251 via svnmerge from
19 years ago
Joshua Colp dd23f68d18 Add 's' option to Page application which checks devicestate before dialing. (issue #8673 reported by sunder)
19 years ago
Joshua Colp 180eb47bcb Merged revisions 51213 via svnmerge from
19 years ago
Jason Parker ce5d9ab661 Merged revisions 51186 via svnmerge from
19 years ago
Kevin P. Fleming 87fad338e6 Merged revisions 51176 via svnmerge from
19 years ago
Jason Parker 73bc822fa8 Merged revisions 51167 via svnmerge from
19 years ago
Tilghman Lesher 8cda34b5fc Merged revisions 51159 via svnmerge from
19 years ago
Kevin P. Fleming 8bd73ec01b remove pointless DEBUG message (watch those patch merges, people!)
19 years ago
Matt O'Gorman 7dd96f284b Merged revisions 51150 via svnmerge from
19 years ago
Matt O'Gorman a4640ee9d8 Patch allows for changing voicemail password in users.conf from voicemail main, written by AnthonyL bug #8436
19 years ago
Matt O'Gorman da9d86bfc2 Merged revisions 50957 via svnmerge from
19 years ago
Joshua Colp 4aba5a78d9 Merged revisions 50433 via svnmerge from
19 years ago
Joshua Colp a378353ecc Merged revisions 50298 via svnmerge from
19 years ago
Tilghman Lesher 3b3a66e54b Merged revisions 50151 via svnmerge from
19 years ago
Jason Parker 3a98c6af87 Merged revisions 50098 via svnmerge from
19 years ago
Matt O'Gorman 70b945c4f1 Merged revisions 50073 via svnmerge from
19 years ago
Tilghman Lesher 52ea03bd86 Merged revisions 49834 via svnmerge from
19 years ago
Kevin P. Fleming cd73a483f1 const-ify some more APIs, and fix rev 49710 from branch-1.4 in a better way here
19 years ago
Kevin P. Fleming 87b9abc892 Merged revisions 49676 via svnmerge from
19 years ago
Matt O'Gorman d618580449 Merged revisions 49459 via svnmerge from
19 years ago
Matt O'Gorman 29434b4b93 Merged revisions 49413 via svnmerge from
19 years ago
Matt O'Gorman aa2e61f0de Merged revisions 49355 via svnmerge from
19 years ago
Tilghman Lesher 94d71436ec 1. Rename 'maxmessage' to 'maxsecs' to differentiate from 'maxmsg'.
19 years ago
Olle Johansson 253e1daa49 From coding guidelines:
19 years ago
Joshua Colp b3ca8342fd Merged revisions 48966 via svnmerge from
19 years ago
Luigi Rizzo 09f75aa6dc rename the structs struct tone_zone_sound and struct tone_zone
20 years ago
Luigi Rizzo 5727170842 improve readability of a few macros.
20 years ago
Luigi Rizzo 51f9566199 make sms_hexdump() thread safe;
20 years ago
Luigi Rizzo 250c74d10c make isodate thread-safe
20 years ago
Luigi Rizzo 99359a4b27 - use the standard option parsing routines;
20 years ago
Luigi Rizzo fbe6afd136 put generator functions next to each other.
20 years ago
Steve Murphy 7b338004bf a quick fix to app_sms.c to get rid of cursed compiler warnings so I can compile under --enable-dev-mode
20 years ago
Luigi Rizzo 1080c61d04 reduce indentation
20 years ago
Luigi Rizzo 067573020d restructure a block to reduce nesting
20 years ago
Luigi Rizzo 1ce6943f4f Add a bit of documentation on this code, including pointers
20 years ago
Joshua Colp 1546495afc Clean up app_page
20 years ago
Joshua Colp e54265a914 Merged revisions 48637 via svnmerge from
20 years ago
Luigi Rizzo 6ef9c2a16c more formatting cleanup.
20 years ago
Luigi Rizzo 21556620d0 formatting and code cleanup.
20 years ago
Joshua Colp 75b125b96e Merged revisions 48596 via svnmerge from
20 years ago
Luigi Rizzo 8a26d19b7c start documenting this code.
20 years ago
Luigi Rizzo 83f52ed5e2 better name for struct dial_localuser.
20 years ago
Luigi Rizzo a755ec928a introduce a temporary variable for tmp->chan to shorten expressions.
20 years ago
Luigi Rizzo 9c81431c93 stop what i think is a memory leak in case Dial fails to
20 years ago
Luigi Rizzo 9d4531d636 move a large block related to privacy handling to a separate function.
20 years ago
Luigi Rizzo ccebf3511c convert the final clients of ast_build_string to use ast_str_*()
20 years ago
Luigi Rizzo 18e5017634 replace ast_build_string() with ast_str_*();
20 years ago
Joshua Colp 00a02844ba Merged revisions 48401 via svnmerge from
20 years ago
Matt O'Gorman a395bd7c1d Merged revisions 48396 via svnmerge from
20 years ago
Joshua Colp c393e8f664 Merged revisions 48391 via svnmerge from
20 years ago
Joshua Colp c0c1c35e9a Merged revisions 48379 via svnmerge from
20 years ago
Joshua Colp f5c2b80787 Merged revisions 48377 via svnmerge from
20 years ago
Tilghman Lesher d670858735 Merged revisions 48375 via svnmerge from
20 years ago
Russell Bryant 5824af9cbc Resolve some pointer signedness compiler warnings in app_osplookup, and
20 years ago
TransNexus OSP Development d905761eac 1. Change to remove the compiling warning: "app_osplookup.c:2169: warning: initialization discards qualifiers from pointer target type"
20 years ago
Tilghman Lesher 02a66bee1d Merged revisions 48254 via svnmerge from
20 years ago
Tilghman Lesher 1256ac0519 Merged revisions 48252 via svnmerge from
20 years ago
Jason Parker 05261e30e9 Merged revisions 48248 via svnmerge from
20 years ago
Olle Johansson cf628af83d Doxygenification
20 years ago
Kevin P. Fleming 359a553961 Merged revisions 48193 via svnmerge from
20 years ago
Joshua Colp 1cc4009bc6 Merged revisions 48115 via svnmerge from
20 years ago
Joshua Colp 62157d2839 Merged revisions 48101 via svnmerge from
20 years ago
Joshua Colp 8017bc6e6f Merged revisions 48054 via svnmerge from
20 years ago
Luigi Rizzo bbba4e5a20 better fix for the previous bug.
20 years ago
Luigi Rizzo 64a9c28c3b do not ast_hangup() on a NULL channel.
20 years ago
Tilghman Lesher e78c50a201 Merged revisions 47864-47865 via svnmerge from
20 years ago
Joshua Colp af51be05a6 Merged revisions 47850 via svnmerge from
20 years ago
Steve Murphy 6dcb17baaf This update fulfils the request of bug 7109, which claimed the language arg to ast_stream_and_wait() was redundant. Almost all calls just used chan->language, and seeing how chan is the first argument, this certainly seems redundant. A change of language could just as easily be done by simply changing the channel language before calling.
20 years ago
Jason Parker 54d44e9b00 Add ability to notify an external application/script that the voicemail password was,
20 years ago
Jason Parker a1a37dddfe Add ability to add custom queue log via manager interface.
20 years ago
Jason Parker 938c4bdc29 Merged revisions 47782 via svnmerge from
20 years ago
Joshua Colp 9a40c9c4f2 Merged revisions 47748 via svnmerge from
20 years ago
Tilghman Lesher 3fee20d25d Merged revisions 47709 via svnmerge from
20 years ago
TransNexus OSP Development 5c36117d48 1. Fix the bug that Asterisk hangs up the calls if the OSP AuthRsp messages without destination protocol infomation.
20 years ago
Kevin P. Fleming 7fe1a6071c Merged revisions 47693 via svnmerge from
20 years ago
Joshua Colp c0dbe8931a Merged revisions 47632 via svnmerge from
20 years ago
Joshua Colp a8ef79fa6f Make local copy of arguments to parse. (issue #8362 reported by homesick)
20 years ago
Tilghman Lesher 1e41f1d68b Merged revisions 47621 via svnmerge from
20 years ago
Joshua Colp 964f27f316 Merged revisions 47617 via svnmerge from
20 years ago
Joshua Colp 64d5316a53 Add 'loose' option to joinempty and leavewhenempty which is almost exactly like 'strict' except it does not count paused queue members as unavailable. (issue #8263 reported by gnarf)
20 years ago
Joshua Colp 4546bd26fc Don't play the "entering conference number <insert number here>" prompts if the 'q' option is used. If others believe this should be in 1.2/1.4 then we can put it in, but I'm uncomfortable doing so right now as it is a change of behavior. (issue #8138 reported by tmancill)
20 years ago
Joshua Colp 34e40c93bc Merged revisions 47551 via svnmerge from
20 years ago
Joshua Colp 0d367b09a5 Merged revisions 47437 via svnmerge from
20 years ago
Kevin P. Fleming 9398ac87a2 Merged revisions 47433 via svnmerge from
20 years ago
Kevin P. Fleming fed9126600 Merged revisions 47432 via svnmerge from
20 years ago
Russell Bryant 2b2693499d Add the ability to specify multiple prompts to the Read() dialplan application,
20 years ago
Joshua Colp 1991814a38 Merged revisions 47398 via svnmerge from
20 years ago
Russell Bryant 36793b730c Merged revisions 47391 via svnmerge from
20 years ago
Luigi Rizzo 6b459ebd0c %ld and time_t don't match, so cast the argument to long
20 years ago
Steve Murphy 908f176cf3 A fair number of changes for the sake of bug 7506
20 years ago
Matt O'Gorman f9517eb385 rge overhaul to voicemail imap support. Allows support for more imap servers,
20 years ago
Luigi Rizzo 8b3fe4556c move out another large block to a large function, and document
20 years ago
Luigi Rizzo a55ca0d6ec fix indentation of a block, and do minor simplifications at the end of
20 years ago
Luigi Rizzo 0f58d97707 complete previous commit.
20 years ago
Luigi Rizzo 01ec7d63d9 move another block into a function.
20 years ago
Luigi Rizzo 1385b6f047 move a large block into a separate function.
20 years ago
Luigi Rizzo ab4f699065 another small set of simplifications
20 years ago
Luigi Rizzo acf5e87b0f change HANDLE_CAUSE into a function.
20 years ago
Luigi Rizzo c3a6bbddb8 remove redundant checks
20 years ago
Luigi Rizzo 534da0ecfd start integrating the simplifications proposed in bug 0005860,
20 years ago
Joshua Colp e0ff47fe21 One has to create the path and filename in order to copy a file there. (issue #8278 reported by davebath)
20 years ago
Tilghman Lesher 10875731ec Merged revisions 47051 via svnmerge from
20 years ago
Steve Murphy a89a16eb41 This introduces Brazilian Portuguese via 7663
20 years ago
Russell Bryant d70a7b6d8e add author doxygen tag (issue #8241, kshumard)
20 years ago
Steve Murphy 6d81c47801 These changes submitted by moy via bug 6992, to add a Dial 'End' event to asterisk. I include some changes to astman to cover other events that have been added.
20 years ago
Olle Johansson 8a2e564df5 Issue 8246 Doxygen updates (kshumard)
20 years ago
Olle Johansson a58a4fb8ac Spelling fix.
20 years ago
BJ Weschke eea3a260da Let's make sure we hold the mutex lock before we go looking at values in the queue structure that could potentially be changing while we're running.
20 years ago
BJ Weschke 95a4fc7af2 * Added option to run macro when a queue member is connected to a caller,
20 years ago
Russell Bryant 4337a82563 Merged revisions 46363 via svnmerge from
20 years ago
Russell Bryant 4a523b1b2d Add the ability to customize some of the prompts used within the voicemail
20 years ago
Jason Parker ebd08b4185 Merged revisions 46347 via svnmerge from
20 years ago
Russell Bryant 0ca6a42d7e fix various spelling mistakes in comments (issue #8237, jmls)
20 years ago
Russell Bryant 414f448b09 Merged revisions 46249 via svnmerge from
20 years ago
Kevin P. Fleming 749029de38 Merged revisions 46200 via svnmerge from
20 years ago
Russell Bryant 18b7e4b699 Merged revisions 46065 via svnmerge from
20 years ago
Joshua Colp 43b2735606 Merged revisions 45692 via svnmerge from
20 years ago
Joshua Colp 2ee00d58c7 Just for Nicholson - here's an option, C, to Meetme that will allow it to continue in the dialplan if the person is kicked out. (issue #7994 reported by mnicholson with mods by myself)
20 years ago
Joshua Colp ba15f8baf7 It's new directed pickup! This now features a more sane way of finding the channel to pick up (I snuck it into the tree on Friday... bet you didn't know I'd actually use it eh?). PICKUPMARK now also works in a different way, you should prefix it with _ when setting it so it gets inherited onto the channel(s) created in app_dial as directed pickup will now look for it on the target channel, not the originating channel. (BE-85)
20 years ago
Joshua Colp 1e3c5bc5ba Inherit the context and extension until the channel is answered
20 years ago
Joshua Colp 74fc525792 Merged revisions 45066 via svnmerge from
20 years ago
Joshua Colp 1bc1f0f267 Merged revisions 45051 via svnmerge from
20 years ago
Tilghman Lesher b0b4ad4973 More whitespace fixes
20 years ago
Tilghman Lesher 13ece8cc39 Massive cleanup of the rpt code, updating to current coding guidelines
20 years ago
Joshua Colp 9565f72ad3 Fix indenting a bit (issue #8082 reported by selsky)
20 years ago
Steve Murphy 3d323f5345 As per ToDo list, I have made it so that Wait(), WaitExten(), Congestion(), Busy(), Read(), WaitForRing(), will now either actually handle a floating point argument as advertised, or has been upgraded to accept a floating point [timeout] arg.
20 years ago
Kevin P. Fleming 3c876af5cf Merged revisions 44378 via svnmerge from
20 years ago
Steve Murphy 4179a9f8b8 Added a warning to the documentation for Macro in response to bug 7776
20 years ago
Kevin P. Fleming e486316dc6 Merged revisions 44298 via svnmerge from
20 years ago
Joshua Colp 31800f61c3 Strat becomes Strategy based on feedback from two nameless fellows
20 years ago
Joshua Colp e550109383 Add 'Strat' manager field to QueueParams event. (issue #7704 reported by renemendoza)
20 years ago
Matt O'Gorman ae8cc3e18b bug #8076 check option_debug before printing to debug channel.
20 years ago
Tilghman Lesher c9c1613503 Okay, I can't use ast_app_separate_args for that... and add some debugging for murf...
20 years ago
Tilghman Lesher d3033c319b Use the standard parsing routines
20 years ago
Joshua Colp 8ff3dd273a Expand setinterfacevar option to also set a variable, MEMBERNAME, which contains the member's name. (issue #8046 reported by jmls)
20 years ago
Joshua Colp 3e4a081e1c Make callerid fields in Manager events more consistent. CallerIDNum for number and CallerIDName for name. (issue #7976 reported by suhler)
20 years ago
Joshua Colp cc1945ce1b Add option 'keepstats' which will keep queue statistics during a reload. (issue #7908 reported by jmls)
20 years ago
Tilghman Lesher ff2dd4ec41 It makes more sense that in GosubIf that the two labels might have different arguments.
20 years ago
Tilghman Lesher 235f8f5bcf Janitor for Zapateller: convert to use argument macros
20 years ago
Tilghman Lesher 6bd618e1a1 Remove locking conflict
20 years ago
Jason Parker e2a52816fc Merged revisions 43944 via svnmerge from
20 years ago
Joshua Colp 29d27bfe0d Merged revisions 43933 via svnmerge from
20 years ago
Kevin P. Fleming 5ae60ec272 Merged revisions 43919 via svnmerge from
20 years ago
BJ Weschke 9baf50ee9a Merged revisions 43899 via svnmerge from
20 years ago
Joshua Colp b201ce0ae0 Merged revisions 43893 via svnmerge from
20 years ago
BJ Weschke 3b3702f9bc Merged revisions 43873 via svnmerge from
20 years ago
BJ Weschke 4a50548ab2 Merged revisions 43864 via svnmerge from
20 years ago
Joshua Colp 7a336e9f9d Finish up last commit
20 years ago
Joshua Colp 7b0ba1bc7e Do the directory walk dance instead of repeated stat calls as it seems to be faster (issue #7507 reported by Corydon76)
20 years ago
Tilghman Lesher 777d5ecf6a Merged revisions 43816 via svnmerge from
20 years ago
Jason Parker 5a45352f3a Merged revisions 43803 via svnmerge from
20 years ago
Russell Bryant fb215668ae remote an unused buffer in mm_login() (issue #8038, selsky)
20 years ago
Jason Parker ee13556e30 Fire a manager event when a meetme is started/stopped.
20 years ago
Jason Parker a046b75f8a Add QueueSummary manager action.
20 years ago
Russell Bryant 14852b8d3e Merged revisions 43700 via svnmerge from
20 years ago
Joshua Colp becd11ddb8 Merged revisions 43695 via svnmerge from
20 years ago
Tilghman Lesher c8e3edeb8e Gosub arguments (Issue 7780)
20 years ago
Tilghman Lesher ec83b11183 MailboxExists should be a dialplan function, not an application (Issue 7503)
20 years ago
Tilghman Lesher 5a15d3ed5a Merged revisions 43642 via svnmerge from
20 years ago
Tilghman Lesher 2f3eab049b Merged revisions 43640 via svnmerge from
20 years ago
Tilghman Lesher 6ae8741518 Lots more removal of deprecated things
20 years ago
Tilghman Lesher 2b55678e1f Remove deprecated CLI apps from the core
20 years ago
Tilghman Lesher 8eece08943 Merged revisions 43445 via svnmerge from
20 years ago
Tilghman Lesher 0b74986565 More removal of deprecated stuff
20 years ago
Tilghman Lesher 821022dd35 Merged revisions 43441 via svnmerge from
20 years ago
Tilghman Lesher fc88db013e Remove deprecated apps and funcs
20 years ago
Joshua Colp 1c764935f2 SS7 marked the start of an open season for trunk again but here's something minor - abstract early bridging into the technology so that we don't always assume they use RTP and try it.
20 years ago
Tilghman Lesher 012e0f82d5 Merged revisions 43422 via svnmerge from
20 years ago
Joshua Colp 0a28b21d01 Warning be gone.
20 years ago
Tilghman Lesher d70fe791c2 A few misses from constification
20 years ago
Tilghman Lesher 70af28270d Constify the result of a config retrieval function, to avoid mutilation (issue 7983).
20 years ago
Jason Parker 61e4465f49 Fix a segfault that was reported by jcmoore in #asterisk-bugs on IRC.
20 years ago
Jason Parker 50c1981780 We need to persist the member name also
20 years ago
Jason Parker a7119b522d Add a "member name" to queue members.
20 years ago
Kevin P. Fleming 41d3e99e28 move ADSI functionality into ast_ namespace
20 years ago
Matthew Fredrickson 33ddb53663 Various updates from PCadach's chan_h323-live branch
20 years ago
Matt O'Gorman d0a1a0033d similar patch for verbose vs debug with minor changes
20 years ago
Tilghman Lesher e2253df3ec Merged revisions 43248 via svnmerge from
20 years ago
Kevin P. Fleming fcb999c01c merge qwell's CLI verbification work
20 years ago
Tilghman Lesher e39c9d7619 Merged revisions 43072 via svnmerge from
20 years ago
Kevin P. Fleming c2c4f86c72 merge markster's usersconf branch with some slight changes
20 years ago
Tilghman Lesher e16104185a Merged revisions 43003 via svnmerge from
20 years ago
Russell Bryant 25b0e3a148 use strcpy instead of sprintf
20 years ago
Matt O'Gorman a3a8442e5c i dont know how msg_cfg got moved around but its all good again
20 years ago
Tilghman Lesher 979ef8d2ed Merged revisions 42783 via svnmerge from
20 years ago
Anthony LaMantia ef879455f5 small fix for issue 007926
20 years ago
Tilghman Lesher 9e397b6bba In trunk, ast_fileexists now returns 0 for failure, instead of -1, as it did
20 years ago
Matt O'Gorman f4434eba6f Get rid of ugly tmp directory, although I really should
20 years ago
Tilghman Lesher ae6795f3ec Merged revisions 42421 via svnmerge from
20 years ago
Joshua Colp 62e58282eb Destroy msg_cfg after it's used, not before (issue #7618 reported by wvolz with minor mods)
20 years ago
Tilghman Lesher fa12b3c774 Merged revisions 42355 via svnmerge from
20 years ago
Joshua Colp dd0b891e57 Minor cleanup and make sure the tmp variable is clean
20 years ago
Matt O'Gorman 36935ffc42 protect curhst and curusr
20 years ago
Joshua Colp bc5dd43635 Set the variable even if the caller disconnects (issue #7896 reported by jsmith)
20 years ago
Matt O'Gorman 1dc7c62ed4 patch to fix several things wrong with voicemail
20 years ago
Jason Parker f0e0963b2e Fix a small typo, to make app_followme.c show properly in "show version files"
20 years ago
Steve Murphy 7c9b6e1d29 These small app documentation changes to app_dial and app_read will hopefully avert any more 7544 type bug reports\!
20 years ago
Joshua Colp ca2b4d407a Make this module fit the guidelines better
20 years ago
Olle Johansson 228d50806c - Free allocated memory before returning from function
20 years ago
Joshua Colp 4a7947501e Minor tweak - we need to lock the channel when we are removing the spy from it.
20 years ago
Joshua Colp 49cfc19f0a Use tabs instead of spaces (I <3 tabs -- this is for you Qwell)
20 years ago
Joshua Colp 55d594e9da Make the difference clear about what the responsibilities of the core and a spy are when it comes to spying on a channel. The core is responsible for adding a spy to a channel, feeding frames into the spy, removing the spy from the channel, and notifying the spy that is has been detached. The spy is responsible for reading frames in, and cleaning itself up. Each side will not try to do the other's job.
20 years ago
BJ Weschke 7057035ae0 Changes/fixes to the app_waitforsilence app to make it behave more the way the author originally intended for it
20 years ago
BJ Weschke c5c1d4579f This was added to app_dial a while back, and now it's in app_queue as well. Provide an option to prevent members of the queue from forwarding calls from the queue to somewhere else.
20 years ago
BJ Weschke 06b98dcc77 Merged revisions 41882 via svnmerge from
20 years ago
BJ Weschke 91f4aa93bb Don't keep trying the same member in certain strategies when members of the queue are unavailable (#7278 - diLLec reported and patched)
20 years ago
BJ Weschke c4dac0c1e5 We don't spy on Zap/psuedo channels. Not at all. Never. (#7871 - sxpert reporting)
20 years ago
BJ Weschke b6ccca7566 Merged revisions 41827 via svnmerge from
20 years ago
BJ Weschke e736c8a27b With the somewhat recent addition (from one of the Astridevcon Europe sessions) of more detailed device states, we need to change strategy in app_queue in how we determine whether a queue member is "in use" or not. Basically, instead of specifically looking for that device state as we did previously, now we're going to observe any other device state aside from the two that we know for sure are "not in use" as "in use". This will cause some other states to fall through that we know will never be available (eg - "INVALID","UNAVAILABLE",etc) but there's other code already within to handle those conditions. (#7433 - tgrman reporting)
20 years ago
Matt O'Gorman d9d3127ee3 get rid of some useless debug messages and raise debug level of others
20 years ago
Matt O'Gorman e31af51923 more staticness, and syntax cleaning
20 years ago
Matt O'Gorman c13e44eacb whitespace clean up
20 years ago
Anthony LaMantia e553725500 spacing update
20 years ago
Anthony LaMantia 2161a251a8 small typo
20 years ago
Matt O'Gorman 05a695af72 everything that loads a config that needs a config file to run
20 years ago
Anthony LaMantia 7399d40ec7 fix for bugid: 0007830
20 years ago
Joshua Colp c6977b9983 Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Russell Bryant and the RTP portion done by myself, Muffinlicious Joshua Colp. This has gone through so many discussions/revisions it's not funny but we finally have it!
20 years ago
Russell Bryant f7e7161607 Merge team/russell/frame_caching
20 years ago
Jason Parker d22476348a suppress compiler warning
20 years ago
Steve Murphy 11cb5a34fd Committed a fix for 7731, suggested by mnehauser.
20 years ago
Kevin P. Fleming d12f54f90b GNU make already knows how to quietly ignore non-existent files in 'include' directives
20 years ago
Joshua Colp 5345469008 Documentation updates (thanks Shaun for the speechrec.txt one!)
20 years ago
Kevin P. Fleming 94302c792a could have sworn i committed this change already...
20 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
20 years ago
Jason Parker 7c05e6478d Fix a bug with app_voicemail when trying to use app_directory to leave messages
20 years ago
Matt O'Gorman 57ee805062 changes to configure to support older c-client than the
20 years ago
Steve Murphy 8078aea52b In app_macro, changed the previously changed upper recursion depth limit to a variable, default of the original val of 7. MACRO_RECURSION is a channel variable that will override the limit, but until I can understand and fix why this limit is neccessary, I am not advertising this variable in the docs.
20 years ago
Matt O'Gorman e502e644df fixed imap bug and updated syntax.
20 years ago
Joshua Colp 3ef02d79a4 Remove the old ODBC_STORAGE and make EXTENDED_ODBC_STORAGE the one to use. This means that if you're using this and upgrade to the revision where this was committed, you will need to update your table to the schema provided in doc/odbcstorage.txt
20 years ago
Steve Murphy 8a0b9236a7 This change fixes bug 7731, macros not executing more than one level deep in a hung-up situation; also increased maximum recursion depth from 7 to 20, to keep serious coders from painful toe-stubbings
20 years ago
North Antara 2f07e6d368 fix a typo and a very minor formatting change
20 years ago
Russell Bryant bd5ce7362d resolve some compiler warnings ...
20 years ago
Russell Bryant 9ad9e42c3e add MacroExclusive application, a Macro that only one call can executed at
20 years ago
Russell Bryant 87ac16847e - unregister SLA apps on module unload and add sample config (issue #7701, junky)
20 years ago
BJ Weschke 2ec3a672e9 Increase the size of the variable space for writing/reading persistent queue member data to allow for larger queues of members. (Matthew Roth #7703)
20 years ago
Matt O'Gorman 475afdaf39 support for imap in app_voicemail as well as some
20 years ago
Tilghman Lesher f37a4e3e12 Bug 6237 - add volgain parameter, such that voicemail messages may be amplified after recording
20 years ago
Kevin P. Fleming 9d26f46fc7 remove some extraneous 'followme' in prompt names
20 years ago
Russell Bryant b9ee151d22 suppress a compiler warning about the usage of a potentially uninitialized
20 years ago
Russell Bryant e068c5fcf9 Merged revisions 38972 via svnmerge from
20 years ago
Russell Bryant 774bba093b Merged revisions 38928 via svnmerge from
20 years ago
Tilghman Lesher 91629a8d55 Merged revisions 38761 via svnmerge from
20 years ago
Tilghman Lesher 3c581f0e1e Set permissions completely open and modify by umask
20 years ago
Kevin P. Fleming 21e3c3a561 play a beep tone into the spied-on channel if we are about to whisper to them
20 years ago
Kevin P. Fleming 4bc6613648 add ExtenSpy variant of ChanSpy
20 years ago
Kevin P. Fleming a8b85fda84 more simplification, and correct a bug i introduced in the last commit
20 years ago
Kevin P. Fleming 94fa23aaa1 remove local channel finding wrappers
20 years ago
Kevin P. Fleming 8af55b34ad restore infinite timeout for ast_waitfor() call
20 years ago
Kevin P. Fleming 22d37976f2 various cleanups:
20 years ago
Tilghman Lesher cc3029e871 Typo found on the -dev list
20 years ago
Russell Bryant 4103a6d8d7 fix a seg fault in this application if no context paramater is given
20 years ago
Russell Bryant ca9ba719b6 Merge a new implementation of ast_inet_ntoa, our thread safe replacement for
20 years ago
Kevin P. Fleming 6d0742fc16 merge Russell's 'hold_handling' branch, finally implementing music-on-hold handling the way it was decided at AstriDevCon Europe 2006 (and the way people really want it to be)
20 years ago
Joshua Colp 457ec51f8d Expand speech API so that the developer can interact with the engine more directly and use specific functions of the connector even if a generic API call is not available
20 years ago
Mark Spencer f6d03e822a Make app_meetme's do_invite more generic.
20 years ago
Russell Bryant 88627c754a add a QueueLog application that allows for custom entries in the queue_log
20 years ago
North Antara 2da3b12c51 case consistency in DISA (or is it "disa"?)
20 years ago
Kevin P. Fleming 000ba592b2 more Makefile cleanup and consistency stuff
20 years ago
Tilghman Lesher 88a0996656 Merged revisions 37612 via svnmerge from
20 years ago
Tilghman Lesher 954b0dd624 Whitespace fixes
20 years ago
Tilghman Lesher d8ccfb6711 Whitespace fix
20 years ago
Kevin P. Fleming 3e9edd2702 Merged revisions 37571 via svnmerge from
20 years ago
Kevin P. Fleming dea45f3aa3 only compare the queue entry's max penalty to the member's penalty when the queue entry actually has a non-zero penalty
20 years ago
Kevin P. Fleming ce8a649696 Merged revisions 37441-37442 via svnmerge from
20 years ago
Russell Bryant f8df42ad97 fix some more app_voicemail breakage
20 years ago
Russell Bryant 81dc532887 fix the build options for app_voicemail
20 years ago
Kevin P. Fleming 5b639e6135 Merged revisions 37419 via svnmerge from
20 years ago
Mark Spencer 4c90cf59b7 Support hold/unhold in Zap, update IAX2 parser to know about modern commands, forward hold/unhold in dial, add hold device state
20 years ago
Russell Bryant 7791079219 pointer signedness warnings cleanup
20 years ago
Russell Bryant 41bfcf3c57 pointer signedness warnings cleanup
20 years ago
Kevin P. Fleming 3be4c8d3eb actually do proper searching for c-client and output the results so app_voicemail can be built against it
20 years ago
Kevin P. Fleming bc9ed9f5c4 various minor fixes
20 years ago
Kevin P. Fleming 748431f7b6 move rules file to prepare for generic rules file
20 years ago
Kevin P. Fleming dbf099cdb8 update dependency information to match new names for dependencies
20 years ago
Kevin P. Fleming d5b7bf2ab7 massive rework of configure script, and split of AST_EXT_LIB into separate macros, reducing code duplication
20 years ago
Matt O'Gorman 76f85726aa fix a compiler warning and clean up the code a bit.
20 years ago
Tilghman Lesher 2127a0b7e5 Change superfluous messages to DEBUG and remove dead code
20 years ago
Kevin P. Fleming f761d2f6f0 prepare Asterisk for new zaptel.h/tonezone.h installation locations
20 years ago
Olle Johansson ec9d4711d7 - Add notes about voicemail depending on res_adsi
20 years ago
Tilghman Lesher a58afaa03b Whitespace fixes only.
20 years ago
Olle Johansson fea7dd0b31 Add some comments to the SLA code
20 years ago
Russell Bryant a4c7a1c97c reduce indentation a couple of levels
20 years ago
Russell Bryant 03a277c5cc - remove an unused variable
20 years ago
Russell Bryant a717eef7c1 add RDNIS to the DumpChan application (issue #7432, junky)
20 years ago
Mark Spencer 79221df76c First pass at SLA support
20 years ago
Matt O'Gorman 109737eb1c Updates from transnexus to osplookup, removes res_osp
20 years ago
Tilghman Lesher 1c76072e4b Merged revisions 36377 via svnmerge from
20 years ago
Olle Johansson f8311adcda METERMAIDS:
20 years ago
Olle Johansson 71411c6bae - Formatting
20 years ago
Kevin P. Fleming a579371f43 use new (separate) dependencies file from menuselect
20 years ago
Kevin P. Fleming e61d3d91f3 The Eurostar Commit! (it's amazing how much work you can get done on a 150 minute train ride from Paris to London <G>)
20 years ago
Kevin P. Fleming df0ba5ff8b search for Zaptel and libtonezone separately in the configure script
20 years ago
BJ Weschke 0d0fadc781 Merged revisions 35669 via svnmerge from
20 years ago
Russell Bryant 53a56fcfe7 remove various commands that remove old modules since they have been there a
20 years ago
Tilghman Lesher 89f6ffe1e5 Bug 6589 - option to display channel variables in queue events
20 years ago
Russell Bryant 48ae9f0d4f - convert the 'uninstall' target to use separate targets to process each
20 years ago
Russell Bryant 55e8a60363 - specify that 'depend' is a .PHONY target
20 years ago
Russell Bryant 9db0520ff9 - specify that 'all' is a .PHONY target
20 years ago
Russell Bryant c399a06450 add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targets
20 years ago
Joshua Colp 0224dee876 Actually allow realtime queue members to be added (issue #7408 reported by tgrman)
20 years ago
Tilghman Lesher 2c3e94f289 Bug 7399 - Sample config showed [general] as the context, so the app should look there, too.
20 years ago
Joshua Colp e6958d9c5e Merged revisions 34911 via svnmerge from
20 years ago
Tilghman Lesher ea05183652 Merged revisions 34875 via svnmerge from
20 years ago
Russell Bryant 9f2a6516cf don't blow up in the sub Makefiles if menuselect.makeopts is not present. This
20 years ago
Kevin P. Fleming e49a367ecf commit russell's menuselect/buildoptions work with some changes:
20 years ago
Russell Bryant 4691e6a29e remove IMAP_STORAGE from the build options list for app_voicemail since it's
20 years ago
Russell Bryant 287fce05d0 add support for setting the CFLAGS for voicemail storage options in menuselect
20 years ago
BJ Weschke 2e8a142c85 Don't ast_request a channel structure twice when a call is being forwarded. (#7362 - twlison / vechers confirming fix)
20 years ago
Kevin P. Fleming b5a13cbef8 Merged revisions 34274 via svnmerge from
20 years ago
Tilghman Lesher 2ee2b192e3 Merged revisions 34242 via svnmerge from
20 years ago
Kevin P. Fleming aba00b66fc use the proper named constants for checking device state, and don't treat UNKNOWN as not available in autofill mode
20 years ago
Kevin P. Fleming 7518a91032 various coding style cleanup and minor fixes
20 years ago
Kevin P. Fleming 11dac47877 Merged revisions 34159-34160 via svnmerge from
20 years ago
Kevin P. Fleming 39b9a1c945 Merged revisions 34087 via svnmerge from
20 years ago
Jim Dixon 8f77de5ebd Allowed proper tx/rx signal exclusivity for simplex repeater modes
20 years ago
Kevin P. Fleming 0af1edefb6 Merged revisions 33841 via svnmerge from
20 years ago
Russell Bryant 883d0f7a05 destroy the loaded say.conf on module unload
20 years ago
Russell Bryant 50dff0e818 fix a place where code returns without unlocking the vm users list and various
20 years ago