aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2005-07-20add slinfactory object, and change app_chanspy to use it (bug #4724)kpfleming1-250/+115
2005-07-20add English device state output (bug #4733, with minor mod)kpfleming1-3/+1
2005-07-20add OGG/Vorbis file format support (bug #4296)kpfleming1-1/+6
2005-07-19ensure account code is not overwritten when none is supplied (bug #4743)kpfleming1-1/+3
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming12-88/+28
2005-07-15phase two of string portability stuff:kpfleming1-1/+1
2005-07-15revert unneeded change and add comment to avoid it in the futurekpfleming1-1/+2
2005-07-15ensure that format string macros are undef'd after use (bug #4716)kpfleming1-0/+1
2005-07-15don't use %i for scanf unless non-base-10 input is needed (bug #4717)kpfleming1-1/+1
2005-07-15restore count_messages for ODBC storage to proper behavior (bug #4711)kpfleming1-7/+1
2005-07-15clean up maxmsg parsing, and ensure default applies to Realtime voicemail userskpfleming1-21/+21
2005-07-13fix up lock breakage from bug #4245kpfleming1-198/+210
2005-07-13add QueueStatusComplete event (bug #4694 with minor mods)kpfleming1-2/+9
2005-07-12add support for multiple-digit extensions in queue exit contexts (bug #4690)kpfleming1-14/+77
2005-07-12get rid of compiler warning (bug #4682)russell1-1/+1
2005-07-12clean up and reorganize vm_intro_it (bug #4683, with formatting changes)kpfleming1-49/+31
2005-07-12add privacy/screening functionality to app_dial (bug #752)kpfleming1-9/+305
2005-07-12correct arguments being passed to external notify function (bug #4595)kpfleming1-4/+10
2005-07-12support a configurable number of mailboxes per folder (bug #4229)kpfleming1-37/+100
2005-07-12update the password in memory as well when using externpass (bug #4602)russell1-2/+3
2005-07-12fix voicemail path locking problems (bug #4245)kpfleming1-174/+288
2005-07-11properly handle the return of the rowcount from ast_update_realtime (bug #4452)russell1-1/+5
2005-07-11fix off by one errors in calls to ast_copy_string (bug #4600)russell1-1/+1
2005-07-11reverse arguments to ast_tvdiff_ms, so they match the 'raw' math being used b...kpfleming1-1/+1
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONrussell4-10/+10
2005-07-10more ast_copy_string conversionsrussell15-59/+59
2005-07-10Pass along proceeding and progress even when overlap mode is not onmarkster1-0/+6
2005-07-10Fixed iobase specification in rpt.conf and put in check for 'keyed' forjim1-4/+8
2005-07-08queue device state changes and handle them serially in a background threadkpfleming2-0/+2
2005-07-08Change level of message in case of write on hung up channel (Bug #4651)mattf1-3/+3
2005-07-08clean up compiler warnings during build on 64-bit systemskpfleming2-2/+2
2005-07-07more fun with ast_copy_stringrussell1-24/+25
2005-07-07ensure that "completed calls" counter is updated properly (bug #4575)kpfleming1-1/+0
2005-07-07ast_copy_string conversionkpfleming1-92/+95
2005-07-07more ast_copy_string conversionsrussell1-15/+15
2005-07-07allow user-configurable date formats in voicemail message body (bug #4554)kpfleming1-1/+10
2005-07-07ensure that mailbox numbers are read correctly from password files (bug #4655)kpfleming1-0/+5
2005-07-07ensure that conference created by new caller who fails to enter a PIN is dest...kpfleming1-32/+52
2005-07-07make CLI output use singular/plural when appropriate (bug #4654)kpfleming3-3/+3
2005-07-06ensure buffer policy is restored after RAS is done with a channel (bug #4589,...kpfleming1-15/+12
2005-07-05ensure that abandoned calls are recorded that way (bug #4644)kpfleming1-3/+11
2005-07-05add function to convert a cause code to a stringrussell1-1/+1
2005-07-04Added fix so that wctdm interface will start out in correct statejim1-2/+4
2005-06-23fix typo in descriptionrussell1-1/+1
2005-06-23support Swedish grammar for voicemail message counts (bug #4227)kpfleming1-1/+10
2005-06-21minor cleanups (bug #4526 with text changes)kpfleming1-6/+6
2005-06-20move tools used during build into build_tools subdirectorykpfleming1-4/+4
2005-06-15Fixed transmitter hang problemjim1-18/+44
2005-06-12move deprecation warning until after all variable declarations (bug #4514)russell1-5/+5
2005-06-09add MATH() dialplan function (bug #4473, with mods)kpfleming1-0/+6