Commit Graph

2976 Commits (066768fff13a0c209919b2072586d2aaa7dd9ba8)

Author SHA1 Message Date
Tilghman Lesher fd382738e3 Merged revisions 106553 via svnmerge from
17 years ago
Russell Bryant 90046983f7 Merged revisions 106239 via svnmerge from
17 years ago
Russell Bryant e09e677a81 Merged revisions 105841 via svnmerge from
17 years ago
Tilghman Lesher 12b513fe48 Merged revisions 106139 via svnmerge from
17 years ago
Terry Wilson 7d1891d5c3 Asterisk, when parking can drop rights a caller when a parking timeout occurs. Also, when doing built-in attended transfers, sometimes incorrectly passes rights from the transferrer to the transferee. This patch tries to fixes the parking issue and lays some groundwork for later fixing the transfer issue.
18 years ago
Joshua Colp 0e5d9f53cc Merged revisions 105261 via svnmerge from
18 years ago
Mark Michelson f0379886c5 Merged revisions 105059 via svnmerge from
18 years ago
Joshua Colp 9080a65bec Merged revisions 104787 via svnmerge from
18 years ago
Jason Parker 0723f79313 Remove useless 's' and 'key' variables, in favor of 'val', which serves the exact same purpose.
18 years ago
Russell Bryant ce29e46767 Merged revisions 104625 via svnmerge from
18 years ago
Tilghman Lesher ca76b2fb3e Whitespace changes only
18 years ago
Russell Bryant c1fb44537b Merged revisions 104334 via svnmerge from
18 years ago
Russell Bryant 3a8756c9b4 Merged revisions 104119 via svnmerge from
18 years ago
Russell Bryant 6554a7bf3a Merged revisions 104106 via svnmerge from
18 years ago
Tilghman Lesher 4da977e01e Merged revisions 104094 via svnmerge from
18 years ago
Mark Michelson caeb435271 Merged revisions 103956 via svnmerge from
18 years ago
Mark Michelson d2d397f861 Fix a crash due to the wrong variable being used when building a directory string.
18 years ago
Mark Michelson ca2cfc8e47 When using IMAP storage, if the folder you attempt to save to does not exist,
18 years ago
Joshua Colp a966ef74b7 len already contains the position we want to examine, if we move one left again we'll actually probably be looking at a digit.
18 years ago
Joshua Colp 3e0f3915a5 Add CHANNELREDIRECT_STATUS variable to ChannelRedirect() dialplan application. This will either be set to NOCHANNEL if the given channel was not found or SUCCESS if it worked.
18 years ago
Joshua Colp e6a260c747 Add an API call (ast_async_parseable_goto) which parses a goto string and does an async goto instead of an explicit goto.
18 years ago
Mark Michelson 30c0e089f6 Fix redeclaration of variables when using IMAP storage
18 years ago
Jason Parker 72bc8a7c7d Fix up some doxygen issues.
18 years ago
Mark Michelson 8f625a4664 Merged revisions 103690 via svnmerge from
18 years ago
Mark Michelson 235aa41c6d Merged revisions 103688 via svnmerge from
18 years ago
Mark Michelson 44810652d6 Change the queue holdtime announcement to happen at any interval (not just greater than two minutes). Remove
18 years ago
Jeff Peeler 5404ab35e2 a few syntax changes and safer code
18 years ago
Olle Johansson 9cf6138725 Formatting fixes
18 years ago
Jeff Peeler 8e4c97bf0a (closes issue #11825)
18 years ago
Joshua Colp 3f99a1b4bf Merged revisions 103324 via svnmerge from
18 years ago
Mark Michelson 84ecef76b8 Fix improper indentation. Thanks again to snuffy for pointing it out.
18 years ago
Mark Michelson cd02fd2763 Add a couple of comments to clarify the unreffing of queues.
18 years ago
Michiel van Baak 4dccb58fb7 whitespace fixes only.
18 years ago
Tilghman Lesher 9d4d240b94 Merged revisions 103197 via svnmerge from
18 years ago
Russell Bryant 1ec8cb41a8 Merge changes from team/mvanbaak/cli-command-audit
18 years ago
Mark Michelson 52595c5d30 Forgot that AST_LIST_REMOVE_CURRENT takes different arguments in trunk than 1.4.
18 years ago
Mark Michelson ba003e415b Merged revisions 103120 via svnmerge from
18 years ago
Mark Michelson 6e23729a73 This is a combination new feature/bug fix for app_chanspy.
18 years ago
Michiel van Baak 408497916b whitespace fixes only
18 years ago
Michiel van Baak d251bacacc There she goes! First commit from me to trunk \o/
18 years ago
Mark Michelson f26fd8dac4 Add the channel's unique id to the AgentCalled manager event to make it more consistent
18 years ago
Tilghman Lesher ee3cc80284 Merged revisions 102576 via svnmerge from
18 years ago
Mark Michelson 267220d043 Remove an extra debug message I left in
18 years ago
Mark Michelson fe9821cc10 Get rid of any remaining ast_verbose calls in the code in favor of
18 years ago
Mark Michelson bb156b5cb5 Change verbose messages to use the ast_verb macro.
18 years ago
Tilghman Lesher ab5a1a6c8c Merged revisions 101942 via svnmerge from
18 years ago
Jason Parker a47b20bdcd Comparison, not set :) Thanks mvanbaak.
18 years ago
Jason Parker 03a95a20db Move an feof() call to before the fgets().
18 years ago
Russell Bryant 99c36129a5 Merged revisions 101818 via svnmerge from
18 years ago
Russell Bryant 1d016d21e4 simplify some code, tweak formatting, and reduce indentation
18 years ago
Russell Bryant 574b5e2a2e reduce a level of indentation
18 years ago
Russell Bryant 7382e9425f Get rid of a goto where there was no extra cleanup happening at the exit point
18 years ago
Mark Michelson 41cf37844e Merged revisions 101649 via svnmerge from
18 years ago
Mark Michelson b0999f3bfa Forgot an !
18 years ago
Mark Michelson 19d8ce4033 A change I made to accommodate the "linear" strategy in trunk caused queue strategies to
18 years ago
Mark Michelson 815658d35e Handle the case of a NULL state_interface when checking a realtime member.
18 years ago
Jason Parker c6635ef6c2 Allow disabling the default ffwd/rewind keys in the ControlPlayback application.
18 years ago
Olle Johansson a1bf177286 Removing applications that wasn't ready for svn trunk, as trunk now has
18 years ago
Tilghman Lesher 0d9a551f30 Make the VoicemailUsersList AMI command consistent with other manager list functions.
18 years ago
Mark Michelson 7bf09615a8 Get trunk to compile
18 years ago
Olle Johansson 11455c0898 Add rtppage() application to do multicast or unicast RTP paging to SIP phones.
18 years ago
Mark Michelson 28b48d2214 Merged revisions 101216 via svnmerge from
18 years ago
Russell Bryant 22fae48e3c Add the 'n' option to SpeechBackground, which has the application not answer the
18 years ago
Mark Michelson b719c2e5d2 Merged revisions 101035 via svnmerge from
18 years ago
Mark Michelson 105e0f6cf8 Merged revisions 100973 via svnmerge from
18 years ago
Jason Parker 4688907e17 Merged revisions 100672 via svnmerge from
18 years ago
Kevin P. Fleming e6d54b68fa correct a real problem and silence an annoying compiler warning
18 years ago
Mark Michelson 81fb790419 Insure that we are not going to pass a NULL pointer to add_to_interfaces.
18 years ago
Mark Michelson 64b5fceb32 Merged revisions 99975 via svnmerge from
18 years ago
Russell Bryant 1194f91214 Merged revisions 99923 via svnmerge from
18 years ago
Tilghman Lesher 6139e1ed82 Coding guidelines fixups
18 years ago
Tilghman Lesher 6df535971b Merged revisions 99777 via svnmerge from
18 years ago
Olle Johansson 949bb30d03 Merged revisions 99594 via svnmerge from
18 years ago
Olle Johansson cc648a40ae Merged revisions 99592 via svnmerge from
18 years ago
Mark Michelson 6d57a8c873 Adding the QUEUENAME variable to the variables set using the setqueuevar option
18 years ago
Mark Michelson fdc76e87bf Fixing trunk IMAP build
18 years ago
Mark Michelson 3d022ccfec state_interface could be NULL, so use the never-NULL cur->state_interface for this check
18 years ago
Mark Michelson 9c39ec55d8 Get the device state of the state interface instead of the interface when creating a new queue member.
18 years ago
Jason Parker b875d0df01 Add backupdeleted option to app_voicemail
18 years ago
Mark Michelson e34fc8282c Big improvement for app_directory. This patch breaks the do_directory function up
18 years ago
Mark Michelson 7cd98338fd Merged revisions 98737 via svnmerge from
18 years ago
Mark Michelson ef7c382507 Merged revisions 98733 via svnmerge from
18 years ago
Joshua Colp 95605d1c10 Update documentation.
18 years ago
Russell Bryant 577666bca0 Add another small option for the JACK app and JACK_HOOK function. The 'n'
18 years ago
Russell Bryant f32aec9f8f Bring in the code from team/russell/jack/.
18 years ago
Joshua Colp 38da1d3afc Merged revisions 98219 via svnmerge from
18 years ago
Mark Michelson 45634bab41 Merged revisions 97925 via svnmerge from
18 years ago
Mark Michelson 8f9f9246ce Use the appropriate line ending for the X-Asterisk-VM-Message-Type header.
18 years ago
Tilghman Lesher 857e3412f4 Several manager changes:
18 years ago
Mark Michelson 87b92b1020 Merged revisions 97575 via svnmerge from
18 years ago
Joshua Colp 2ad2f92405 Merged revisions 97450 via svnmerge from
18 years ago
Mark Michelson c1eaacc3df Merged revisions 97308 via svnmerge from
18 years ago
Mark Michelson 925d9ffa47 Merged revisions 97304 via svnmerge from
18 years ago
Tilghman Lesher 19ff8f7f74 Add a new flag 'd' (with optional context) permitting any extension within
18 years ago
Terry Wilson 12964661f2 Initialize new variable to NULL
18 years ago
Mark Michelson 427f17fd9d Adding the option of specifying a second interface in a member definition for a queue. app_queue
18 years ago
Mark Michelson 190306a23f Merged revisions 97192 via svnmerge from
18 years ago
Joshua Colp fb2aef67b9 Merged revisions 97093 via svnmerge from
18 years ago
Mark Michelson 52fb517bf9 Explicitly make literal constants long where they are expected to be.
18 years ago
Mark Michelson 19b18414f5 Document some weird casting magic that's necessary to interface
18 years ago
Mark Michelson 905fc559d1 Adding user-configurable TCP timeout settings to IMAP voicemail. This could
18 years ago
Tilghman Lesher 77ecc4a46a Compatibility fix for OpenBSD
18 years ago
Mark Michelson b7f3b78031 Merged revisions 96102 via svnmerge from
18 years ago
Mark Michelson 5107c5474c Change instances of AST_NONSTANDARD_APP_ARGS(foo, bar, ',') to AST_STANDARD_APP_ARGS(foo, bar)
18 years ago
Mark Michelson 80c479f94e Since ',' is the standard argument separator in trunk, change app_queue
18 years ago
Mark Michelson e0e6e81477 Merged revisions 95890 via svnmerge from
18 years ago
Jason Parker 70ddf2735d Update osplookup documentation to use commas instead of pipes.
18 years ago
Russell Bryant e77af16996 fix a spacing issue introduced in revision 95443.
18 years ago
Mark Michelson 3051807efa Fix a compiler warning
18 years ago
Mark Michelson c540b02f6f The diff for this change looks really bad, but all I did here was decrease the indentation of most
18 years ago
Mark Michelson d9e0bb0e84 Some changes to app_amd.
18 years ago
Mark Michelson af080add62 Merged revisions 95095 via svnmerge from
18 years ago
Luigi Rizzo c8f970936d remove more unnecessary casts for NULL.
18 years ago
Luigi Rizzo 5e041a46dc NULL does not need to be cast to (char *)
18 years ago
Olle Johansson aa9c6e297f - Add Copyright
18 years ago
Jason Parker f573e85ecc Make 'else' argument to ExecIf optional. Clean up the description and usage text a bit.
18 years ago
Jason Parker eea428cf76 Use defined return values in load_module in more places.
18 years ago
Tilghman Lesher 32289c32f5 Add pickup by channel
18 years ago
Mark Michelson eb10026dba Something I've been itching to do for a while now. A minor optimization in app_voicemail.
18 years ago
Mark Michelson e0b9943818 Fix a memory leak when reloading queue rules.
18 years ago
Mark Michelson 4c8ad19825 Lots of coding guidelines cleanup.
18 years ago
Mark Michelson 42803ef6e4 Merged revisions 94540 via svnmerge from
18 years ago
Mark Michelson 590a70a9cd Merged revisions 94538 via svnmerge from
18 years ago
Mark Michelson c1fac2d834 Merged revisions 94464 via svnmerge from
18 years ago
Mark Michelson 2e6431c42a Merged revisions 94420 via svnmerge from
18 years ago
Mark Michelson 88f27c8279 Moved the update of the queue_ent's rule list to just before we try to call
18 years ago
Mark Michelson b489558138 Merging the queue-penalty branch. In short, this allows one to dynamically adjust
18 years ago
Mark Michelson 51a48a2ed9 The changes to header inclusion in trunk broke compilation of app_voicemail when using
18 years ago
Mark Michelson c848e480c9 1. Unify the check for a penalty < 0 into the set_member_penalty code.
18 years ago
Tilghman Lesher d36381e629 Add 'voicemail reload' command.
18 years ago
Tilghman Lesher f97dfd2278 Add contributed WaitUntil app.
18 years ago
Dwayne M. Hubbard 1de09e03cb add missing header file
18 years ago
Luigi Rizzo fd88390af7 remove unnecessary (char *) casts for ast_config_AST_* variables.
18 years ago
Olle Johansson f3471c1652 Merged revisions 93182 via svnmerge from
18 years ago
Mark Michelson c3f89eab8f Removing some leftover debug messages from a while back.
18 years ago
Mark Michelson 2a8a244447 Merged revisions 93291 via svnmerge from
18 years ago
Kevin P. Fleming 100ef27af9 Merged revisions 93180 via svnmerge from
18 years ago
Mark Michelson 4155befbc0 Resolve a compiler warning
18 years ago
Mark Michelson f848ebc895 Change places where the name "INBOX" was hardcoded to use the imapfolder
18 years ago
Tilghman Lesher 70cd3d0037 Remove use of privacy.conf by the Privacy app.
18 years ago
Tilghman Lesher f5a9e958d1 gcc 4.1.3 wants a union used here.
18 years ago
Tilghman Lesher d5b454bf8d Convert ast_verbose to ast_verb.
18 years ago
Tilghman Lesher 652ee40acb When working with dates, use numeric form whenever possible, as it's faster.
18 years ago
Joshua Colp e941bbad0f Move usage of the old LOCAL_USER_* macros to the new ast_module_user_* functions in a few documentation places.
18 years ago
Mark Michelson 5e5c866cf3 Merged revisions 92807 via svnmerge from
18 years ago
Mark Michelson 98ad4c80f5 Merged revisions 92803 via svnmerge from
18 years ago
Doug Bailey 26c06f4745 Tag voicemails with UTC time as opposed to local time zone
18 years ago
Jason Parker 7f6b2066f9 Merged revisions 92617 via svnmerge from
18 years ago
Tilghman Lesher 99308dfb4e Conversions of free to ast_free, where applicable, and several other formatting fixes.
18 years ago
Mark Michelson a43dd8acb3 Merged revisions 92443 via svnmerge from
18 years ago