Commit Graph

2031 Commits (a9057b2c6564f965e87d2fa8fe9eb1e2810b5e23)

Author SHA1 Message Date
Joshua Colp 0742fe1d7e Merged revisions 47631 via svnmerge from
19 years ago
Tilghman Lesher cd06244951 Conversion of res_odbc API to include ast_ prefix did not completely transition app_voicemail
19 years ago
Joshua Colp 159c54a5e9 Use LOG_DEBUG to print out the indication that app_amd is using default settings instead of using LOG_NOTICE. This stops needless logging of this information under normal circumstances. (issue #8361 reported by Seb7)
19 years ago
Joshua Colp 5c5c73ec0f Merged revisions 47549 via svnmerge from
19 years ago
Joshua Colp 6c9e737d70 Only split up extension and context if a value exists. (issue #8332 reported by loloski)
19 years ago
Kevin P. Fleming cb2930ecb4 if adding a queue member is LOG_NOTICE, then removing them should be LOG_NOTICE, not LOG_DEBUG
19 years ago
Kevin P. Fleming 88fb11d10b reflect addition/removal of dynamic queue members in queue_log, so that people using dialplan replacement for AgentCallbackLogin can still track login/logout (issue #7736, reported/patched by whoiswes but this commit was written by me and covers all three paths for AQM/RQM)
19 years ago
Joshua Colp d2624d72ec Do conversion in a more easier to read and working way for \r, \n, and \t. (issue #8324 reported by johnlange)
19 years ago
Russell Bryant 58ed1b07ab Work around an issue that caused menuselect to display a bogus description for
19 years ago
Steve Murphy 517978fd5f These mods are to solve the problem in bug 7506. It's a lot of rework to solve a fairly small problem... such is life.
19 years ago
Matt O'Gorman 0b6456b7f1 large overhaul to voicemail imap support. Allows support for more imap servers,
19 years ago
Tilghman Lesher 56a1e60c54 More changes making the CLI more consistent with "category verb arguments" (continuation of issue 8236)
19 years ago
Tilghman Lesher e05a2752e8 Reverse change of "show" to "list" and make several other commands more consistent with "category verb arguments"
19 years ago
Matt O'Gorman 29d2282f0a spelling typo
19 years ago
Matt O'Gorman f94fd0ff04 formatting fix.
19 years ago
Olle Johansson 86c973f71f Issue #8246 - Doxygen fixes from kshumard.
19 years ago
Russell Bryant d7f9b5f912 We should always be using _exit() after a fork() or vfork() instead of exit().
19 years ago
Jason Parker f10529efed Fix small formatting issue, that causes misaligned line
19 years ago
Russell Bryant 28d9579584 update warning message to include "agi" option (issue #8225, jmls)
19 years ago
Kevin P. Fleming ce4b0afb73 apparently developers are still not aware that they should be use ast_copy_string instead of strncpy... fix up many more users, and fix some bugs in the process
19 years ago
Russell Bryant 6a74bc409c Fix the descriptions of some of the MeetMeAdmin options (issue #8098, mflorell)
19 years ago
Joshua Colp d7329034ea Merged revisions 45691 via svnmerge from
19 years ago
Joshua Colp 552ca7e926 Backport of new directed pickup (BE-85).
19 years ago
Joshua Colp ba3ac1c86b Merged revisions 45060 via svnmerge from
19 years ago
Joshua Colp c1f12bd5ad Move say.conf existence check to do_say function since it is called from multiple places (issue #8144 reported by kshumard)
19 years ago
Kevin P. Fleming ff05bf15c8 update thread creation code a bit
19 years ago
Steve Murphy fcd80ee83b OOOps! There is no alternative to suggest in 1.4. A small erasure.
19 years ago
Steve Murphy 7ceeecd23f In response to bug 7776, a Warning has been added to the doc string for Macro().
19 years ago
Kevin P. Fleming b4a673780a Merged revisions 44296 via svnmerge from
19 years ago
Jason Parker 4be96dc8d3 Fix incorrect argument order for member names, on persisted members.
19 years ago
Joshua Colp d2d4833b79 Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)
19 years ago
Kevin P. Fleming 78e8232ef8 Merged revisions 43916 via svnmerge from
19 years ago
BJ Weschke 1dd8d10aa9 Merged revisions 43897 via svnmerge from
19 years ago
Joshua Colp a30a5f2f09 Merged revisions 43891 via svnmerge from
19 years ago
BJ Weschke 675749c706 Merged revisions 43871 via svnmerge from
19 years ago
BJ Weschke 669bbb6784 Autopause not working for queue members. (#8042 - jmls reported and patch)
19 years ago
Tilghman Lesher 07317339ce Merged revisions 43815 via svnmerge from
19 years ago
Jason Parker 482c18499e Fix an issue with PLAYBACKSTATUS not being set under certain circumstances.
19 years ago
Russell Bryant 86c80784e0 Backport revision 43754 from the trunk, which removes an unused buffer from
19 years ago
Russell Bryant 6cb2b9fedb Merged revisions 43699 via svnmerge from
19 years ago
Joshua Colp d95288fdf8 Slight overhaul of the whisper support. 1. We need to duplicate the frame from ast_translate 2. We need to ensure we always have signed linear coming in for signed linear combining. 3. We need to ensure we are always feeding signed linear out. 4. Properly store and restore write format when beeping on the channel we are whispering on. 5. Properly discontinue the stream on the channel for the beep. (issue #8019 reported by timkelly1980)
19 years ago
Tilghman Lesher 314d85326e Should have moved these lines up in the merge, instead of removing them
19 years ago
Tilghman Lesher 84f8e88490 Merged revisions 43634 via svnmerge from
19 years ago
Tilghman Lesher f0fdf0acf9 Fix documentation to reflect how Url() really works
19 years ago
Tilghman Lesher c708dee67a Oops, missed the merge breakage
19 years ago
Tilghman Lesher b5902caa79 Merged revisions 43420 via svnmerge from
19 years ago
Joshua Colp 0a28b21d01 Warning be gone.
19 years ago
Tilghman Lesher d70fe791c2 A few misses from constification
19 years ago
Tilghman Lesher 70af28270d Constify the result of a config retrieval function, to avoid mutilation (issue 7983).
19 years ago
Jason Parker 61e4465f49 Fix a segfault that was reported by jcmoore in #asterisk-bugs on IRC.
19 years ago