summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2005-06-21fix debug output (bug #4562)Kevin P. Fleming
2005-06-21begin properly supporting 'Supported' and 'Required' headers (bug #4351)Kevin P. Fleming
2005-06-21control maximum number of interpolation frames generated during silence by ji...Kevin P. Fleming
2005-06-21ensure that proper response code is return for unimplemented methods (bug #4512)Kevin P. Fleming
2005-06-21separate IAX2 protocol debugging and jitterbuffer debugging (bug #4523)Kevin P. Fleming
2005-06-20move tools used during build into build_tools subdirectoryKevin P. Fleming
2005-06-20fix reply_digest breakage from earlier patchKevin P. Fleming
2005-06-19Fix fd's when we release rtp/vrtpMark Spencer
2005-06-18Attempt to repair SIP parameter gathering brokennessMark Spencer
2005-06-18Fix via comparison to be case insensitiveMark Spencer
2005-06-18Fix agent recording issue (bug #4551)Mark Spencer
2005-06-17don't generate 'rport' unless RFC3581 support is enabled (bug #4533)Kevin P. Fleming
2005-06-17clean up and optimize reply_digest (bug #4447)Kevin P. Fleming
2005-06-17string/whitespace handling cleanups (bug #4449, with mods)Kevin P. Fleming
2005-06-13Various IAX2 fixesMark Spencer
2005-06-10/ fixes possibility for accessing of struct when nullBen Kramer
2005-06-09allow transfer-to number for SIP transfers to contain an '@' (and enforce the...Kevin P. Fleming
2005-06-09make incoming overlap calls with no number specified use the 's' extension (b...Kevin P. Fleming
2005-06-09make zap-transfers to busy/congestion channels behave more reasonably (bug #4...Kevin P. Fleming
2005-06-09add 'rtignoreexpire' option to allow Realtime addresses to be used regardless...Kevin P. Fleming
2005-06-09don't call alloca() or alloca()-using functions in parameter lists (bug #4487)Kevin P. Fleming
2005-06-09remove useless code (bug #4492)Kevin P. Fleming
2005-06-09ensure CLI commands produce proper terminating output when used with manager ...Kevin P. Fleming
2005-06-08/ fixed bugs introduced by the fix for bug #4368 by kpflemingBen Kramer
2005-06-07save 168 bytes per zaptel channel private structure (using bitfields)Kevin P. Fleming
2005-06-07header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (b...Kevin P. Fleming
2005-06-07various compiler warning fixes (bug #4483)Kevin P. Fleming
2005-06-06fix version tag macro callsKevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06another round of version tag updates, along with 'show version files' pattern...Kevin P. Fleming
2005-06-06handle going to 'fax' extension when inside a macro properly (bug #4368)Kevin P. Fleming
2005-06-06major Makefile and build process improvements, including removal of all hardc...Kevin P. Fleming
2005-06-06Fix minor OSP compile issueMark Spencer
2005-06-05don't call reg_source_db() until after the peer has been added to the peer listKevin P. Fleming
2005-06-05fix compilation on Darwin (bug #4462, ugh, we need all this stuff moved into ...Kevin P. Fleming
2005-06-05more cleanups for outbound registrations (bug #4457)Kevin P. Fleming
2005-06-05use a struct for long parameter list to transmit_invite (bug #4458)Kevin P. Fleming
2005-06-05correct oops in recent outbound registration rework (bug #4461)Kevin P. Fleming
2005-06-03various improvements to outbound registrations and response handling (bug #3850)Kevin P. Fleming
2005-06-03use ast_cli_register_multiple() for CLI commandsKevin P. Fleming
2005-06-03use ast_strip_quoted to strip brackets from key secretsKevin P. Fleming
2005-06-03handle stale authentication nonces more properly (bug #4343, with formatting ...Kevin P. Fleming
2005-06-03clean up create_addr, and use a structure instead of a large parameter listKevin P. Fleming
2005-06-03use ast_cli_register_multiple() for chan_zap CLI commandsKevin P. Fleming
2005-06-02Blindly merge jitter buffer patch of bug #4342)Mark Spencer
2005-06-02Setup transfer capability properly for outbound calls (bug #4434)Mark Spencer
2005-06-02Add button templates for 7902, 7935, 7940, 7960, 7970, support big endian mac...Jeremy McNamara
2005-06-01Apply a proper solution to resolve AST_MAX_ACCOUNT_CODEJeremy McNamara
2005-05-30Fix small sizeof bug (#4407)Mark Spencer
2005-05-30Fix attended transfer crash (bug #4404 with changes)Mark Spencer