summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-06-02Add 'ListCommands' manager commandJames Golovich
2004-06-02Lock while installign generatorMark Spencer
2004-06-02Add description to manager_action structure, and add some comments.James Golovich
2004-06-02Fix app_read to return string even if not # terminated (bug #1769)Mark Spencer
2004-06-02Use pseudo channel instead of just /dev/zap/pseudo, now with proper protectio...Mark Spencer
2004-06-02Allocate pseudo channel if it's not explicitly listedMark Spencer
2004-06-02Code formatting fixes in chan_zap.cJames Golovich
2004-06-02Play acknowledgement in all cases (bug #1767)Mark Spencer
2004-06-01Oops slightly prematureMark Spencer
2004-06-01Use pseudo channel (but real channel) instead of just directly opening /dev/z...Mark Spencer
2004-06-01Voicemail fixes (bug #1758)Mark Spencer
2004-06-01allow multiple exit characters on control_streamfile, allow '1' to skip envelopeMark Spencer
2004-05-31Only call the update onceMark Spencer
2004-05-31More BSD compile fixes (bugs #1754 and #1756)Mark Spencer
2004-05-31Fix compile warning on FreeBSD (bug #1755)Mark Spencer
2004-05-31Add missing strings include for BSDMark Spencer
2004-05-31Trivial removal of unused variable when not on linux (bug #1753)Mark Spencer
2004-05-31Complete re-vamp of Radio Repeater application (app_rpt) and VERY minor chang...Jim Dixon
2004-05-31make sending indications more robust and properJeremy McNamara
2004-05-30Fix lag in diverging clocks (bug #1696)Mark Spencer
2004-05-30Update queue member after end of call (bug #1727)Mark Spencer
2004-05-30Take member as argument, not lpeerMark Spencer
2004-05-30Fix formatting issuesMark Spencer
2004-05-30Minor RTP video fixes, be more careful about closing fd's in meetme (bug #1743)Mark Spencer
2004-05-30Fixed annoying SIP 'NOTIFY' messages printed on console every n seconds from ...Jim Dixon
2004-05-30Allow variable substitution in from string (bug #1741)Mark Spencer
2004-05-29Initialize secrets properly (bug #1748)Mark Spencer
2004-05-29saw this in valgrind (-tony)Anthony Minessale II
2004-05-28Use ast_strlen_zero in res_musiconhold.cJames Golovich
2004-05-28Hopefully last ast_strlen_zero fix in cli.cJames Golovich
2004-05-28Use ast_strlen_zero in privacy.cJames Golovich
2004-05-28Use ast_strlen_zero in db.c and some optimizations. Lets store the return va...James Golovich
2004-05-28Really don't authenticate if we're not supposed to authenticate (bug #1738)Mark Spencer
2004-05-28Ringing and progress are not identicalMark Spencer
2004-05-28Minor reinvite typoMark Spencer
2004-05-27Only print PRI messages when in verbose mode (bug #1732)Mark Spencer
2004-05-27Merge connor's exit context patch (#1737)Mark Spencer
2004-05-27Merge OSS fixes for FreeBSD, implement rtptimeout and rtpholdtimeoutMark Spencer
2004-05-27Fix gross oversights in original ACL patchMark Spencer
2004-05-27Add ACL copy routines (bug #1733)Mark Spencer
2004-05-27Unlock PRI lock, fix variable pasingMark Spencer
2004-05-27Don't count as outgoing until we actually send the new INVITEMark Spencer
2004-05-27Meetme fixes (bug #1729)Mark Spencer
2004-05-27Doc fix for controlplayback, get rid of 500ms wait in rtp.c (bug #1589)Mark Spencer
2004-05-27Make RTP handle codecs (first pass)Mark Spencer
2004-05-27More formatting fixesJames Golovich
2004-05-26enhance control_playback to have an app (app_controlplayback) and to allow pa...Anthony Minessale II
2004-05-26Perform proper heap bounds checking on skinny messages (bug #1726)Mark Spencer
2004-05-26Cancel destroy request on new invite, merge bkw's control playback changesMark Spencer
2004-05-26oopsieJeremy McNamara