aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-11fix mem leak on module unload (issue #6190)russell1-1/+0
2006-01-04Fixing typo in XML for video updates.oej1-1/+1
2006-01-03backport rport scanning fix from trunk (bug #6071)kpfleming1-4/+9
2006-01-02 Fix compiler warnings.bweschke1-1/+1
2005-12-28fix memory leak in build_rpid (issue #6070)russell1-7/+4
2005-12-26cast time_t to an int in printf/scanf (issue #5635)russell1-3/+3
2005-12-22revert changes to videosupport to allow per-peer setting, since it isn't quiterussell1-15/+10
2005-12-22remove stray unlock (issue #5955)russell1-1/+0
2005-12-21Actually put in the per-peer settings for sip video, as they didn't make it i...twisted1-10/+15
2005-12-19I messed up and accidently committed this to the trunk first ...russell1-2/+1
2005-12-17Max-Forwards headers must only be present on requests, not responseskpfleming1-1/+0
2005-12-17forcibly expire previous subscriptions from a peer when they resubscribe (kee...kpfleming1-1/+29
2005-12-13ensure that hangups while incoming calls are in early state are handled prope...kpfleming1-1/+2
2005-12-05fix the order of arguments to an error message (issue #5927)russell1-1/+1
2005-12-02Bug #5907. Improve SIP INFO DTMF debugging output. (1.2 & Trunk)oej1-2/+4
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-21backport fix from HEAD branchkpfleming1-1/+4
2005-11-21backport fix from HEAD branchkpfleming1-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