summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2005-06-22Fix SIP with OSPMark Spencer
2005-06-22make SIP registration accept RFC non-compliant Digest headers (bug #4577)Kevin P. Fleming
2005-06-21begin properly supporting 'Supported' and 'Required' headers (bug #4351)Kevin P. Fleming
2005-06-21ensure that proper response code is return for unimplemented methods (bug #4512)Kevin 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-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-09allow transfer-to number for SIP transfers to contain an '@' (and enforce the...Kevin P. Fleming
2005-06-09add 'rtignoreexpire' option to allow Realtime addresses to be used regardless...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-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-06Fix minor OSP compile issueMark Spencer
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-03handle stale authentication nonces more properly (bug #4343, with formatting ...Kevin P. Fleming
2005-05-30Fix attended transfer crash (bug #4404 with changes)Mark Spencer
2005-05-30Fix reply digest selection of size (bug #4409)Mark Spencer
2005-05-30Fix the ordering fo some checks (bug #4406)Mark Spencer
2005-05-29use DEFAULT_SIP_PORT (bug #4408)Russell Bryant
2005-05-26Fix typo about maddr (bug #4386)Mark Spencer
2005-05-25Fix typo in chan_sip. (Bug #4376).Josh Roberson
2005-05-25Fix SIP registration (bug #4138)Mark Spencer
2005-05-25Use defined AST_MAX_ACCOUNT_CODE (bug #4350)Mark Spencer
2005-05-20make 'sip debug' work again (commands must be registered shortest-first when ...Kevin P. Fleming
2005-05-19formatting cleanup (bug #4330)Kevin P. Fleming
2005-05-19remove unnecessary conditional logic (bug #4313, take two)Kevin P. Fleming
2005-05-19ensure that peer-level RTP settings are actually used (bug #4313)Kevin P. Fleming
2005-05-19move variable declarations to top of function where they belong (bug #4303)Kevin P. Fleming
2005-05-16SIP hold improvements (bug #4290)Kevin P. Fleming
2005-05-15code formatting cleanup (bug #4213)Kevin P. Fleming
2005-05-15implement more detailed hangup causes (bug #4214)Kevin P. Fleming
2005-05-15correct some signed/unsigned issues found by GCC 4 (bug #4237)Kevin P. Fleming
2005-05-15add functions to register/unregister multiple CLI commands in a single operat...Kevin P. Fleming
2005-05-15various minor formatting changes and code cleanups (bug #4262)Kevin P. Fleming
2005-05-08Use maxdomainlen in chan_sip (bug #4212)Mark Spencer
2005-05-05major re-work of dialplan functions, including:Kevin P. Fleming
2005-05-04Merge formatting changes (bug #4172)Mark Spencer
2005-05-04remove extraneous manual string terminationKevin P. Fleming
2005-05-04ensure the SIP socket is closed on module unload (bug #4149)Kevin P. Fleming
2005-05-03fix breakage when ast_copy_string is used to copy substrings (bug #4146, but ...Kevin P. Fleming
2005-05-03simplify argument parsing in sip_prune_realtimeKevin P. Fleming
2005-05-03use symbolic constants for RTP method flags, and add debugging output to sip_...Kevin P. Fleming