aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-06-02Add information for IAX on Free World Dialupmarkster3-4/+30
2004-06-02Add 'ListCommands' manager commandcitats1-0/+27
2004-06-02Lock while installign generatormarkster1-2/+5
2004-06-02Add description to manager_action structure, and add some comments.citats2-21/+126
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-02Allocate pseudo channel if it's not explicitly listedmarkster1-3/+20
2004-06-02Code formatting fixes in chan_zap.ccitats1-12/+12
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)markster2-3/+5
2004-06-01allow multiple exit characters on control_streamfile, allow '1' to skip envelopemarkster2-14/+18
2004-05-31Only call the update oncemarkster1-1/+0
2004-05-31More BSD compile fixes (bugs #1754 and #1756)markster3-0/+14
2004-05-31Fix compile warning on FreeBSD (bug #1755)markster1-0/+1
2004-05-31Add missing strings include for BSDmarkster1-0/+1
2004-05-31Trivial removal of unused variable when not on linux (bug #1753)markster1-0/+2
2004-05-31Complete re-vamp of Radio Repeater application (app_rpt) and VERY minor chang...jim6-43/+555
2004-05-31make sending indications more robust and properjeremy1-9/+34
2004-05-30Fix lag in diverging clocks (bug #1696)markster1-15/+15
2004-05-30Update queue member after end of call (bug #1727)markster1-2/+4
2004-05-30Take member as argument, not lpeermarkster1-3/+3
2004-05-30Fix formatting issuesmarkster1-223/+223
2004-05-30Minor RTP video fixes, be more careful about closing fd's in meetme (bug #1743)markster2-8/+14
2004-05-30Fixed annoying SIP 'NOTIFY' messages printed on console every n seconds from ...jim1-0/+7
2004-05-30Allow variable substitution in from string (bug #1741)markster1-4/+15
2004-05-29Initialize secrets properly (bug #1748)markster1-0/+2
2004-05-29saw this in valgrind (-tony)anthm1-0/+4
2004-05-28Use ast_strlen_zero in res_musiconhold.ccitats1-4/+5
2004-05-28Hopefully last ast_strlen_zero fix in cli.ccitats1-1/+1
2004-05-28Use ast_strlen_zero in privacy.ccitats1-1/+2
2004-05-28Use ast_strlen_zero in db.c and some optimizations. Lets store the return va...citats1-15/+17
2004-05-28Really don't authenticate if we're not supposed to authenticate (bug #1738)markster1-1/+1
2004-05-28Ringing and progress are not identicalmarkster1-4/+1
2004-05-28Minor reinvite typomarkster1-4/+14
2004-05-27Only print PRI messages when in verbose mode (bug #1732)markster1-1/+2
2004-05-27Merge connor's exit context patch (#1737)markster1-2/+23
2004-05-27Merge OSS fixes for FreeBSD, implement rtptimeout and rtpholdtimeoutmarkster6-22/+93
2004-05-27Fix gross oversights in original ACL patchmarkster1-3/+4
2004-05-27Add ACL copy routines (bug #1733)markster2-2/+53
2004-05-27Unlock PRI lock, fix variable pasingmarkster2-1/+12
2004-05-27Don't count as outgoing until we actually send the new INVITEmarkster2-1/+1
2004-05-27Meetme fixes (bug #1729)markster1-11/+12
2004-05-27Doc fix for controlplayback, get rid of 500ms wait in rtp.c (bug #1589)markster3-30/+41
2004-05-27Make RTP handle codecs (first pass)markster6-35/+59
2004-05-27More formatting fixescitats4-41/+32
2004-05-26enhance control_playback to have an app (app_controlplayback) and to allow pa...anthm4-42/+117
2004-05-26Perform proper heap bounds checking on skinny messages (bug #1726)markster1-0/+2
2004-05-26Cancel destroy request on new invite, merge bkw's control playback changesmarkster2-21/+37