aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2005-06-06fix version tag macro callskpfleming3-3/+3
2005-06-06more file version tagskpfleming17-17/+17
2005-06-06another round of version tag updates, along with 'show version files' pattern...kpfleming20-143/+237
2005-06-06handle going to 'fax' extension when inside a macro properly (bug #4368)kpfleming3-13/+19
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming1-1/+1
2005-06-06Fix minor OSP compile issuemarkster1-2/+2
2005-06-05don't call reg_source_db() until after the peer has been added to the peer listkpfleming1-3/+7
2005-06-05fix compilation on Darwin (bug #4462, ugh, we need all this stuff moved into ...kpfleming1-1/+1
2005-06-05more cleanups for outbound registrations (bug #4457)kpfleming1-4/+4
2005-06-05use a struct for long parameter list to transmit_invite (bug #4458)kpfleming1-34/+46
2005-06-05correct oops in recent outbound registration rework (bug #4461)kpfleming1-67/+62
2005-06-03various improvements to outbound registrations and response handling (bug #3850)kpfleming1-160/+268
2005-06-03use ast_cli_register_multiple() for CLI commandskpfleming1-176/+131
2005-06-03use ast_strip_quoted to strip brackets from key secretskpfleming1-7/+2
2005-06-03handle stale authentication nonces more properly (bug #4343, with formatting ...kpfleming1-16/+89
2005-06-03clean up create_addr, and use a structure instead of a large parameter listkpfleming1-300/+306
2005-06-03use ast_cli_register_multiple() for chan_zap CLI commandskpfleming1-72/+40
2005-06-02Blindly merge jitter buffer patch of bug #4342)markster1-4/+4
2005-06-02Setup transfer capability properly for outbound calls (bug #4434)markster1-0/+2
2005-06-02Add button templates for 7902, 7935, 7940, 7960, 7970, support big endian mac...jeremy1-196/+499
2005-06-01Apply a proper solution to resolve AST_MAX_ACCOUNT_CODEjeremy2-3/+3
2005-05-30Fix small sizeof bug (#4407)markster1-1/+1
2005-05-30Fix attended transfer crash (bug #4404 with changes)markster1-0/+2
2005-05-30Fix reply digest selection of size (bug #4409)markster1-5/+7
2005-05-30Fix the ordering fo some checks (bug #4406)markster1-26/+20
2005-05-29use DEFAULT_SIP_PORT (bug #4408)russell1-4/+4
2005-05-26Fix agent deadlock and remove braindead tags dependencymarkster1-2/+1
2005-05-26Define AST_MAX_ACCOUNTCODE because chan_h323.h does not link to the Asterisk ...jeremy1-0/+2