aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-08Fix typomarkster1-1/+1
2003-09-08Fix "potential" deadlock and make not-a-deadlockmarkster1-23/+17
2003-09-08BSD portability enhancements (bug #234)markster1-2/+2
2003-09-05Add restrictcid=[yes|no] for chan_zap and chan_sip. You can specify if the si...martinp1-0/+12
2003-09-04Take URI from responses (bug #215)markster1-0/+1
2003-08-25Actually use the "get_also" functionmarkster1-1/+1
2003-08-25First pass at BYE/Also transfermarkster1-2/+64
2003-08-24Make sipdebug default to 0markster1-1/+1
2003-08-24Make SIP registration persistent (bug #159)markster1-11/+52
2003-08-24Enable Asterisk to register with itself (with authentication)markster1-12/+12
2003-08-24Send registration info on 407 toomarkster1-1/+8
2003-08-24Use URI in sip, update chan_vpbmarkster1-17/+41
2003-08-23Fix call pickup with SIPmarkster1-14/+15
2003-08-22Store password for later authentication needsmarkster1-0/+2
2003-08-22Use "domain" instead of "uri" if suppliedmarkster1-2/+17
2003-08-22Minor fixmarkster1-4/+6
2003-08-22Reliably transmit BYE alwaysmarkster1-3/+3
2003-08-22Small changes that could be usefulmarkster1-3/+9
2003-08-21Never create do initreq with BYEmarkster1-3/+3
2003-08-21Don't actually destroy in handle_requestmarkster1-5/+3
2003-08-21In some cases, no need for an initreqprepmarkster1-12/+17
2003-08-21Only suggest destroymarkster1-7/+3
2003-08-21Prefer bind address if specified over our actual route addressmarkster1-7/+15
2003-08-20Only half-ack provisional responsesmarkster1-3/+26
2003-08-20Check for 407 on both outbound and non-outbound callsmarkster1-11/+19
2003-08-20First attempt at fixing bug #131 (authenticate BYE)markster1-6/+11
2003-08-18Uh, don't lockmarkster1-2/+2
2003-08-18If we can't transfer, be sure we hangupmarkster1-0/+4
2003-08-16Show the names of the codecs instead of the numbers (bug #92)martinp1-5/+5
2003-08-15Don't lock when soft hanging upmarkster1-2/+2
2003-08-15Make sure strncat is > 0markster1-1/+5
2003-08-15Asterisk:markster1-0/+3
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksmarkster1-142/+146
2003-08-12Fix typomarkster1-2/+3
2003-08-12Add optional pedantic SIP checkingmarkster1-14/+49
2003-08-10Handle 501 rightmarkster1-1/+6
2003-07-30Fix TOS bit in SIP when verbose < 2, add support for mgcp TOS bitsmarkster1-5/+4
2003-07-30Small SIP simplificationmarkster1-3/+1
2003-07-30If local user not found, allow call to passmarkster1-1/+2
2003-07-26Revision to SIPmarkster1-12/+53
2003-07-26Add per-user limits to chan_sipmarkster1-8/+65
2003-07-24Merge Matteo's INFO patchmarkster1-7/+19
2003-07-22Fix two little thingsmartinp1-2/+2
2003-07-17Minor fix for cid namemarkster1-2/+2
2003-07-15Fix a segfault with the calls that need to register with the remote gateway (...martinp1-0/+3
2003-06-29Default to allowing H.263 but not H.261markster1-1/+1
2003-06-28Properly handle broken up packetsmarkster1-4/+3
2003-06-28Add SIP/RTP video support, video enable app_echo, start on RTCPmarkster1-66/+229
2003-06-25Turn off moh on SIP transfermarkster1-1/+3
2003-06-24Make names more rationalmarkster1-3/+14