aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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-05-31More BSD compile fixes (bugs #1754 and #1756)markster1-0/+4
2004-05-31Complete re-vamp of Radio Repeater application (app_rpt) and VERY minor chang...jim1-5/+9
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-30Fixed annoying SIP 'NOTIFY' messages printed on console every n seconds from ...jim1-0/+7
2004-05-29Initialize secrets properly (bug #1748)markster1-0/+2
2004-05-29saw this in valgrind (-tony)anthm1-0/+4
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-27Only print PRI messages when in verbose mode (bug #1732)markster1-1/+2
2004-05-27Merge OSS fixes for FreeBSD, implement rtptimeout and rtpholdtimeoutmarkster3-17/+86
2004-05-27Unlock PRI lock, fix variable pasingmarkster1-0/+6
2004-05-27Don't count as outgoing until we actually send the new INVITEmarkster1-1/+0
2004-05-27Doc fix for controlplayback, get rid of 500ms wait in rtp.c (bug #1589)markster1-19/+39
2004-05-27Make RTP handle codecs (first pass)markster4-21/+30
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 changesmarkster1-0/+1
2004-05-26oopsiejeremy1-1/+1
2004-05-26explain a proper upgrade sequence (lowering the signal-to-noise ratio again)jeremy1-3/+12
2004-05-26properly clean capabilites from the endpointjeremy1-1/+5
2004-05-26Cancel self destruct on provisional responses too (bug #1722)markster1-4/+11
2004-05-26cleaned up locking, more logging on locks, still havent worked out whybkramer1-38/+94
2004-05-25Handle debugging of unknown IE's properlymarkster2-2/+3
2004-05-25Make sure transmitted timestamps are solid on trunks (bug #1713)markster1-2/+2
2004-05-25Merge useragent patch (bug #712)markster1-4/+13
2004-05-25Enable understanding of service identifier and provisioning versionmarkster3-1/+11
2004-05-25optmize call setup processjeremy2-38/+14
2004-05-25Eliminate useless pass checkingmarkster1-2/+0
2004-05-24Fix small typomarkster1-1/+1
2004-05-24Always authenticate when insecure is not "very" even on matching IPmarkster1-22/+24
2004-05-24/ work in progress, still tracking down locking bugbkramer1-14/+43
2004-05-24/ fixed up timers for ring back and busy tonesbkramer1-15/+29
2004-05-22Obviously don't send alerting, progress, or proceeding on outbound calls (bug...markster1-4/+3
2004-05-22When dialing out, we're always proceeding :)markster1-0/+1
2004-05-21First pass at handling responses properly for retransmissionsmarkster1-3/+74
2004-05-21/ updated lockingbkramer1-45/+133
2004-05-21Don't send the same codec twice even if listed twice in allow section (bug #1...markster1-1/+1
2004-05-20backout code optimization, add more explict error reportingjeremy2-18/+21
2004-05-20Make ast_channel_walk become ast_channel_walk_lockedmarkster1-0/+2
2004-05-20cleanup code and debugjeremy2-14/+5
2004-05-20Congestion with Hangup sends expected RELEASE code (but #1681)markster1-0/+3
2004-05-20Stage 1 of deadlock fix (bug #1673 -- but not yet solved, just started) and f...markster1-1/+12
2004-05-20properly send call progress and alerting PDUs, re-fix one-way audio on call m...jeremy4-97/+252
2004-05-20only complain if ZAPATA_PRI is definedjeremy1-0/+2
2004-05-20/ working on pstn->sip half duplex bugbkramer1-31/+51
2004-05-19Update for newer libprimarkster1-5/+5
2004-05-19Re-Disable building chan_iax.socitats1-1/+1
2004-05-19Always send proceeding, send progress when appropriatemarkster1-3/+6