aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-21fix port number handling in peer building functionskpfleming1-1/+4
2005-11-21fix a bug found during a recent upgradekpfleming1-1/+5
2005-11-21issue #5794russell1-2/+2
2005-11-17Add missing carriage return and line feed to the SDP line indicating that we ...russell1-1/+1
2005-11-16fix previous commit to actually do it properly...kpfleming1-1/+1
2005-11-16issue #5764kpfleming1-1/+1
2005-11-15issue #5539kpfleming1-0/+3
2005-11-15issue #5751kpfleming1-34/+36
2005-11-12issue #5712kpfleming1-11/+30
2005-11-11minor fixeskpfleming1-3/+1
2005-11-08issue #5648kpfleming1-2/+2
2005-10-31Only consider timeouts on realtimers (bug #5554)markster1-1/+1
2005-10-31properly handle '100 Trying' that arrives after a dialog has been dropped (is...kpfleming1-0/+5
2005-10-31handle improperly formatted initial requests properly (issue #5483)kpfleming1-7/+25
2005-10-31add some warning message for when chan_sip gets overloaded (issue #5530)kpfleming1-2/+7
2005-10-31don't increment 'inuse' counter when call is being failed because of limit (i...kpfleming1-4/+0
2005-10-31properly support 'musicclass' setting for peers/users (issue #5521)kpfleming1-1/+1
2005-10-30Fix ability to do lots of outbound registrations (bug #5529)markster1-2/+8
2005-10-28Merge highly modified fullcontact in realtime sip patch (bug #4832, heavy mods)markster1-17/+44
2005-10-27Remove unnecessary checks before calls to ast_strlen_zero. Also, changerussell1-24/+24
2005-10-26more doxygenification (issue #5513)russell1-565/+564
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-3/+9
2005-10-23Fix max forwards interoperability (bug #5474)markster1-43/+18
2005-10-17Fix queue, iax and sip formatting issues (bug #5449)markster1-8/+8
2005-10-14make chan_sip able to deal with PBX-level call limit being reached (issue #5131)kpfleming1-5/+25
2005-10-13don't force CLID to be a phone-number-looking-thingie (issue #5325)kpfleming1-3/+3
2005-10-13Fix the ordering of the sscanfs for SDP parsing (bug #AT&T)markster1-2/+2
2005-10-13clean up pedantic mode tag handling (issue #5125)kpfleming1-38/+97
2005-10-13Display proper error for matching domain registers (bug #5412)markster1-0/+2
2005-10-13re-bind the socket if the bindaddr option is changed during reload (issue #5435)russell1-6/+5
2005-10-13send "100 Trying" when we receive PROCEEDING, unless "183 Session Progress" h...kpfleming1-1/+7
2005-10-12Fix "screen" for network numbers (bug #5432)markster1-1/+1
2005-10-12Do *not* default to a max number of registration attemptsmarkster1-7/+9
2005-10-12Handle yet some SIP contact issue nuances and exceptions (bug #5289 with mods...markster1-3/+5
2005-10-12Fix noncecount update (bug #5308, redone fix)markster1-31/+44
2005-10-05fix authentication header extra space (issue #5329)kpfleming1-1/+1
2005-10-05fix timer T1 handling (issue #5330)kpfleming1-3/+3
2005-10-05ensure that the correct flags are always copied from peers/users to private s...kpfleming1-31/+28
2005-10-05ensure that Remote-Party-ID is sent even on secondary INVITEs within a dialog...kpfleming1-6/+11
2005-10-05remove unused config option (issue #5358)kpfleming1-14/+5
2005-10-04handle peer matching for subscriptions by name instead of IP address (issue #...kpfleming1-15/+32
2005-10-04fix various state-related bugs (issue #5369, with mod to return AST_DEVICE_IN...kpfleming1-12/+32
2005-10-04support call duration limits on inbound OSP calls (issue #5346)kpfleming1-26/+32
2005-10-04generate fewer 'stale nonce' messages (issue #5381)kpfleming1-2/+5
2005-10-04don't destroy calls when re-INVITE messages ask for things we can't do (issue...kpfleming1-2/+4
2005-09-29ensure that peer codec preferences take precedence over global preferenceskpfleming1-101/+136
2005-09-29don't replace CLID/CNAM when RPID is being generated (issue #5301)kpfleming1-2/+2
2005-09-28Remove possibility of manager deadlocks from manager actionsmarkster1-9/+2
2005-09-28486 (and friends) are really BUSY (bug #5257)markster1-3/+4
2005-09-27store tag in the private structure as formatted text, instead of formatting e...kpfleming1-14/+19