aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2006-02-11Merged revisions 9609 via svnmerge from russell1-0/+1
2006-02-11doh!kpfleming1-2/+1
2006-02-10Merged revisions 9404 via svnmerge from kpfleming1-2/+0
2006-02-10restore 'rfc2833' naming for DTMF mode in chan_sipkpfleming1-6/+6
2006-02-09- Change "rfc2833" to "rtp" in sip.conf. Keeping backwards compatibility.oej1-6/+6
2006-02-02- Remove "frame relay" from chan_sip !oej1-7/+10
2006-02-02- Add doxygen docs on return values on check_user_full()oej1-5/+4
2006-02-02- Make debug logging for each authentication (twice per call) optionaloej1-3/+5
2006-02-01use string fields for some stuff in ast_channelkpfleming1-23/+23
2006-01-31Optimize settings of defaults for a new peer object and make sureoej1-38/+39
2006-01-31remove some more local declarations of null framesrussell1-7/+4
2006-01-31define a global null_frame object so when queueing a null frame, you don'trussell1-4/+3
2006-01-31- Moving two session (PVT) flags to peer PAGE2 (DYNAMIC and SELFDESTRUCT) to ...oej1-27/+35
2006-01-31- Change "prefs" to "default_prefs" and move declaration to "default" groupoej1-11/+12
2006-01-30- Doxygen and comments updatesoej1-71/+81
2006-01-30Issue 5892: Set a minimum T1 timer for calls. Reporter: twistedoej1-1/+8
2006-01-30Issue #6035 - Don't send 403 on bad auth (correcting one of my old mistakes.....oej1-2/+7
2006-01-30Issue #5793 oej1-141/+108
2006-01-28- Remove unused "resetinvite" variableoej1-5/+3
2006-01-28Change booleans to TRUE/FALSE. oej1-47/+47
2006-01-28Doxygen updatesoej1-16/+19
2006-01-28- Moving forward declarations to one blockoej1-36/+33
2006-01-28Simplify code for building Call ID's, create generic random string functionoej1-25/+20
2006-01-27Merged revisions 8785 via svnmerge from oej1-5/+3
2006-01-26- Move two functions to static that wasn't for some reasonoej1-202/+211
2006-01-26Formatting fixes, speling eror fiksd ;-)oej1-13/+13
2006-01-26Issue #5954 revisited. Thanks rizzo.oej1-2/+2
2006-01-26Code clean up, inspired by rizzo's comments in issue 5978. oej1-38/+39
2006-01-26Add some debugging output when reloading, to be able to follow progress at hi...oej1-2/+32
2006-01-26Merged revisions 8710 via svnmerge from oej1-0/+13
2006-01-25Merged revisions 8677 via svnmerge from russell1-9/+8
2006-01-25- Remove unused option to transmit_state_notifyoej1-7/+8
2006-01-25From now on, apply maxexpiry and minexpiry to all subscriptions. Thanks to fo...oej1-7/+6
2006-01-24Don't reset scheduled ID until we actually end the scheduled event.oej1-2/+8
2006-01-24Issue 6114: Don't hangup on bye/also if there's no channel. (gst)oej1-2/+4
2006-01-24Issue #6093: Match realtime non-dynamic peers by IP. (siacali).oej1-5/+11
2006-01-24Importing rev #8537 from 1.2, never send response to ACK (issue #6308)oej1-2/+4
2006-01-24- Report SIP reload in manager (issue 5742 with small changes)oej1-11/+27
2006-01-24- Adding doxygen commentsoej1-140/+153
2006-01-23Remove redundant default default/global settings from declaration, settings a...oej1-34/+35
2006-01-23Remove more unused defines.oej1-3/+0
2006-01-23Doxygen updatesoej1-17/+16
2006-01-23Finally removing SIPDUMPER that hasn't been used for ages. If anyone needs th...oej1-1/+0
2006-01-23- Change "call" to "dialog" where use of "call" is confusing, since it may be...oej1-23/+25
2006-01-23- Debug output fixesoej1-5/+9
2006-01-23Doxygen updateoej1-4/+6
2006-01-23Re-instate sip_addheader() while waiting for a dialplan function. (Issue 6317)oej1-0/+47
2006-01-23- Adding some white space from my white space reservoir oej1-183/+182
2006-01-22eliminate some compiler warningsrussell1-2/+2
2006-01-22 Correct some scenarios where CALL_LIMIT could not be getting adjusted proper...bweschke1-1/+5