aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONrussell8-34/+34
2005-07-10Pass along proceeding and progress even when overlap mode is not onmarkster1-3/+3
2005-07-08queue device state changes and handle them serially in a background threadkpfleming3-1/+4
2005-07-08clean up compiler warnings during build on 64-bit systemskpfleming1-1/+1
2005-07-07make CLI output use singular/plural when appropriate (bug #4654)kpfleming1-3/+3
2005-07-07Hardcode urgent messages option in Voice-Message to 0malcolmd1-1/+1
2005-07-06ensure that AGENTBYCALLERID is set for agents being reloaded from persistent ...kpfleming1-2/+3
2005-07-06don't segfault when peer doesn't send Referred-By (bug #4588)kpfleming1-4/+7
2005-07-06remember CallerID in AgentCallbackLogin, so it can be used at logoff timekpfleming1-16/+46
2005-07-05add function to convert a cause code to a stringrussell4-10/+10
2005-07-05reset regattempts counter after successful registration (bug #4634)kpfleming1-4/+5
2005-06-29Fix for bug 4347. Also breaking redirectingreason interpretation routine int...mattf1-22/+37
2005-06-24un-break three-way callingkpfleming1-1/+1
2005-06-24no need to call srand() when it is already called in asterisk.crussell1-3/+0
2005-06-24actually get the host's name for the code that needs it (bug #4569)kpfleming1-4/+1
2005-06-24ensure that 'zap show status' always generates output, even when there are no...kpfleming1-0/+1
2005-06-24don't use locks when reading usecounts (reading only, not writing)kpfleming18-92/+18
2005-06-24fix outgoing format selection breakagekpfleming1-2/+2
2005-06-23make 'transfer to busy' support a configurable option, and make it _only_ sho...kpfleming1-13/+16
2005-06-22/ fix for bug 4550bkramer1-6/+19
2005-06-22Fix SIP with OSPmarkster1-1/+1
2005-06-22make SIP registration accept RFC non-compliant Digest headers (bug #4577)kpfleming1-1/+1
2005-06-21fix segfault when no CLID number is present (bug #4566)kpfleming1-34/+27
2005-06-21fix debug output (bug #4562)kpfleming1-1/+1
2005-06-21begin properly supporting 'Supported' and 'Required' headers (bug #4351)kpfleming1-6/+190
2005-06-21control maximum number of interpolation frames generated during silence by ji...kpfleming1-0/+4
2005-06-21ensure that proper response code is return for unimplemented methods (bug #4512)kpfleming1-1/+1
2005-06-21separate IAX2 protocol debugging and jitterbuffer debugging (bug #4523)kpfleming1-25/+58
2005-06-20move tools used during build into build_tools subdirectorykpfleming1-4/+5
2005-06-20fix reply_digest breakage from earlier patchkpfleming1-12/+7
2005-06-19Fix fd's when we release rtp/vrtpmarkster1-0/+16
2005-06-18Attempt to repair SIP parameter gathering brokennessmarkster1-3/+7
2005-06-18Fix via comparison to be case insensitivemarkster1-3/+3
2005-06-18Fix agent recording issue (bug #4551)markster1-0/+4
2005-06-17don't generate 'rport' unless RFC3581 support is enabled (bug #4533)kpfleming1-1/+1
2005-06-17clean up and optimize reply_digest (bug #4447)kpfleming1-75/+38
2005-06-17string/whitespace handling cleanups (bug #4449, with mods)kpfleming1-185/+94
2005-06-13Various IAX2 fixesmarkster2-15/+24
2005-06-10/ fixes possibility for accessing of struct when nullbkramer1-17/+22
2005-06-09allow transfer-to number for SIP transfers to contain an '@' (and enforce the...kpfleming1-13/+26
2005-06-09make incoming overlap calls with no number specified use the 's' extension (b...kpfleming1-0/+7
2005-06-09make zap-transfers to busy/congestion channels behave more reasonably (bug #4...kpfleming1-9/+23
2005-06-09add 'rtignoreexpire' option to allow Realtime addresses to be used regardless...kpfleming2-5/+11
2005-06-09don't call alloca() or alloca()-using functions in parameter lists (bug #4487)kpfleming1-4/+9
2005-06-09remove useless code (bug #4492)kpfleming1-10/+0
2005-06-09ensure CLI commands produce proper terminating output when used with manager ...kpfleming1-1/+3
2005-06-08/ fixed bugs introduced by the fix for bug #4368 by kpflemingbkramer1-6/+6
2005-06-07save 168 bytes per zaptel channel private structure (using bitfields)kpfleming1-107/+112
2005-06-07header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (b...kpfleming7-11/+16
2005-06-07various compiler warning fixes (bug #4483)kpfleming2-4/+3