Commit Graph

2961 Commits (fe2d50a4c9b843f899c042c73f2f06c9a7f59af9)

Author SHA1 Message Date
Mark Michelson e94d06b83c Merged revisions 111121 via svnmerge from
17 years ago
Mark Michelson 5278d1d62b Merged revisions 111049 via svnmerge from
17 years ago
Russell Bryant bccebdd21f Remove astobj.h from some places where it wasn't needed
17 years ago
Tilghman Lesher 3826278d38 Upgrade the sounds version; add several directory enhancements:
17 years ago
Russell Bryant 013db1d42f Merged revisions 110163 via svnmerge from
17 years ago
Mark Michelson 96c674a6f4 Merged revisions 110083 via svnmerge from
17 years ago
Russell Bryant d0edd39023 Merged revisions 109763 via svnmerge from
17 years ago
Mark Michelson 994d025523 Merged revisions 109713 via svnmerge from
17 years ago
Mark Michelson cd7efcf4e7 Add option 'randomperiodicannounce' to queues.conf. Setting this will
17 years ago
Terry Wilson b02bc230af Go through and fix a bunch of places where character strings were being interpreted as format strings. Most of these changes are solely to make compiling with -Wsecurity and -Wformat=2 happy, and were not
17 years ago
Mark Michelson 2c67438ebe Merged revisions 109012 via svnmerge from
17 years ago
Russell Bryant dfe03485a6 Remove an unnecessary thread attribute instance
17 years ago
Russell Bryant 7ccd146656 Fix polling for mailbox changes in mailboxes that are not in the default vm context.
17 years ago
Jeff Peeler 3c4c3c0dd2 documenting changes as a result of adding TCP functionality to ExternalIVR
17 years ago
Russell Bryant 835df7d30f Merged revisions 108583 via svnmerge from
17 years ago
Jeff Peeler 5aba7c1cbe set variable to NULL to prevent uninitialized warning
17 years ago
Russell Bryant 906a28ad5d Fix a place where configuration values could cause an overflow of a buffer.
17 years ago
Russell Bryant 432cb90411 Merged revisions 108469 via svnmerge from
17 years ago
Jeff Peeler b2cad9d925 (closes issue #11827)
17 years ago
Russell Bryant b38cb44acd Merged revisions 108135 via svnmerge from
17 years ago
Joshua Colp 5fc569f5f5 Merged revisions 108083 via svnmerge from
17 years ago
Tilghman Lesher 10609251f9 Revert several changes from revision 102525, as the changes were not
17 years ago
Russell Bryant a29d862631 This patch adds support for extended help prompts in voicemail. These prompts
17 years ago
Joshua Colp b9a6dbf587 Dial a device even if it's state is unknown.
17 years ago
Joshua Colp b5003a1943 Merged revisions 107637 via svnmerge from
17 years ago
Mark Michelson 5176911dfe Remove some redundant logic from wait_for_answer. This also let's us get rid of one of
17 years ago
Kevin P. Fleming 4925e7b835 Merged revisions 107464 via svnmerge from
17 years ago
Kevin P. Fleming 5875146526 Merged revisions 107461 via svnmerge from
17 years ago
Mark Michelson 9c876e801f app_queue has now been doxygenified thanks to snuffy! The ony thing I changed
17 years ago
Joshua Colp af7e1964f2 Merged revisions 107016 via svnmerge from
17 years ago
Russell Bryant dbc74f0dd0 Merged revisions 106895 via svnmerge from
18 years ago
Steve Murphy 377e51c4d4 (closes issue #6002)
18 years ago
Tilghman Lesher 0b8bccb5ce Merged revisions 106635 via svnmerge from
18 years ago
Tilghman Lesher 8718878490 Merged revisions 106552 via svnmerge from
18 years ago
Joshua Colp 496adc6fc0 Merged revisions 106235 via svnmerge from
18 years ago
Tilghman Lesher f6bb68fd56 Should check these values for non-NULL before scanning.
18 years ago
Tilghman Lesher 8a411ccf83 Create a centralized configuration option for silencethreshold
18 years ago
Russell Bryant 5403b28778 - simplify a few statements with ARRAY_LEN()
18 years ago
Tilghman Lesher 7007c565fe Fix minor misuses of snprintf
18 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