summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2005-07-15revert unneeded change and add comment to avoid it in the futureKevin P. Fleming
2005-07-15ensure that format string macros are undef'd after use (bug #4716)Kevin P. Fleming
2005-07-15don't use %i for scanf unless non-base-10 input is needed (bug #4717)Kevin P. Fleming
2005-07-15restore count_messages for ODBC storage to proper behavior (bug #4711)Kevin P. Fleming
2005-07-15clean up maxmsg parsing, and ensure default applies to Realtime voicemail usersKevin P. Fleming
2005-07-13fix up lock breakage from bug #4245Kevin P. Fleming
2005-07-13add QueueStatusComplete event (bug #4694 with minor mods)Kevin P. Fleming
2005-07-12add support for multiple-digit extensions in queue exit contexts (bug #4690)Kevin P. Fleming
2005-07-12get rid of compiler warning (bug #4682)Russell Bryant
2005-07-12clean up and reorganize vm_intro_it (bug #4683, with formatting changes)Kevin P. Fleming
2005-07-12add privacy/screening functionality to app_dial (bug #752)Kevin P. Fleming
2005-07-12correct arguments being passed to external notify function (bug #4595)Kevin P. Fleming
2005-07-12support a configurable number of mailboxes per folder (bug #4229)Kevin P. Fleming
2005-07-12update the password in memory as well when using externpass (bug #4602)Russell Bryant
2005-07-12fix voicemail path locking problems (bug #4245)Kevin P. Fleming
2005-07-11properly handle the return of the rowcount from ast_update_realtime (bug #4452)Russell Bryant
2005-07-11fix off by one errors in calls to ast_copy_string (bug #4600)Russell Bryant
2005-07-11reverse arguments to ast_tvdiff_ms, so they match the 'raw' math being used b...Kevin P. Fleming
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONRussell Bryant
2005-07-10more ast_copy_string conversionsRussell Bryant
2005-07-10Pass along proceeding and progress even when overlap mode is not onMark Spencer
2005-07-10Fixed iobase specification in rpt.conf and put in check for 'keyed' forJim Dixon
2005-07-08queue device state changes and handle them serially in a background threadKevin P. Fleming
2005-07-08Change level of message in case of write on hung up channel (Bug #4651)Matthew Fredrickson
2005-07-08clean up compiler warnings during build on 64-bit systemsKevin P. Fleming
2005-07-07more fun with ast_copy_stringRussell Bryant
2005-07-07ensure that "completed calls" counter is updated properly (bug #4575)Kevin P. Fleming
2005-07-07ast_copy_string conversionKevin P. Fleming
2005-07-07more ast_copy_string conversionsRussell Bryant
2005-07-07allow user-configurable date formats in voicemail message body (bug #4554)Kevin P. Fleming
2005-07-07ensure that mailbox numbers are read correctly from password files (bug #4655)Kevin P. Fleming
2005-07-07ensure that conference created by new caller who fails to enter a PIN is dest...Kevin P. Fleming
2005-07-07make CLI output use singular/plural when appropriate (bug #4654)Kevin P. Fleming
2005-07-06ensure buffer policy is restored after RAS is done with a channel (bug #4589,...Kevin P. Fleming
2005-07-05ensure that abandoned calls are recorded that way (bug #4644)Kevin P. Fleming
2005-07-05add function to convert a cause code to a stringRussell Bryant
2005-07-04Added fix so that wctdm interface will start out in correct stateJim Dixon
2005-06-23fix typo in descriptionRussell Bryant
2005-06-23support Swedish grammar for voicemail message counts (bug #4227)Kevin P. Fleming
2005-06-21minor cleanups (bug #4526 with text changes)Kevin P. Fleming
2005-06-20move tools used during build into build_tools subdirectoryKevin P. Fleming
2005-06-15Fixed transmitter hang problemJim Dixon
2005-06-12move deprecation warning until after all variable declarations (bug #4514)Russell Bryant
2005-06-09add MATH() dialplan function (bug #4473, with mods)Kevin P. Fleming
2005-06-09add WAITSTATUS channel variable output to WaitForSilence() application (bug #...Kevin P. Fleming
2005-06-09ensure CLI commands produce proper terminating output when used with manager ...Kevin P. Fleming
2005-06-09move timeval-diff function into utils.h from app_alarmreceiver.cKevin P. Fleming
2005-06-07various compiler warning fixes (bug #4483)Kevin P. Fleming
2005-06-06the last round of file version tagsKevin P. Fleming
2005-06-06more breakage from bug #4116 commitKevin P. Fleming