aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Collapse)AuthorFilesLines
2005-07-15phase two of string portability stuff:kpfleming1-1/+1
don't need ast_ prefixes on functions use individual #defines for function presence add vasprintf to portability library git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6143 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15revert unneeded change and add comment to avoid it in the futurekpfleming1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6140 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15ensure that format string macros are undef'd after use (bug #4716)kpfleming1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6139 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15don't use %i for scanf unless non-base-10 input is needed (bug #4717)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6138 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15restore count_messages for ODBC storage to proper behavior (bug #4711)kpfleming1-7/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6132 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15clean up maxmsg parsing, and ensure default applies to Realtime voicemail userskpfleming1-21/+21
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6131 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-13fix up lock breakage from bug #4245kpfleming1-198/+210
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6125 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-13add QueueStatusComplete event (bug #4694 with minor mods)kpfleming1-2/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6121 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12add support for multiple-digit extensions in queue exit contexts (bug #4690)kpfleming1-14/+77
add QUEUEAGENTCOUNT dialplan function (bug #4690) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6114 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12get rid of compiler warning (bug #4682)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6107 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12clean up and reorganize vm_intro_it (bug #4683, with formatting changes)kpfleming1-49/+31
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6105 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12add privacy/screening functionality to app_dial (bug #752)kpfleming1-9/+305
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6102 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12correct arguments being passed to external notify function (bug #4595)kpfleming1-4/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6100 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12support a configurable number of mailboxes per folder (bug #4229)kpfleming1-37/+100
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6099 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12update the password in memory as well when using externpass (bug #4602)russell1-2/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6092 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12fix voicemail path locking problems (bug #4245)kpfleming1-174/+288
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6091 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-11properly handle the return of the rowcount from ast_update_realtime (bug #4452)russell1-1/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6089 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-11fix off by one errors in calls to ast_copy_string (bug #4600)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6084 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-11reverse arguments to ast_tvdiff_ms, so they match the 'raw' math being used ↵kpfleming1-1/+1
between the arguments git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6083 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONrussell4-10/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6076 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-10more ast_copy_string conversionsrussell15-59/+59
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6074 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-10Pass along proceeding and progress even when overlap mode is not onmarkster1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6072 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-10Fixed iobase specification in rpt.conf and put in check for 'keyed' forjim1-4/+8
main system rx DTMF. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6068 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-08queue device state changes and handle them serially in a background threadkpfleming2-0/+2
optimize device state related functions add ast_get_channel_by_name_prefix to allow searching for matching channels in O(1) operation git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6062 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-08Change level of message in case of write on hung up channel (Bug #4651)mattf1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6060 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-08clean up compiler warnings during build on 64-bit systemskpfleming2-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6059 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-07more fun with ast_copy_stringrussell1-24/+25
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6054 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-07ensure that "completed calls" counter is updated properly (bug #4575)kpfleming1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6053 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-07ast_copy_string conversionkpfleming1-92/+95
replace unnecessary length-limited copies with direct copies git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6052 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-07more ast_copy_string conversionsrussell1-15/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6051 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-07allow user-configurable date formats in voicemail message body (bug #4554)kpfleming1-1/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6050 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-07ensure that mailbox numbers are read correctly from password files (bug #4655)kpfleming1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6049 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-07ensure that conference created by new caller who fails to enter a PIN is ↵kpfleming1-32/+52
destroyed (bug #4613) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6048 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-07make CLI output use singular/plural when appropriate (bug #4654)kpfleming3-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6047 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-06ensure buffer policy is restored after RAS is done with a channel (bug ↵kpfleming1-15/+12
#4589, slightly simpler fix) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6037 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05ensure that abandoned calls are recorded that way (bug #4644)kpfleming1-3/+11
show 'available' for member channels that are not known to be in some other state (bug #4644) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6027 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05add function to convert a cause code to a stringrussell1-1/+1
create MAX_MUSICCLASS instead of using MAX_LANGUAGE git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6024 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-04Added fix so that wctdm interface will start out in correct statejim1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6018 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23fix typo in descriptionrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5990 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23support Swedish grammar for voicemail message counts (bug #4227)kpfleming1-1/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5985 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-21minor cleanups (bug #4526 with text changes)kpfleming1-6/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5945 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-20move tools used during build into build_tools subdirectorykpfleming1-4/+4
clean up Makefile headers git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5942 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-15Fixed transmitter hang problemjim1-18/+44
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5915 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-12move deprecation warning until after all variable declarations (bug #4514)russell1-5/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5900 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-09add MATH() dialplan function (bug #4473, with mods)kpfleming1-0/+6
deprecate the Math() application git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5895 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-09add WAITSTATUS channel variable output to WaitForSilence() application (bug ↵kpfleming1-3/+17
#4256) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5888 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-09ensure CLI commands produce proper terminating output when used with manager ↵kpfleming1-2/+6
interface (bug #4497) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5884 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-09move timeval-diff function into utils.h from app_alarmreceiver.ckpfleming1-15/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5882 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-07various compiler warning fixes (bug #4483)kpfleming1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5875 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06the last round of file version tagskpfleming81-366/+733
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5867 f38db490-d61c-443f-a65b-d21fe96a405b