Commit Graph

2337 Commits (4be09d967e8b116cc9c25400f704f8eda4352b29)

Author SHA1 Message Date
Jason Parker 04524392d3 Fix another problem in voicemail with missing symbols.
18 years ago
Mark Michelson 83fd6c08d2 Removing a pointless line. This variable was already set earlier and between then and this
18 years ago
Mark Michelson 79332488f7 A few changes, the ultimate goal of which is to keep better track of the number of messages
18 years ago
Mark Michelson 555dcbc021 Fixing bug where the authuser was mistakenly pulled from the mailbox string instead
18 years ago
Tilghman Lesher 5da46f710e Merged revisions 71750 via svnmerge from
18 years ago
Jason Parker e107da04b4 Merged revisions 71065 via svnmerge from
18 years ago
Joshua Colp c7dc8d1735 Merged revisions 70898 via svnmerge from
18 years ago
Mark Michelson ac73d19138 When volgain is used don't leave a temporary file behind.
18 years ago
Russell Bryant a959ed6f67 Remove a couple of duplicate unlocks
18 years ago
Joshua Colp ce4f92604a Fix building with ODBC storage enabled. (issue #10025 reported by denisgalvao)
18 years ago
Tilghman Lesher badad4a542 Merged revisions 70444 via svnmerge from
18 years ago
Joshua Colp ff3d5422b6 Merged revisions 69894 via svnmerge from
18 years ago
Russell Bryant cbdc6b5b2d To prevent 92138749238754 more reports of "I have unixodbc installed, but
18 years ago
Joshua Colp ad3c504b10 Add support for setting the maximum length of acceptable DTMF in SpeechBackground.
18 years ago
Russell Bryant 4bce51f79f The SLATRUNK_STATUS variable indicated "SUCCESS" for both an answer of the
18 years ago
Kevin P. Fleming ae82d97c6d use ast_localtime() in every place localtime_r() was being used
18 years ago
Mark Michelson 9a68aa6d89 Contains a patch for fixing an encoding problem when using Outlook to view voicemail emails and attachments.
18 years ago
Joshua Colp 2a582ba2cf Really ignore NULL frames and check whether the channel hungup or not. (issue #9912 reported by junky)
18 years ago
Tilghman Lesher 53700fd145 Issue 9947 - fn2 was unused / incorrectly used
18 years ago
Russell Bryant 337738d6d6 Merged revisions 68526 via svnmerge from
18 years ago
Jason Parker 30d9a8a20b Fix incorrect French syntax of "old messages".
18 years ago
Russell Bryant e7cb53e8b2 Fix loading persistent queue members when using realtime configuration for queues.
18 years ago
Jason Parker 1d704b2857 Merged revisions 68204 via svnmerge from
18 years ago
Mark Michelson 878e480ff8 Submitting a fix for Issue 8016. Added a check to make sure that greetings get stored properly.
18 years ago
Joshua Colp f07dfca43a Merged revisions 68070 via svnmerge from
18 years ago
Mark Michelson e8900612be Fix for Issue 9810. There was a segfault under a specific set of circumstances:
18 years ago
Joshua Colp a4ebf8b608 Include macroexten while searching for a channel to pick up in case they are in a macro. (issue #9491 reported by jamesb63)
18 years ago
Russell Bryant 1a3e65a793 Fix some crashes related to the use of the "meetme" CLI command. The code for
18 years ago
Mark Michelson 0a49a913ed Fix for bug number 9786, wherein voicemails saved to IMAP storage using extensions other than gsm were
18 years ago
Joshua Colp 1317920054 Initialize cidname variable to nothing since it may be used without having been touched. (issue #9661 reported by dimas)
18 years ago
Mark Michelson a90cf2d802 Removing extraneous debugging lines from revision 66897. Sorry :)
18 years ago
Mark Michelson c71ead7c52 Submitting a fix for voicemail with IMAP storage. Attachments with format specified as gsm were duplicated (i.e. two attachments) were left.
18 years ago
Russell Bryant 3db95c55d0 List app_meetme as a module that app_page depends on.
18 years ago
Tilghman Lesher 17329054c8 Merged revisions 66744 via svnmerge from
18 years ago
Mark Michelson 48b438a0c3 Fixed seg-faults when recording greetings in voicemail with IMAP enabled. (Issue No. 9735, reported by xmarksthespot, patched by me)
18 years ago
Russell Bryant 1990758086 Ensure that frames are fully initialized. This will probably fix getting
18 years ago
Russell Bryant c556cc222c List res_smdi as a dependency for app_voicemail and chan_zap
18 years ago
Joshua Colp aae1e3e377 Remove a double const.
18 years ago
BJ Weschke 288d51d94f Fix a problem with flag recognition.
18 years ago
Russell Bryant ece55e3de7 Merged revisions 65389 via svnmerge from
18 years ago
Steve Murphy dfee354cfa Merged revisions 65172 via svnmerge from
18 years ago
Russell Bryant 88f6591b24 Fix a small bug I noticed while working on something else. app_queue did not
18 years ago
Jason Parker 954f082462 Merged revisions 64758 via svnmerge from
18 years ago
Russell Bryant 78989c792f Increase the size of a buffer to support longer dial strings for channels.
18 years ago
Joshua Colp 5e41785d73 Fix authuser support. (issue #9740 reported by xmarksthespot)
18 years ago
Tilghman Lesher e7f9e2662b Merged revisions 63565 via svnmerge from
18 years ago
Tilghman Lesher 414b5a15f5 Merged revisions 63477 via svnmerge from
18 years ago
Tilghman Lesher dac8d487f7 Merged revisions 63359 via svnmerge from
18 years ago
Tilghman Lesher e5f56f776d Bug 9590 - Memory leaks around find_user() (found by rayjay, different fixes by me)
18 years ago
Russell Bryant 698a82996e Note that the "talker optimization" option will be enabled by default in 1.6
18 years ago
Jason Parker 15d34ea798 Merged revisions 61692 via svnmerge from
18 years ago
Russell Bryant 70eb19121e Fix the UpdateConfig manager action to properly treat "variables" and "objects"
18 years ago
Joshua Colp 03eb572457 Merged revisions 61655 via svnmerge from
18 years ago
Joshua Colp 72a00026cd Do not bother looking for a result if none are present.
18 years ago
Russell Bryant 2ac2c7f64d Eliminate a compiler warning with ODBC_STORAGE enabled so that it will build
18 years ago
Steve Murphy 18ad368048 Finished up a previous fix to overcome a compiler warning; the app NoCDR() has been updated to mark the channel CDR as POST_DISABLED instead of destroying the CDR; this way its flags are propagated thru a bridge and the CDR is actually dropped. The cases where only one channel in a bridge has a CDR was cleaned up.
18 years ago
Jason Parker 7a8d30f3c3 Use the appropriate interface name with COMPLETECALLER.
18 years ago
Steve Murphy 7d5a79a0b9 This is a big improvement over the current CDR fixes. It may still need refinement, but this won't have as many folks bothered.
18 years ago
Jason Parker c8f511f31b Merged revisions 60935 via svnmerge from
18 years ago
Joshua Colp 88e5a094b6 Merged revisions 60797 via svnmerge from
18 years ago
Joshua Colp acd37793b1 Allow app_queue to use MONITOR_EXEC even if MONITOR_OPTIONS is not set. (issue #9495 reported by cduffy)
18 years ago
Tilghman Lesher 0d5e645d47 Merged revisions 60711 via svnmerge from
18 years ago
Russell Bryant 762ed2a7ad When a station picks up a trunk that was on hold, make the hints reflect that
18 years ago
Russell Bryant 8908289ec7 Fix a few problems with SLA. (issue #9459, reported by francesco_r, fixed by me)
18 years ago
Joshua Colp f996b1cbc8 Add support for returning different types of results (ie: NBest).
18 years ago
Jason Parker e658e931ca Merged revisions 60267 via svnmerge from
18 years ago
Russell Bryant 5119296ab5 Fix a problem where if a trunk was hung up while it was on hold, all of the
18 years ago
Joshua Colp 06634b25ea Don't clash when a person both speaks and uses DTMF.
18 years ago
Joshua Colp 76dcc531f0 Merged revisions 59723 via svnmerge from
18 years ago
Joshua Colp 4490052410 Merged revisions 59360 via svnmerge from
18 years ago
Tilghman Lesher ffabe730a1 Merged revisions 59283 via svnmerge from
18 years ago
Tilghman Lesher 9be4250a0e Merged revisions 59280 via svnmerge from
18 years ago
Russell Bryant 87c1d334a0 Merged revisions 59277 via svnmerge from
18 years ago
Russell Bryant b6b74d9b0a Fix app_directory to actually compile with ODBC_STORAGE, and update the code to
18 years ago
Russell Bryant d1403e32e2 Fix app_directory when ODBC_STORAGE is being used. The Makefile did not
18 years ago
Joshua Colp fd950a2955 Add ability to specify no timeout. This means as soon as the prompt is done playing it moves on to the next priority.
18 years ago
Russell Bryant d036212872 Somehow the code for building the email for voicemail got out of sync. This
18 years ago
Russell Bryant 3d052c0ca1 Fix some codec negotiation problems when CallerID support is not enabled in SLA.
18 years ago
Joshua Colp a541ea96e1 Make SpeechBackground obey the digit timeout value.
18 years ago
Steve Murphy 23c28f5aff Merged revisions 59186 via svnmerge from
18 years ago
Steve Murphy 1d90b0dec7 Ooops. Sorry, messed up app_stack. This should return it to its previous, untouched, state.
18 years ago
Steve Murphy 6e869d135c The fix for the AEL <<security hole>> (bug 9316) is here...
18 years ago
BJ Weschke 2a609b930c Don't return a non-zero return code if the profile doesn't exist, to match what the documentation says it already does. (#9307 Reported by kkiely)
18 years ago
Joshua Colp 74ad0dbc66 Wait for the async thread to exit when hanging up all of the paged phones under all circumstances. (issue #9181 reported by PhilSmith)
18 years ago
Russell Bryant 1b8da31130 Making these documentation changes in the 1.4 branch upset various people, so
18 years ago
Tilghman Lesher 6278d5c65b Expand deprecation warnings from simply warning on use to the builtin documentation.
18 years ago
Russell Bryant c474809cdf Merge changes from svn/asterisk/team/russell/LaTeX_docs.
18 years ago
Russell Bryant 78d178173f By default, don't attempt to do any CallerID handling at all with SLA because
18 years ago
Russell Bryant b7f05aeaaa Ensure that the blinky lights show that the trunk stopped ringing when the
19 years ago
Russell Bryant 442c9f222f Make the compiler happy and initialize a variable.
19 years ago
Joshua Colp 76f8e0c489 Fix spelling of unavailable in voicemail documentation. (issue #9248 reported by tensai)
19 years ago
Russell Bryant 90aa4ab658 Hang up the channel that put the call on hold in the event processing thread to
19 years ago
Russell Bryant ed9b9c6791 Refactor hold handling a bit so that it does not require keeping the call up
19 years ago
Kevin P. Fleming 37af77e79f fix a compiler warning, and overwriting 'res' value
19 years ago
Joshua Colp a5b62f15c3 Don't create a listen channel and record the conference unless the option is turned on. (issue #9204 reported by francesco_r)
19 years ago
Joshua Colp 2feaf74cdd Merged revisions 57869 via svnmerge from
19 years ago
Tilghman Lesher 3687771760 Merged revisions 57648 via svnmerge from
19 years ago
Russell Bryant 31cf37519f Merge changes from svn/asterisk/team/russell/sla_updates
19 years ago
Russell Bryant 447561d7a2 Merge more changes from svn/asterisk/team/russell/sla_updates
19 years ago
Russell Bryant 315c9614cb Minor formatting change
19 years ago
Russell Bryant 9d3ff33b25 Merge changes from svn/asterisk/team/russell/sla_updates
19 years ago
Russell Bryant 9021d3c3b2 Merge current set of changes from svn/asterisk/team/russell/sla_updates
19 years ago
Joshua Colp 53b014b81a Picky compiler...
19 years ago
Joshua Colp d92e56ac89 Better handle timeouts when the individual speaks after everything has been played but before the timeout ends.
19 years ago
Russell Bryant 1082f8d178 Fix voicemail email attachments. I missed the conversion of one of the line
19 years ago
Tilghman Lesher 91355b5e5f Picky, picky... show deprecation warning in application help, too (reported via list)
19 years ago
Joshua Colp 0750349819 Update app_record documentation to use new CLI command, core show file formats. (issue #9151 reported by junky)
19 years ago
Russell Bryant 11e4c71bc0 Move a comment to be in the correct struct.
19 years ago
Russell Bryant ad720f24bb The IMAP storage code uses the same code to build the email that is used when
19 years ago
Russell Bryant f314685447 Merge changes from team/russell/sla_updates.
19 years ago
Joshua Colp fee3b74617 Merged revisions 55956 via svnmerge from
19 years ago
Russell Bryant bb3aa2ee41 Simplify the last change to app_meetme, and move the call to dispose_conf()
19 years ago
Joshua Colp 54f59f4dad Only dispose of the conference if one was created.
19 years ago
Joshua Colp 10864c42ea Only start playing the next file if we have not been quieted.
19 years ago
Russell Bryant 39026c9f96 Improve the reference counting to fix bugs where people report seeing
19 years ago
Joshua Colp 51f20d54e7 Better handle dropped IMAP connections. (issue #9054 reported by bsmithurst)
19 years ago
Tilghman Lesher f0bf09466a Merged revisions 55434 via svnmerge from
19 years ago
Olle Johansson 476d1c932e Merged revisions 55277 via svnmerge from
19 years ago
Joshua Colp 7cec18d933 Add missing membername option to AddQueueMember documentation. (issue #9088 reported by seanbright)
19 years ago
Joshua Colp ec6e4f6887 Merged revisions 55153 via svnmerge from
19 years ago
Joshua Colp fccaadad94 Make the 'i' option of Queue actually work. (issue #8986 reported by utis)
19 years ago
Russell Bryant 960b4de2de Merged revisions 55005 via svnmerge from
19 years ago
Russell Bryant cad10249de Merged revisions 54955 via svnmerge from
19 years ago
Joshua Colp 3a1ceb4ff8 Need to check macro extension as well as macro context for directed pickup.
19 years ago
Joshua Colp 7722d96bea Allow directed pickup to pick up the real context instead of the macro context if a Macro is used. (issue #8984 reported by jamesb63)
19 years ago
Joshua Colp ae5eec37dd Don't let dtmf leak over into the engine and let it skew the results... also give DTMF results priority. (issue #9014 reported by surftek)
19 years ago
Joshua Colp bddfe6fea7 Merged revisions 54622 via svnmerge from
19 years ago
Joshua Colp dadf652e26 Forward begin DTMF frames as well as end. (issue #9068 reported by mhardeman)
19 years ago
Russell Bryant 5bc6ee1714 - Add the ability to register a callback to monitor state changes in an
19 years ago
Paul Cadach f02a11732b Much simpler than previous one ;-)
19 years ago
Russell Bryant c16059235e Add some output for "show application SLAStation/SLATrunk"
19 years ago
Russell Bryant 7ee02f585d Merge team/russell/sla_rewrite
19 years ago
Russell Bryant 2f5eabb51e When the Echo() application receives the digit '#', echo that back as well.
19 years ago
Kevin P. Fleming 07462b8d1b add some inter-module dependencies
19 years ago
Joshua Colp 1ba2aa702d Temporarily change musicclass on channel to one specified in Dial so that the 'm' option functions properly. (issue #8969 reported by christianbee)
19 years ago
Joshua Colp dce4b744a1 Fix timeout issue when utterance is longer then timeout itself.
19 years ago
Tilghman Lesher 1612f65f9c Merged revisions 53529 via svnmerge from
19 years ago
Joshua Colp 670a0ff144 Directly load say.conf in load_module instead of calling the reload function. (issue #8946 reported by junky)
19 years ago
Tilghman Lesher 7f0c317655 Merged revisions 53354 via svnmerge from
19 years ago
Joshua Colp 687b672a09 Ensure say_cfg is NULL when the module is loaded. (issue #8946 reported by junky)
19 years ago
Joshua Colp e647794710 Unregister Playback CLI commands as well as dialplan application. (issue #8946 reported by junky)
19 years ago
Russell Bryant 8f04a45ee9 Merged revisions 53133 via svnmerge from
19 years ago
BJ Weschke c71401e705 I'm baaaaaaaaaack. :)
19 years ago
Olle Johansson 10f0da24c2 Change debug level for state change message that is not really informative when debugging app_queue
19 years ago
Russell Bryant 9aab046002 Merged revisions 53045 via svnmerge from
19 years ago
Russell Bryant 43e68cac9a Remove an extra \r\n from manager user events. (issue #8955, mnicholson)
19 years ago
Russell Bryant ad254da05d Only changed the paused status in an existing queue member if the paused
19 years ago
Russell Bryant 8dc0a7778f Instead of always creating a realtime queue member as unpaused, read the
19 years ago
Joshua Colp f92505eec1 Merged revisions 52716 via svnmerge from
19 years ago
Joshua Colp a4d3a2dbc9 Use ast_calloc instead of malloc.
19 years ago