aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2005-03-30add missing newlines (part2)anthm1-1/+1
2005-03-30add missing newlinesanthm1-1/+1
2005-03-30Add fixup to chan_phone (bug #3825)markster1-0/+11
2005-03-29Add option to disable checksums on IAXmarkster1-0/+19
2005-03-29Allow functions to be written to (bug #2278, with mods)markster2-3/+3
2005-03-29Simplify endianness and fix for unaligned reads (bug #3867)markster3-61/+30
2005-03-28Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DT...markster7-44/+54
2005-03-28Clear out received tag in 407/401's (bug #3885)markster1-0/+2
2005-03-28Delete cross targets for gentone and friendsmarkster1-7/+0
2005-03-28Don't forget blank header in notify (bug #3877)markster1-0/+1
2005-03-28Cleanup SIP method stuff a littlemarkster1-2/+1
2005-03-27Avoid excessive "PROGRESS" messages (bug #3807)markster1-9/+16
2005-03-27Fix cross compiling (bug #3868)markster1-21/+40
2005-03-27Make status update on agents properlymarkster1-0/+1
2005-03-27Minor formatting fixesmarkster1-15/+12
2005-03-26Implement fax detect within i4l (bug #3827)markster1-2/+26
2005-03-25Fix DTMF formatting (bug #3853)markster1-9/+9
2005-03-24Add SIP real authentication (bug #3782)markster1-6/+172
2005-03-24Fix OSS endian issues in OSS (bug #3846)markster1-1/+18
2005-03-24Fix SIP/IAX caching (bug #3671)markster2-1/+8
2005-03-24fix endianness of OSS/Alsa (bug #3839)markster2-0/+13
2005-03-24Make sure regtimeout is initialized (bug #3845)markster1-0/+1
2005-03-23Allow resetinterval to be "never"markster1-5/+9
2005-03-23Fix portability (Bug #3842)markster1-5/+5
2005-03-23Merge Russell's formatting patch (bug #3838)markster1-9/+9
2005-03-22Fix chan_agent segfault (bug #3590)markster1-2/+3
2005-03-22Fix SIP realtime bug (somehow didn't get committed yesterday)markster1-13/+20
2005-03-22If the D-channel goes down and comes back up, consider it "up" on any event o...markster1-0/+2
2005-03-21Make sure we don't accept streams we can't handle (bug #3818)markster1-19/+34
2005-03-21Update SIP/IAX documentation and code (Bug #3810)markster1-2/+2
2005-03-21/ changed ast_channel_tech structure init to the GCC-specific format, seemsbkramer1-24/+24
2005-03-20/ updated ast_channel_tech structure init.bkramer1-0/+1
2005-03-20Add SIPPeers and SIPShowPeer manager events (bug #3693 with mods)markster1-7/+226
2005-03-20Minor sipredirect fixes (bug #3789)markster1-8/+7
2005-03-20Fix "," to "." notation.markster1-1/+1
2005-03-20Comment on sensitivity (bug #3802)markster1-1/+1
2005-03-19icseq increments only on requests, not responses (bug #3798)markster1-6/+6
2005-03-19Strengthen RFC conformity with respect to tags and stupid SIP complexities.markster1-5/+5
2005-03-19Fix "little crash" in inuse handling (bug #3792)markster1-1/+1
2005-03-19Fix tag issue (bug #3795)markster1-1/+1
2005-03-18fix typo per stevek's reqanthm1-10/+0
2005-03-17Add support for Solaris/x86 (bug #3064)markster2-2/+4
2005-03-17Reorganize SIP code to make more readable (bug #3781)markster1-639/+814
2005-03-17Make sip debug easier to read (bug #3785)markster1-11/+21
2005-03-17Add PLC and jitter buffer and iax2 meta trunk with timestamps (bug #2532, #3400)markster6-38/+501
2005-03-17Cleanup registration expirey with realtime (bug #3751)markster1-22/+30
2005-03-16Fix missing newline to notice (bug #3775)markster1-1/+1
2005-03-16/ implementing callpickupbkramer1-2/+27
2005-03-16Inherit variables across local channel (bug #3769)markster1-1/+1
2005-03-15Merge tony's refactoring code with small mods (bug #3710)markster1-103/+139