aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2005-04-06*** empty log message ***kpfleming2-2/+10
2005-04-06Correctly choose end of number (i.e. if it ends in 'w' with nothing following)markster1-3/+4
2005-04-06actually space out the registrations :) (bug #3104)russell1-1/+2
2005-04-06If an agent still has "wrapuptime" left after he finishes a call and themattf1-1/+15
2005-04-05report non-codec capabilities in 'sip debug' properly (bug #3960)kpfleming1-3/+3
2005-04-05ensure that MGCP AMA flags are passed into CDR (bug #3962)kpfleming1-0/+2
2005-04-05optimize frame handling in agent_read()kpfleming1-36/+43
2005-04-05Merging AOC notifications for bug #3843mattf1-1/+9
2005-04-05Alerting *can* be sent after proceeding (bug #3963)markster1-3/+4
2005-04-05ensure account code specified in mgcp.conf propagates to CDR (bug #3951)kpfleming1-5/+7
2005-04-04correct IAX loading/binding message (bug #3953)kpfleming1-3/+1
2005-04-04move start_network_thread to _before_ testing its result :-) (bug #3952)kpfleming1-2/+4
2005-04-04Better dependancy and version checking method, solve call problems when deali...jeremy1-82/+281
2005-04-04Fix MGCP *67 to automatically reset callerid (bug #3940)markster1-0/+1
2005-04-04Better dependancy and version checking method, solve call problems when deali...jeremy4-16/+122
2005-04-04fix breakage from slin endianness commit earlier today (sorry :-()kpfleming2-2/+2
2005-04-03handle AST_FORMAT_SLINEAR endianness properly on big-endian systems (bug #3865)kpfleming3-8/+29
2005-04-03fix various compiler warnings (bug #3938)kpfleming1-1/+7
2005-04-02remove old iax.hrussell1-84/+0
2005-04-01Merging in xylome's beaerer capabilty patch (bug 3547)mattf1-37/+12
2005-04-01Allow chan_iax2 to build on systems that don't define SO_NO_CHECK (bug #3908,...kpfleming1-0/+2
2005-04-01Add 'iax2 reload' CLI command and fix peer counting with regex matches (bug #...kpfleming1-1/+16
2005-03-31Fix IAX2 out of memory failure (bug #3907)markster1-1/+1
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