aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
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
2004-03-02More BSD compat crapmarkster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2300 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-02Add function ast_false, like ast_truecitats1-0/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2289 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-01Allow semi-blocking fd's on manager (bug #1100)markster1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2287 f38db490-d61c-443f-a65b-d21fe96a405b
2004-02-27Move ast_get_group from res_parking.c to channel.ccitats2-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2263 f38db490-d61c-443f-a65b-d21fe96a405b
2004-02-25Bug #1087. Fix wav49 format so it can be played. Make file functionscitats1-7/+7
looking for extension use f->exts instead of f->name. Fix bug where error message didn't print file extension. Fix comments in header file. Everything is completely backwards compatible git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2247 f38db490-d61c-443f-a65b-d21fe96a405b
2004-02-16Make sure smoother only creates frames with offsets (bug #1029)markster1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2184 f38db490-d61c-443f-a65b-d21fe96a405b
2004-02-12Add queue logging and fix indications bugletmarkster1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2159 f38db490-d61c-443f-a65b-d21fe96a405b
2004-02-03Add recording agent's calls patch. Basically the call starts recording when ↵martinp1-0/+4
the agent picks up and the file is stamped with the agent's id and the timestamp. Also optionally a URL link to that file may be inserted in the userfield of the CDR record. By default the recorded file will be mixed if soxmix is available. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2121 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-29Fix linked lists tail (bug #951)markster1-3/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2090 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-27Ditch nested commentmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2081 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-27Add verbose messages to be logged (bug #599)markster1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2079 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-16 Added functionality for E911 signallingjim1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2048 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-14Add CVSID Macro for embedding revision info into the compiled binary. Bug #822jeremy1-0/+61
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2032 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-14add a vasprintf replacement. Bug #839jeremy1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2030 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-12Add ww's improved syslog support (bug #587)markster1-5/+31
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1973 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-11Add application to log user data to the CDRsjeremy1-1/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1926 f38db490-d61c-443f-a65b-d21fe96a405b
2003-12-25Add AES supportmarkster1-0/+158
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1882 f38db490-d61c-443f-a65b-d21fe96a405b
2003-12-19Add voicemail prepending feature plus forwarding to many extensions if you ↵martinp1-0/+23
specify exten1*exten2*.....# git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1872 f38db490-d61c-443f-a65b-d21fe96a405b
2003-12-18Allow doing digital PRI to PRI calls automaticallymartinp1-0/+36
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1868 f38db490-d61c-443f-a65b-d21fe96a405b
2003-11-15Don't do reinvite if both parties talk diffrent codecsmartinp1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1752 f38db490-d61c-443f-a65b-d21fe96a405b
2003-11-04Remove really broke MP3 stuff in favor of G.726 in the near futuremarkster1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1689 f38db490-d61c-443f-a65b-d21fe96a405b
2003-10-27More cleanups and OSX fixes for 10.3markster2-3/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1678 f38db490-d61c-443f-a65b-d21fe96a405b
2003-10-26Make it build and run on MacOS Xmarkster3-0/+182
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1673 f38db490-d61c-443f-a65b-d21fe96a405b
2003-10-26Select proper endian file on MacOS Xmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1672 f38db490-d61c-443f-a65b-d21fe96a405b
2003-10-25Make HANGUPCAUSE accessiblemarkster1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1669 f38db490-d61c-443f-a65b-d21fe96a405b
2003-10-25Verify includes, and give warnings if invalid (bug #429)markster1-0/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1667 f38db490-d61c-443f-a65b-d21fe96a405b
2003-10-01Pass accountcode to outgoing spool call when originated with ↵martinp2-2/+4
Context&Extension&Priority git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1597 f38db490-d61c-443f-a65b-d21fe96a405b
2003-10-01Add usecallingpres keyword to zapata.conf for PRI to PRI call so that we ↵martinp1-0/+2
would take the presentation mode and send it to outbound call. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1595 f38db490-d61c-443f-a65b-d21fe96a405b
2003-09-27Add missing filesmarkster1-0/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1559 f38db490-d61c-443f-a65b-d21fe96a405b