aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2004-06-02Add description to manager_action structure, and add some comments.citats1-5/+12
Add ast_manager_register2 which adds description as an additional arg Rework how events are added so they get ordered alphabetically Add 'show manager command <commandname>' (with tab completion) to view info on each command Added descriptions to 'Ping' and 'Originate' but they kinda suck, so we need other people to come up with good descriptions for each of the manager commands. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3132 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-27Add ACL copy routines (bug #1733)markster1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3095 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-27Make RTP handle codecs (first pass)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3089 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-27More formatting fixescitats1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3088 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-26enhance control_playback to have an app (app_controlplayback) and to allow ↵anthm1-2/+2
pause (inherited by app_voicemail) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3087 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-26Formatting fixescitats1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3076 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-26add ast_control_streamfile api callanthm1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3075 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-24Fix potential segfault, add support for MacOS X locksmarkster1-0/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3058 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-22Merge fabeman's extensive meetme improvements (bug #1624)markster1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3038 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-20Make ast_channel_walk become ast_channel_walk_lockedmarkster1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3029 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-20Merge Mike's announcement enhancementsmarkster1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3020 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-19Allow multiple codecs to be printed in debug (bug #989)markster1-4/+14
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3011 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-16Add ability to look up callerid name by txt (bug #1442)markster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2986 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-15Update coding guidelines, fix "say.c" compile on older compilers, update ↵markster1-1/+1
coding guidelines (includes bug #1631) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2967 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-13Add linear file generator, CIRCQ emulation for BSD (bug #1626)markster1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2956 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-09Add new file utils.c, Move ast_gethostbyname to utils.ccitats2-6/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2931 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-07Code cleanupcitats1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2919 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-07Created API call ast_dtmf_streamanthm1-0/+3
int ast_dtmf_stream(struct ast_channel *chan,struct ast_channel *peer,char *digits,int between) changed app_senddtmf.c to use this new call added D() parameter to app_dial to allow post connect dtmf stream to be sent using above call -Tony git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2918 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-03Add include/asterisk/utils.h file. Which includes the functioncitats1-0/+20
ast_strlen_zero, which should be used instead of strlen to check if a string has length or doesn't have length. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2868 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-03Add SayPhonetic and SayAlpha applications (bug #793)markster1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2864 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-02Merge Tilghman's color patches for the asterisk prompt (bug #1535)markster1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2862 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-29Add support for French, Danish, Portuguese, Spanish, Italian, and Dutch numbersmarkster1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2809 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-28Make sure causes.h can only be included once. Not that any code does this ↵citats1-0/+3
now, but it could in the future. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2802 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-28Optimize inaddrcmp (a little) by making it inlinecitats1-1/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2800 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-27Revert formatting changescitats2-12/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2786 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-26applied final release of bug 1353 per Mark's permissionanthm2-2/+24
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2782 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-25Properly migrate from select to poll for core asterisk.markster1-0/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2760 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-22gethostbyname isn't reentrant, who knew...markster1-0/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2734 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-19Fix lock initialization in lock debugging modemarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2711 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-19OpenBSD portability enhancements (bug 1002)citats1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2708 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-12Revert locking changes which break static locks (even on linux since it's ↵markster1-11/+11
part of an ENUM not define) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2679 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-12Change mutex defines so it should work on OS that don't have the _NP mutex ↵citats1-11/+11
types. Also move the #defines up so we don't need to duplicate them git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2678 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesmarkster4-10/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2644 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-06Don't redefine ast_mutex_initmarkster1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2642 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-06Update locking for non-debug mode, toomarkster1-6/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2641 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-06Bite the bullet and require RECURSIVE mutexesmarkster1-16/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2640 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-06Include inttypes.h in md5.h instead of stdint.h (since stdint.h contains the ↵citats1-1/+1
right info on freebsd and on linux inttypes.h includes stdint.h) (bug 1369) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2639 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-06Remove size restiction on remote console command completion (bug 1360)citats1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2634 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-01Expand SIP opaque buffers, prefer recursive to "error checking" mutexes...markster1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2596 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-30Fix md5 on 64bit systems (aside from alpha)citats1-8/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2586 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-28Add support for Costa Rica to DSPmarkster1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2576 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-27Make read/write mode have a lock parameter and use it properly.markster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2572 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-21Create ast_safe_system which closes off file descriptors before spawning ↵markster1-0/+3
system() and so on. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2514 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-20Correctly handle call flow with outgoing queue, avoiding retries while call actimarkster1-0/+1
ve (bug #1018) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2505 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-20Merge ADSI fixesmarkster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2501 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-20Add some comments to lock.hcitats1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2484 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-15Actually commit the new #definescitats1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2436 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-14Try to make smoother G.729B aware, and able to handle VAD bytesmarkster1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2421 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-13Move timestamp around in RTP.... Gotta do iax2 eventually here...markster1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2413 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-04Add support for parking with IAX2markster2-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2318 f38db490-d61c-443f-a65b-d21fe96a405b