aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk
AgeCommit message (Expand)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.0.0-rc1@7221 f38db490-d...v1.0.0-rc1kpfleming55-0/+0
2004-07-08Extend bindaddr to RTP connections on SIP (bug #1989 et al)markster1-0/+2
2004-07-02Back out accidental changes by anthmmarkster2-5/+2
2004-07-02autodial updateanthm2-2/+5
2004-06-30Add "show file formats" (courtesy bkw_) and Update IAXY firmware to 17 (altse...markster1-0/+8
2004-06-29FreeBSD fix for utils (bug #1949)markster1-0/+3
2004-06-29Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ast_inet_ntoa...markster1-0/+3
2004-06-28Add new built-in app 'SetAMAFlags'jeremy1-0/+1
2004-06-25Add sample config file, implement verificationmarkster1-0/+3
2004-06-25Add outgoing OSP support (SIP only at this point)markster3-0/+39
2004-06-22Code formatting cleanups in utils.c and include/asterisk/lock.hcitats1-57/+56
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats2-2/+0
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...markster3-63/+152
2004-06-22Make DTMF mode configurable on ISDNmarkster1-0/+10
2004-06-21Merge outgoing MSN support + Remote Party ID for SIP (bug #1841) with cleanupsmarkster1-0/+2
2004-06-20Merge (and cleanup) anthm's CDR changesmarkster1-4/+14
2004-06-20Allow CDR's to be linked and work on the linked listmarkster1-0/+1
2004-06-14Separate PROCEEDING and PROGRESSmarkster1-1/+3
2004-06-11Merge res_odbc and res_configmarkster2-0/+139
2004-06-09Lock fixes for FreeBSD (bug #1810)markster1-12/+4
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster3-35/+124
2004-06-07Make faxdetect configurable and turn OFF by defaultmarkster1-0/+1
2004-06-02Add description to manager_action structure, and add some comments.citats1-5/+12
2004-05-27Add ACL copy routines (bug #1733)markster1-0/+5
2004-05-27Make RTP handle codecs (first pass)markster1-1/+1
2004-05-27More formatting fixescitats1-1/+1
2004-05-26enhance control_playback to have an app (app_controlplayback) and to allow pa...anthm1-2/+2
2004-05-26Formatting fixescitats1-1/+1
2004-05-26add ast_control_streamfile api callanthm1-0/+3
2004-05-24Fix potential segfault, add support for MacOS X locksmarkster1-0/+8
2004-05-22Merge fabeman's extensive meetme improvements (bug #1624)markster1-0/+3
2004-05-20Make ast_channel_walk become ast_channel_walk_lockedmarkster1-1/+2
2004-05-20Merge Mike's announcement enhancementsmarkster1-0/+3
2004-05-19Allow multiple codecs to be printed in debug (bug #989)markster1-4/+14
2004-05-16Add ability to look up callerid name by txt (bug #1442)markster1-0/+1
2004-05-15Update coding guidelines, fix "say.c" compile on older compilers, update codi...markster1-1/+1
2004-05-13Add linear file generator, CIRCQ emulation for BSD (bug #1626)markster1-0/+3
2004-05-09Add new file utils.c, Move ast_gethostbyname to utils.ccitats2-6/+9
2004-05-07Code cleanupcitats1-2/+2
2004-05-07Created API call ast_dtmf_streamanthm1-0/+3
2004-05-03Add include/asterisk/utils.h file. Which includes the functioncitats1-0/+20
2004-05-03Add SayPhonetic and SayAlpha applications (bug #793)markster1-0/+4
2004-05-02Merge Tilghman's color patches for the asterisk prompt (bug #1535)markster1-0/+4
2004-04-29Add support for French, Danish, Portuguese, Spanish, Italian, and Dutch numbersmarkster1-1/+2
2004-04-28Make sure causes.h can only be included once. Not that any code does this no...citats1-0/+3
2004-04-28Optimize inaddrcmp (a little) by making it inlinecitats1-1/+7
2004-04-27Revert formatting changescitats2-12/+5
2004-04-26applied final release of bug 1353 per Mark's permissionanthm2-2/+24
2004-04-25Properly migrate from select to poll for core asterisk.markster1-0/+16
2004-04-22gethostbyname isn't reentrant, who knew...markster1-0/+8