Commit Graph

2060 Commits (9e621e99a5b908dbb0426cf57e35d7d89cef9dda)

Author SHA1 Message Date
Kevin P. Fleming 444adcb477 reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most cases
19 years ago
Matt O'Gorman ff7a8f61a4 Merged revisions 49447 via svnmerge from
19 years ago
Matt O'Gorman 04b4ccc4c2 Merged revisions 49412 via svnmerge from
19 years ago
Matt O'Gorman 5ebc820813 Merged revisions 49354 via svnmerge from
19 years ago
Joshua Colp c4bde5b40a Get rid of a needless memory allocation and only create a conference structure in find_conf_realtime if data was read from realtime. (issue #8669 reported by robl)
19 years ago
Joshua Colp 3a0a8b1908 vms doesn't exist on non-IMAP storage builds.
19 years ago
Joshua Colp 695c04cff3 Pass 'vms' pointer to record_and_review so it is then passed to the IMAP store file function. (issue #8614 reported by punknow)
19 years ago
Joshua Colp 8d7bdfc607 Merged revisions 48584 via svnmerge from
19 years ago
Luigi Rizzo 0f325ae583 fix a bogus datalen in the frames generated by app_sms
19 years ago
Joshua Colp 9b8b64f08d Use S_OR in my previous app_voicemail. This is the way it should have been done.
19 years ago
Matt O'Gorman d24fad5537 Merged revisions 48394 via svnmerge from
19 years ago
Joshua Colp 8832f97a1f Return non-existant callerid handling to that which it was before. In 1.4 and trunk callerid can be allocated but not have any contents so we have to use ast_strlen_zero before passing it to the relevant functions. (issue #8567 reported by pabelanger)
19 years ago
Joshua Colp 50ee01ccda Use the correct API call to say a device state changed. (Yes, I'm a nub.)
19 years ago
Joshua Colp 08ab40c1bf Don't access the conference structure after it has been freed.
19 years ago
Tilghman Lesher cb95f19c3f Merged revisions 48374 via svnmerge from
19 years ago
Tilghman Lesher 025c60f84e Oops, forgot to release the odbc handle
19 years ago
Tilghman Lesher 1cb96e926a Merged revisions 48251 via svnmerge from
19 years ago
Jason Parker db68a40698 Fix an issue which didn't allow unavail/greet/busy/etc messages from being saved into ODBC (and probably IMAP).
19 years ago
Kevin P. Fleming a2f6499c0a Merged revisions 48192 via svnmerge from
19 years ago
Joshua Colp 81c438713b Use MAILTMPLEN instead of sizeof in mm_login. (issue #8420 reported by slimey)
19 years ago
Joshua Colp 53b04eea95 Don't crash if the mailstream was not created.
19 years ago
Joshua Colp ec4cae4068 Merged revisions 48053 via svnmerge from
19 years ago
Tilghman Lesher f4133080ca Oops, merge missed release of odbc object
19 years ago
Tilghman Lesher 04c4fbb3b3 Merged revisions 47862 via svnmerge from
19 years ago
Joshua Colp 335630b10c Use a separate variable in the channel structure to store the context that the channel was dialed from. (issue #8382 reported by jiddings)
19 years ago
Jason Parker 67546a068c Fix a couple of typos. Initially pointed out by mrobinson.
19 years ago
Joshua Colp ee182a4b02 Don't unreference the SLA object if there is no SLA object in the devicestate callback. (issue #8354 reported by loloski)
19 years ago
Tilghman Lesher 07c309c8b1 Fix ODBC_STORAGE for when context is NULL
19 years ago
Kevin P. Fleming 17242b0602 Merged revisions 47677 via svnmerge from
19 years ago
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