aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-22automerge commitroot1-1/+1
2006-03-19automerge commitroot1-1/+2
2006-03-16automerge commitroot1-1/+1
2006-03-15automerge commitroot1-0/+8
2006-03-12automerge commitroot1-22/+39
2006-03-07automerge commitroot1-2/+2
2006-03-05automerge commitroot1-0/+1
2006-02-27automerge commitroot1-1/+4
2006-02-20automerge commitroot1-1/+1
2006-02-14automerge commitroot1-1/+1
2006-02-11automerge commitroot1-0/+1
2006-02-11automerge commitroot1-1/+0
2006-02-11automerge commitroot1-1/+1
2006-02-10automerge commitroot1-3/+1
2006-01-28automerge commitroot1-1/+4
2006-01-27automerge commitroot1-5/+3
2006-01-26automerge commitroot1-0/+13
2006-01-25automerge commitroot1-9/+8
2006-01-24automerge commitroot1-1/+2
2006-01-24automerge commitroot1-2/+4
2006-01-22automerge commitroot1-1/+5
2006-01-22automerge commitroot1-9/+4
2006-01-19automerge commitroot1-1/+1
2006-01-19automerge commitroot1-1/+2
2006-01-13updating to current 1.2kpfleming1-1/+0
2006-01-10initial import of Asterisk SIP support for network security deviceskpfleming1-4/+240
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