aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-04-15Do proper bounds checking in formats (bug #1356)markster6-6/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2694 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-15Fix for uclibcmarkster1-3/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2693 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-15Fix name properlymarkster1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2692 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-14Store modules in the order they're loaded to make reload work properlymarkster1-2/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2691 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-14Clean up timestamps on IAX2markster1-7/+31
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2690 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-13Lets see if this way works to remove all capabilities from the listjeremy1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2688 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-13back out lame attemptjeremy1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2687 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-13print out capability set, if h323debug is turned onjeremy1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2686 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-13make sure capability set is clean before setting new value(s)jeremy1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2685 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-13Use fputs where it makes sense instead of fprintfmarkster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2682 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-13Don't allow the format to be doubly handledmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2681 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-12Lock on indication toomarkster1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2680 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-12Fix implementation of waitfordigit_fullmarkster1-15/+38
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2677 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-12Fix cut properly (bug #1138)markster1-6/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2676 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-11Revert earlier jcdutton ALSA improvements which are not disclaimedmarkster1-312/+329
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2674 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-10Don't hang up if the file is missing (not a bug, but fix anyway) (#1380)markster1-3/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2673 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-10Don't check PRI settings unless there is PRImarkster1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2672 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-10Allow zapscan to select a specific channel (bug 1371)citats1-25/+71
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2671 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-09Hopefully last fix to remote cli completioncitats1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2669 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-09Don't take digits in-band when in overlap dial modemarkster1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2668 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-09Fix sounds.txt to have extensions for recently included sound filescitats1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2667 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-08Add sound files for dynamic conf stuff (bug 1026)citats2-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2666 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-08Add ability to do PINs with dynamic conf (bug 1026)citats1-9/+123
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2665 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-08Add new sounds text for conf mod (bug 1026)citats1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2664 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-08Hopefully the last round of removing needlock stuffcitats2-8/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2663 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-08Remove more needlock stuffcitats4-5/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2662 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-08Free some cli memorycitats1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2660 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-08Turn off MOH later rather than sooner.markster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2659 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-08 updated to work with change by markster: Get rid of all that old needlock ↵bkramer1-6/+6
garbage now that we're using recursive mutexes git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2658 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-07Fix SendDTMF which was clearly not even tested before it was last committed.markster1-12/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2657 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-07Remove extra argument from ast_set_*_format callscitats3-8/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2656 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-07Fix command completion and remove compile time warningscitats1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2654 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-07Add sendtext applicationmarkster2-1/+96
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2653 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-07First pass at fixing chan_alsamarkster1-7/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2652 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-07Fix compile warningmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2651 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-07More changes to Matt's applicationmalcolmd1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2650 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-07fix chan_oss for revised queue structure.markster1-7/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2649 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-07Keep random data around, we'll need it for certain bogus REGISTER and INVITE ↵markster1-2/+0
network hiccups (bug # 1236) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2648 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-07Remove double unlock from ast_readmarkster1-14/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2647 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-07Don't say we're unable to find the channel if we're able to find it.markster1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2646 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-07Fix double parking crash (bug #1302)markster1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2645 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesmarkster40-263/+226
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2644 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-06Add Matt's option to call an external application when a voicemail ismalcolmd2-0/+46
left git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2643 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-06Small IAX fixesmarkster2-3/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2638 f38db490-d61c-443f-a65b-d21fe96a405b