aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2005-09-14extensive ENUM support update, including ENUMLOOKUP() dialplan function (issu...kpfleming1-4/+7
2005-09-13ensure that user events are identified with the correct type (issue #5200)russell1-2/+2
2005-09-12Properly install appropriate sound files, prefix spy ones with spy- (bug #5192)markster1-3/+3
2005-09-11Better improved HF interfacejim1-114/+272
2005-09-09Set filaneme BEFORE we return from open_mailbox() if we don't have positive m...twisted1-1/+6
2005-09-08Fixed signalling problem with pciradiojim1-7/+7
2005-09-07ensure that TRANSFERSTATUS can return FAILURE (issue #5146)kpfleming1-1/+2
2005-09-07remove useless buffer initializations (issue #5134)kpfleming1-5/+5
2005-09-07put a limit on Macro depth (to combat recursion) (issue #5114)kpfleming1-2/+23
2005-09-07convert a bunch of apps to use ast_goto_if_exists() (issue #5138)kpfleming17-110/+62
2005-09-07eliminate signedness warnings (issue #5130)kpfleming1-5/+5
2005-09-07eliminate signedness warnings (issue #5129)kpfleming3-22/+25
2005-09-07add status variable output to System() app (issue #5121)kpfleming1-9/+34
2005-09-07fix some race conditionskpfleming1-14/+13
2005-09-07reset channel volumes when exiting apps that use themkpfleming2-8/+20
2005-09-07re-add 'listen' volume controlkpfleming1-87/+137
2005-09-07another bugletkpfleming1-1/+1
2005-09-07actually do issue #4170 right... it was supposed to adjust talk volume, not l...kpfleming1-26/+26
2005-09-07add new channel option (via ast_channel_setoption()) to let channel drivers a...kpfleming2-113/+281
2005-09-01fix stupid thinko (thanks velter!)kpfleming1-2/+2
2005-09-01ensure that file handles are never double closedkpfleming1-9/+12
2005-09-01minor optimizationkpfleming1-1/+2
2005-08-31correct Makefile errors (issue #5072)kpfleming1-1/+1
2005-08-31don't duplicate devicestate-to-string function (issue #5078)kpfleming1-44/+21
2005-08-30correct syntax errorkpfleming1-1/+1
2005-08-30clean up, use make functions instead of subshells, remove unused stuffkpfleming1-20/+20
2005-08-30Add SIP video fixesmarkster2-0/+13
2005-08-29eliminate compiler warningkpfleming1-2/+0
2005-08-29eliminate compiler warningkpfleming1-1/+1
2005-08-29remove unused defines and logic (issue #5058)kpfleming1-16/+1
2005-08-29app_rpt is experimental, not obsolete (issue #5047)russell1-1/+2
2005-08-29fix mem leak from not destrying config (issue #5048)russell1-1/+2
2005-08-26convert Cut() into CUT() function (issue #4892)kpfleming1-32/+281
2005-08-25fix race conditionkpfleming1-2/+2
2005-08-25ensure that Random() can support priority labels as targets (issue #5013)kpfleming1-35/+7
2005-08-25add optional 'extended ODBC storage' mode (issue #4403)kpfleming2-31/+283
2005-08-24clean up code, fix a few bugskpfleming1-53/+62
2005-08-24protocol upgradeskpfleming1-51/+101
2005-08-23fix buglets in new authentication code (issue #4860)kpfleming1-3/+3
2005-08-23do expensive 'next message number' calculation before playing sounds (issue #...kpfleming1-6/+13
2005-08-23reverse commit due to lack of disclaimerkpfleming1-14/+9
2005-08-23make Record() properly timeout even if no input is received from the channel ...kpfleming1-9/+14
2005-08-22make pager messages configurable (issue #4829)kpfleming1-3/+67
2005-08-22add text status variable output to SendText() application (issue #4808)kpfleming1-14/+33
2005-08-22add status output to Transfer() application (issue #4810, with mods)kpfleming1-19/+48
2005-08-22add 'restart' character to ast_control_playback function and ControlPlayback(...kpfleming2-49/+50
2005-08-22Added support for Yaesu FT-897 HF/VHF/UHF radio and other improvementsjim1-388/+1411
2005-08-17Fix password change bug (bug #4976)markster1-1/+1
2005-08-14Make sure "now" is initialized (bug #4961)markster1-0/+1
2005-08-11fix bugkpfleming1-2/+2