summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2004-05-26Formatting fixesJames Golovich
2004-05-26add ast_control_streamfile api callAnthony Minessale II
2004-05-24Fix potential segfault, add support for MacOS X locksMark Spencer
2004-05-22Merge fabeman's extensive meetme improvements (bug #1624)Mark Spencer
2004-05-20Make ast_channel_walk become ast_channel_walk_lockedMark Spencer
2004-05-20Merge Mike's announcement enhancementsMark Spencer
2004-05-19Allow multiple codecs to be printed in debug (bug #989)Mark Spencer
2004-05-16Add ability to look up callerid name by txt (bug #1442)Mark Spencer
2004-05-15Update coding guidelines, fix "say.c" compile on older compilers, update codi...Mark Spencer
2004-05-13Add linear file generator, CIRCQ emulation for BSD (bug #1626)Mark Spencer
2004-05-09Add new file utils.c, Move ast_gethostbyname to utils.cJames Golovich
2004-05-07Code cleanupJames Golovich
2004-05-07Created API call ast_dtmf_streamAnthony Minessale II
2004-05-03Add include/asterisk/utils.h file. Which includes the functionJames Golovich
2004-05-03Add SayPhonetic and SayAlpha applications (bug #793)Mark Spencer
2004-05-02Merge Tilghman's color patches for the asterisk prompt (bug #1535)Mark Spencer
2004-04-29Add support for French, Danish, Portuguese, Spanish, Italian, and Dutch numbersMark Spencer
2004-04-28Make sure causes.h can only be included once. Not that any code does this no...James Golovich
2004-04-28Optimize inaddrcmp (a little) by making it inlineJames Golovich
2004-04-27Revert formatting changesJames Golovich
2004-04-26applied final release of bug 1353 per Mark's permissionAnthony Minessale II
2004-04-25Properly migrate from select to poll for core asterisk.Mark Spencer
2004-04-22gethostbyname isn't reentrant, who knew...Mark Spencer
2004-04-19Fix lock initialization in lock debugging modeMark Spencer
2004-04-19OpenBSD portability enhancements (bug 1002)James Golovich
2004-04-12Revert locking changes which break static locks (even on linux since it's par...Mark Spencer
2004-04-12Change mutex defines so it should work on OS that don't have the _NP mutex ty...James Golovich
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesMark Spencer
2004-04-06Don't redefine ast_mutex_initMark Spencer
2004-04-06Update locking for non-debug mode, tooMark Spencer
2004-04-06Bite the bullet and require RECURSIVE mutexesMark Spencer
2004-04-06Include inttypes.h in md5.h instead of stdint.h (since stdint.h contains the ...James Golovich
2004-04-06Remove size restiction on remote console command completion (bug 1360)James Golovich
2004-04-01Expand SIP opaque buffers, prefer recursive to "error checking" mutexes...Mark Spencer
2004-03-30Fix md5 on 64bit systems (aside from alpha)James Golovich
2004-03-28Add support for Costa Rica to DSPMark Spencer
2004-03-27Make read/write mode have a lock parameter and use it properly.Mark Spencer
2004-03-21Create ast_safe_system which closes off file descriptors before spawning syst...Mark Spencer
2004-03-20Correctly handle call flow with outgoing queue, avoiding retries while call actiMark Spencer
2004-03-20Merge ADSI fixesMark Spencer
2004-03-20Add some comments to lock.hJames Golovich
2004-03-15Actually commit the new #definesJames Golovich
2004-03-14Try to make smoother G.729B aware, and able to handle VAD bytesMark Spencer
2004-03-13Move timestamp around in RTP.... Gotta do iax2 eventually here...Mark Spencer
2004-03-04Add support for parking with IAX2Mark Spencer
2004-03-02More BSD compat crapMark Spencer
2004-03-02Add function ast_false, like ast_trueJames Golovich
2004-03-01Allow semi-blocking fd's on manager (bug #1100)Mark Spencer
2004-02-27Move ast_get_group from res_parking.c to channel.cJames Golovich
2004-02-25Bug #1087. Fix wav49 format so it can be played. Make file functionsJames Golovich