summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2005-08-09Centralize and fix tos for IAX (bug #4850 inspired)Mark Spencer
2005-08-09Allow ToS to be set in hex (bug #4923)Mark Spencer
2005-08-08Be consistent with User/Username (bug #4916)Mark Spencer
2005-08-04there is no reason to check the channeltype of the channel calling SIPAddHeaderRussell Bryant
2005-08-03Add extra aliases from RFC4028 and RFC3841 (bug #4889)Mark Spencer
2005-08-03Revert a portion of oej's patch...Mark Spencer
2005-08-03Don't ignore ACk packets (bug #4861)Mark Spencer
2005-08-03Reduce number of calls to get method (bug #4863)Mark Spencer
2005-08-03Fix qop syntax (bug #4822)Mark Spencer
2005-07-28Don't delete RTP if there is a channel, even if we get REGISTER/SUBSCRIBE (bu...Mark Spencer
2005-07-27and now we know why #define-ing constants and trying to keep them in sequence...Kevin P. Fleming
2005-07-27fix breakage that was causing PUBLISH to be sent instead of CANCELKevin P. Fleming
2005-07-27add a few const'sKevin P. Fleming
2005-07-26enhance SIP_PEER function to return additional items (bug #4816)Kevin P. Fleming
2005-07-25clean up SIP response and pedantic REGISTER matching (bug #3663)Kevin P. Fleming
2005-07-25add dedicated function for adding Content-Length header (bug #4795)Kevin P. Fleming
2005-07-25_really_ rewrite get_in_brackets to do the right thing (including skipping es...Kevin P. Fleming
2005-07-25combine bracket-removing functions (bug #4794, with compiler warning mod)Kevin P. Fleming
2005-07-25ensure that port number in URI is presented when needed (bug #4784)Kevin P. Fleming
2005-07-25add plain-text hangup cause private header to outbound BYE/CANCEL (bug #4783 ...Kevin P. Fleming
2005-07-25ensure socket address family is copied (bug #4789)Kevin P. Fleming
2005-07-25ensure SIP_HEADER does not segfault when called on hung-up channels (bug #475...Kevin P. Fleming
2005-07-20more formatting fixes from oej :-) (bug #4757)Russell Bryant
2005-07-20add SIPPEER dialplan function (bug #4728)Kevin P. Fleming
2005-07-19simple fix for bug #3638Kevin P. Fleming
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-07-15phase two of string portability stuff:Kevin P. Fleming
2005-07-13add create_addr_from_peer, to use an existing peer referenceKevin P. Fleming
2005-07-11fix off by one errors in calls to ast_copy_string (bug #4600)Russell Bryant
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONRussell Bryant
2005-07-08queue device state changes and handle them serially in a background threadKevin P. Fleming
2005-07-07Hardcode urgent messages option in Voice-Message to 0Malcolm Davenport
2005-07-06don't segfault when peer doesn't send Referred-By (bug #4588)Kevin P. Fleming
2005-07-05add function to convert a cause code to a stringRussell Bryant
2005-07-05reset regattempts counter after successful registration (bug #4634)Kevin P. Fleming
2005-06-24don't use locks when reading usecounts (reading only, not writing)Kevin P. Fleming
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