aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2003-04-11Only consider a RINGOFFHOOK as "UP" when a call is outgoingmarkster1-1/+1
2003-04-11Fix double transfer bugmarkster1-1/+0
2003-04-10Merge and edit Nick's dial supportmarkster1-1/+29
2003-04-10Ignore ;user=phone on registermarkster1-0/+5
2003-04-09Parse initial requestmarkster1-0/+1
2003-04-09Don't ACK on anything but INVITEmarkster1-1/+3
2003-04-09Add missing "Contact" line to Registermarkster1-0/+1
2003-04-09Allow "fromuser" option and don't append port number if it's specified (you c...markster1-1/+10
2003-04-09Fix SIP registration (I hope)markster1-27/+59
2003-04-09Clear out old callmarkster1-1/+3
2003-04-09First pass at fixing REGISTER functionality under SIPmarkster1-42/+64
2003-04-09Fix potential hangup issuesmarkster1-2/+4
2003-04-09fix silly typojeremy1-1/+1
2003-04-09Don't send 180 "Ringing" after 183 Session Progresmarkster1-2/+6
2003-04-09Minor chan_nbs fixmarkster1-3/+5
2003-04-09Check authentication before destinationmarkster1-16/+15
2003-04-09Implement call pickup on SIP, override context if appropriatemarkster2-110/+79
2003-04-08Make all address comparisons explicitmarkster2-11/+11
2003-04-08Send empty voice frame on 183 session progressmarkster1-3/+11
2003-04-08Always ack packetsmarkster1-2/+2
2003-04-08d'oh! make it so you can acutally use other ports than 1720jeremy2-5/+3
2003-04-08Update to 3261 branch definitionmarkster1-5/+5
2003-04-08Fix contact stuff once-and-for-all (I hope)markster1-26/+32
2003-04-08Fix peerpoke to also acknowledgemarkster1-0/+1
2003-04-08Unlink local channelsmarkster1-0/+17
2003-04-08After 404 or 484, don't send 503markster1-1/+1
2003-04-08Add expiry patch from Jimmarkster1-84/+57
2003-04-08Fix retransmission on BYEmarkster1-1/+3
2003-04-07Phone updatesmarkster1-3/+1
2003-04-07Fix phone crashmarkster1-0/+2
2003-04-07fix gatekeeper logicjeremy1-6/+3
2003-04-07Fix contact header, don't transmit BYE when INVITE are still outstandingmarkster1-52/+69
2003-04-07Provide authentication for BYE and CANCEL requestsmarkster1-43/+71
2003-04-07Various management updatesmarkster1-1/+1
2003-04-06Fix selection of tag in reqprepmarkster1-2/+2
2003-04-06Add steven's SIP updatemarkster1-24/+32
2003-04-06Merge enhanced status changes, add SIP subscribe from Andremarkster1-24/+272
2003-04-06Make call forwarding work properly by using new Local channelmarkster1-2/+0
2003-04-06Complete local channel implementationmarkster1-10/+38
2003-04-06Add "From" to registermarkster1-2/+23
2003-04-06Fix tag handling on CANCEL (and maybe others)markster1-3/+7
2003-04-06Fix chan_local build, update SIPmarkster2-3/+12
2003-04-06Try to ACK on 487 response, handle case of incoming HANGUP before 200 OKmarkster1-1/+14
2003-04-06Make fromdomain applicable at a peer basis as well as globalmarkster1-4/+11
2003-04-06Add content-length and blank header to registration request, add "fromdomain"...markster1-1/+11
2003-04-06Add preliminary chan_local, fix chan_sip to delete unknown callsmarkster3-1/+414
2003-04-05Cleanup sip_destinationmarkster1-3/+2
2003-04-05Fix a couple of non-initialization bugsmarkster1-0/+2
2003-04-05Merge Stephen Davie's record route patchesmarkster1-14/+212
2003-04-05Cleanup SIP lockingmarkster1-28/+48