aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-25add dedicated function for adding Content-Length header (bug #4795)kpfleming1-86/+54
2005-07-25_really_ rewrite get_in_brackets to do the right thing (including skipping es...kpfleming1-20/+35
2005-07-25combine bracket-removing functions (bug #4794, with compiler warning mod)kpfleming1-39/+20
2005-07-25ensure that port number in URI is presented when needed (bug #4784)kpfleming1-4/+4
2005-07-25add plain-text hangup cause private header to outbound BYE/CANCEL (bug #4783 ...kpfleming1-20/+36
2005-07-25ensure socket address family is copied (bug #4789)kpfleming1-0/+2
2005-07-25ensure SIP_HEADER does not segfault when called on hung-up channels (bug #475...kpfleming1-0/+7
2005-07-20more formatting fixes from oej :-) (bug #4757)russell1-144/+145
2005-07-20add SIPPEER dialplan function (bug #4728)kpfleming1-0/+79
2005-07-19simple fix for bug #3638kpfleming1-5/+6
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-2/+1
2005-07-15phase two of string portability stuff:kpfleming1-5/+5
2005-07-13add create_addr_from_peer, to use an existing peer referencekpfleming1-68/+78
2005-07-11fix off by one errors in calls to ast_copy_string (bug #4600)russell1-1/+1
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONrussell1-5/+5
2005-07-08queue device state changes and handle them serially in a background threadkpfleming1-0/+1
2005-07-07Hardcode urgent messages option in Voice-Message to 0malcolmd1-1/+1
2005-07-06don't segfault when peer doesn't send Referred-By (bug #4588)kpfleming1-4/+7
2005-07-05add function to convert a cause code to a stringrussell1-4/+4
2005-07-05reset regattempts counter after successful registration (bug #4634)kpfleming1-4/+5
2005-06-24don't use locks when reading usecounts (reading only, not writing)kpfleming1-7/+1
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-21begin properly supporting 'Supported' and 'Required' headers (bug #4351)kpfleming1-6/+190
2005-06-21ensure that proper response code is return for unimplemented methods (bug #4512)kpfleming1-1/+1
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-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-09allow transfer-to number for SIP transfers to contain an '@' (and enforce the...kpfleming1-13/+26
2005-06-09add 'rtignoreexpire' option to allow Realtime addresses to be used regardless...kpfleming1-4/+7
2005-06-07header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (b...kpfleming1-2/+3
2005-06-07various compiler warning fixes (bug #4483)kpfleming1-1/+1
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06another round of version tag updates, along with 'show version files' pattern...kpfleming1-14/+19
2005-06-06Fix minor OSP compile issuemarkster1-2/+2
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-03handle stale authentication nonces more properly (bug #4343, with formatting ...kpfleming1-16/+89
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 typo about maddr (bug #4386)markster1-1/+1
2005-05-25Fix typo in chan_sip. (Bug #4376).twisted1-1/+1