aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2006-11-12- Add some comments to t.38 codeoej1-4/+14
2006-11-10Add some history and fix some debug output for autodestruct.oej1-5/+8
2006-11-10Proper fix for adding debug...oej1-2/+4
2006-11-10Make sure we destroy dialog in case of loopoej1-1/+2
2006-11-10Cleanup imported from 1.4oej1-5/+4
2006-11-10Issue 8336- fix support for multipart SDP (imported from 1.2/1.4). (Alphaque)oej1-1/+3
2006-11-10Merged revisions 47436 via svnmerge from tilghman1-23/+17
2006-11-10Ripping out bad support for 491 replies to INVITE's. Let's try again properly...oej1-10/+13
2006-11-10Fix badly defined flag. Thanks fenlander!oej1-2/+2
2006-11-10Small simplification and documentation correction.oej1-8/+8
2006-11-08- Add Max-Forwards higher in the packet, following recommendationsoej1-9/+6
2006-11-08Merged revisions 47333 via svnmerge from kpfleming1-9/+13
2006-11-08coding guidelines, coding guidelines, coding guidelineskpfleming1-15/+18
2006-11-08merge from team/rizzo/astobj2 rev.47271rizzo1-2/+2
2006-11-08merge from team/rizzo/astobj2 rev.47246rizzo1-6/+11
2006-11-08merge from team/rizzo/astobj2, rev 47243, 47244, 47245:rizzo1-34/+47
2006-11-08merge rev.47224 from team/rizzo/astobj2:rizzo1-28/+39
2006-11-08silence compiler about uninitialized variables.rizzo1-1/+1
2006-11-08Destroy dialog properly at unload (rizzo)oej1-7/+1
2006-11-07A fair number of changes for the sake of bug 7506murf1-19/+18
2006-11-07Break -> continue to make stuff work... Thanks, Luigi!oej1-1/+1
2006-11-07issue #8265 - don't reply to ACK. Imported from 1.2, 1.4oej1-2/+2
2006-11-04Don't lock dialoglist if monitor runs __sip_destroy.oej1-7/+8
2006-11-04Move IP address selection for media out of add_sdpoej1-24/+37
2006-11-04Make srvlookup global_srvlookup to follow the rest of the codeoej1-8/+8
2006-11-04Simplify previous patchoej1-14/+2
2006-11-04Adding new config option "limitpeersonly" to only apply call limitsoej1-5/+23
2006-11-04Importing patch for Invite/replaces from 1.4oej1-13/+5
2006-11-04Reverting rev 47093 until we have an agreement on how to oej1-13/+0
2006-11-03This fix introduced via bug 8233murf1-0/+4
2006-11-03Save the 'From' header received in a REGISTER message so we can show itrizzo1-0/+13
2006-11-02Merged revisions 47051 via svnmerge from tilghman1-25/+31
2006-11-02Move check for codec translators to an earlier place in the call, so we can f...oej1-17/+20
2006-11-02Disable code for not implemented functionality (T38 over RTP/TCP)oej1-2/+16
2006-11-02Merged revisions 46937 via svnmerge from kpfleming1-0/+6
2006-11-02Merged revisions 46930 via svnmerge from file1-1/+1
2006-11-02Don't overwrite pkt->flags (imported from 1.2/1.4)oej1-1/+2
2006-10-31remove old/useless usecount stuff.rizzo1-7/+0
2006-10-31Set #define for TIMER T1 valueoej1-3/+4
2006-10-31Cleaning up codeoej1-12/+12
2006-10-31Fix rport handling.oej1-4/+2
2006-10-31- If peer that register fails ACL, fail himoej1-0/+2
2006-10-30Update sip list to eventlist format.oej1-1/+4
2006-10-30Change name of "contact" setting to "callback" which better reflects what itoej1-14/+15
2006-10-30Globals need the "global_" prefix in chan_sip, and need to be reset to defaul...oej1-4/+5
2006-10-30Small conversion to ast_channel_unlockoej1-1/+1
2006-10-30Issue 8246 Doxygen updates (kshumard) oej1-1/+1
2006-10-29Issue #7869 - Stop retransmission of 302 redirects.oej1-2/+1
2006-10-29Issue #7608 - Notifications sent with wrong content-type (imported from 1.2, ...oej1-9/+6
2006-10-29Issues related to issue #7828 - segfault with MWI subscriptions and realtime.oej1-4/+7