summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2005-10-13don't force CLID to be a phone-number-looking-thingie (issue #5325)Kevin P. Fleming
2005-10-13Fix the ordering of the sscanfs for SDP parsing (bug #AT&T)Mark Spencer
2005-10-13clean up pedantic mode tag handling (issue #5125)Kevin P. Fleming
2005-10-13Display proper error for matching domain registers (bug #5412)Mark Spencer
2005-10-13re-bind the socket if the bindaddr option is changed during reload (issue #5435)Russell Bryant
2005-10-13send "100 Trying" when we receive PROCEEDING, unless "183 Session Progress" h...Kevin P. Fleming
2005-10-12Fix "screen" for network numbers (bug #5432)Mark Spencer
2005-10-12Do *not* default to a max number of registration attemptsMark Spencer
2005-10-12Handle yet some SIP contact issue nuances and exceptions (bug #5289 with mods...Mark Spencer
2005-10-12Fix noncecount update (bug #5308, redone fix)Mark Spencer
2005-10-05fix authentication header extra space (issue #5329)Kevin P. Fleming
2005-10-05fix timer T1 handling (issue #5330)Kevin P. Fleming
2005-10-05ensure that the correct flags are always copied from peers/users to private s...Kevin P. Fleming
2005-10-05ensure that Remote-Party-ID is sent even on secondary INVITEs within a dialog...Kevin P. Fleming
2005-10-05remove unused config option (issue #5358)Kevin P. Fleming
2005-10-04handle peer matching for subscriptions by name instead of IP address (issue #...Kevin P. Fleming
2005-10-04fix various state-related bugs (issue #5369, with mod to return AST_DEVICE_IN...Kevin P. Fleming
2005-10-04support call duration limits on inbound OSP calls (issue #5346)Kevin P. Fleming
2005-10-04generate fewer 'stale nonce' messages (issue #5381)Kevin P. Fleming
2005-10-04don't destroy calls when re-INVITE messages ask for things we can't do (issue...Kevin P. Fleming
2005-09-29ensure that peer codec preferences take precedence over global preferencesKevin P. Fleming
2005-09-29don't replace CLID/CNAM when RPID is being generated (issue #5301)Kevin P. Fleming
2005-09-28Remove possibility of manager deadlocks from manager actionsMark Spencer
2005-09-28486 (and friends) are really BUSY (bug #5257)Mark Spencer
2005-09-27store tag in the private structure as formatted text, instead of formatting e...Kevin P. Fleming
2005-09-27support optional sending of Remote-Party-ID headers (issue #2471, heavily mod...Kevin P. Fleming
2005-09-26add domains documentation and rename config optionKevin P. Fleming
2005-09-26add basic SIP domain support (issue #4466, with major mods)Kevin P. Fleming
2005-09-26properly ignore retransmitted INVITEs on long latency links (issue #3658)Kevin P. Fleming
2005-09-26properly respond to REGISTER queries (issue #5272)Kevin P. Fleming
2005-09-25clean update devicestate function, ensure that it can return AST_DEVICE_UNKNO...Kevin P. Fleming
2005-09-18add missing newline (issue #5243)Russell Bryant
2005-09-15error message generated using backwards logic (issue #5224)Kevin P. Fleming
2005-09-14correct 'progressinband' parsing (issue #5209, different fix)Kevin P. Fleming
2005-09-14put items in RFC-specified order (issue #5217)Kevin P. Fleming
2005-09-14proper header name and attribution (issue #5218)Kevin P. Fleming
2005-09-14various niteroperability fixes (issue #5221)Kevin P. Fleming
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-14don't abort Asterisk load if configuration not found (issue #5115)Kevin P. Fleming
2005-09-14support all OSP authentication models (issue #5159)Kevin P. Fleming
2005-09-14ensure that Manager hold/unhold events are generated even for non-bridged cha...Kevin P. Fleming
2005-09-14make RTP handling errors less likely to crash Asterisk (issue #5172)Kevin P. Fleming
2005-09-14handle rport/received in Via headers properly (issue #5037)Kevin P. Fleming
2005-09-14Handle dialog updates to to tag properly (bug #5166)Mark Spencer
2005-09-14output 'our tag' in proper formatKevin P. Fleming
2005-09-13don't send a 200 ACK before a 404 on invalid subscriptions (Bug #5198)Josh Roberson
2005-09-09allow users of RTP to know when the peer endpoint is (apparently) behind a NATKevin P. Fleming
2005-09-08add missing break (issue #5154)Russell Bryant
2005-09-07initialize these variables because they could be used uninitialized in theRussell Bryant
2005-09-07remove useless buffer initializations (issue #5134)Kevin P. Fleming