aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2003-10-21Okay, '*' and '#' are still okay in INFO messagesmarkster1-1/+6
2003-10-21Minor typo fixmarkster1-1/+1
2003-10-15In the SIP -> SIP if the called party disconnects with 486 make sure that the...martinp1-15/+32
2003-10-15Actually add md5secret option to CVS (bug #288)markster1-7/+27
2003-10-12Properly strip "from" linemarkster1-0/+3
2003-10-10Strip "sip:" from calleridmarkster1-3/+8
2003-10-10Fix typomarkster1-1/+1
2003-10-09Consider "from" when getting destination (bug #368)markster1-2/+10
2003-10-06Increase sizes in SIP (bug #352)markster1-4/+4
2003-10-02Make sip show channel display a given callid when only partly specifiedmarkster1-4/+5
2003-10-01Add 486 message (SIP) to 17 cause (PRI) translation when you call Dial app an...martinp1-0/+16
2003-10-01Check registry carefully before unlinkingmarkster1-1/+8
2003-10-01Fix leaking sip channelsmarkster1-3/+3
2003-10-01Fix SIP for outbound toomarkster1-0/+1
2003-09-30Add sayunixtime, chan_sip updates for codec negotiationmarkster1-2/+2
2003-09-30Destroy channels on BYE when no owner is presentmarkster1-0/+2
2003-09-27Fix counter in SIP (bug #291)markster1-0/+5
2003-09-26Fix capability lookup failuremarkster1-0/+1
2003-09-25Keep voicemail from segging on a permissions problem (bug #245)markster1-10/+14
2003-09-17Fix deadlock pointed to by Martinmarkster1-2/+2
2003-09-13Outgoing limit updates (bug #98)markster1-31/+80
2003-09-13Add extended Matching functionality (bug #97)markster1-1/+2
2003-09-11Add SIPDtmfMode applicationmartinp1-1/+28
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