aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats58-94/+12
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...markster4-7/+9
2004-06-22Make sure outgoing is not NULLmarkster1-6/+8
2004-06-22Directory fixes courtesy rgagnon (bug #1887)markster1-53/+112
2004-06-21Add userevent application (bug #1300)markster2-1/+108
2004-06-21Add app_alarmreceiver (bug #1783)markster2-1/+858
2004-06-21Don't stop moh until after announcement finishes (bug #789)markster1-31/+31
2004-06-21Fix app_dial bugletmarkster1-6/+6
2004-06-21I don't know what this last update was for but app_dial.c was brokenanthm1-2/+2
2004-06-21Add promiscuous redirect optionmarkster1-11/+35
2004-06-21Majorly updated app_rpt.c allowing linking of repeaters/remote bases using (I...jim2-474/+1369
2004-06-21Fix locking in zapscanmarkster1-5/+3
2004-06-21Make 'x' option behave as advertised (bug #1878)markster1-9/+13
2004-06-20Typo in comment in app_dial.ccitats1-1/+1
2004-06-19Allow penalty argument to AddQueueMembermarkster1-5/+21
2004-06-17More meetme locking fixesmarkster1-2/+3
2004-06-17Fix doubly-linked list deletemarkster1-4/+20
2004-06-17Must be inside lock when finding startmarkster1-1/+2
2004-06-16Don't forget to run the schedule queuemarkster1-0/+1
2004-06-16Minor fixup to voicemail (bug #1865)markster1-1/+1
2004-06-16Merge EOF patch (bug #1860)markster1-16/+22
2004-06-15Fix unexpected behavior in voicemail (bug #1856)markster1-0/+5
2004-06-14Fix MailboxExists to follow the original behavior of jumping to +101 if the v...citats1-1/+1
2004-06-14Merge Matt's workmarkster1-6/+26
2004-06-14Make meetme operate in linear so as to keep alaw folk happy, minor iax2markster1-36/+20
2004-06-13x86-64 compile fixes and cleanupsmarkster4-5/+5
2004-06-13Use ast_strlen_zero instead of &id in app_queue.c (Thanks folsson)citats1-1/+1
2004-06-12Fix OpenBSD compile (bug #1830)markster1-1/+1
2004-06-11Fix voicemail description. We send calls into extension 'a' or 'o' not prioritycitats1-2/+2
2004-06-11Build ecodes string a little better in app_voicemail so that the 'a' extensio...citats1-3/+7
2004-06-11Add talk detectection app (BackgroundDetect)markster2-1/+220
2004-06-09Minor meetme cleanupsmarkster1-2/+3
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster4-4/+4
2004-06-07Zapras fix for BSD (bug #1801)markster1-0/+4
2004-06-06Can't use the same buffer to snprintf that we're grabbingmarkster1-3/+3
2004-06-06fix D() issue with to short of a durationanthm1-1/+1
2004-06-05Add ${AVAILORIGCHAN} with original channel name (bug #1793)markster1-1/+6
2004-06-04Cleanup some formatting in app_agi.ccitats1-33/+32
2004-06-04Enhancements for zaptel+bsd (bug #1781)markster8-5/+34
2004-06-02WOrk on the proper pointer (bug #1773)markster1-26/+26
2004-06-02Fix app_read to return string even if not # terminated (bug #1769)markster1-1/+1
2004-06-02Use pseudo channel instead of just /dev/zap/pseudo, now with proper protectio...markster1-10/+27
2004-06-02Play acknowledgement in all cases (bug #1767)markster1-0/+2
2004-06-01Oops slightly prematuremarkster1-8/+8
2004-06-01Use pseudo channel (but real channel) instead of just directly opening /dev/z...markster1-8/+8
2004-06-01Voicemail fixes (bug #1758)markster1-1/+1
2004-06-01allow multiple exit characters on control_streamfile, allow '1' to skip envelopemarkster1-2/+3
2004-05-31Only call the update oncemarkster1-1/+0
2004-05-31Fix compile warning on FreeBSD (bug #1755)markster1-0/+1
2004-05-31Complete re-vamp of Radio Repeater application (app_rpt) and VERY minor chang...jim2-36/+530