aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2003-04-11Fix zombie *8# channels in SIPmarkster1-2/+11
2003-04-11Fix blind transfer with macromarkster1-1/+1
2003-04-11Fix deferred dialing on FXOmarkster1-7/+11
2003-04-11Suppress 487 message since people think it is an errormarkster1-1/+1
2003-04-11update CREDTS filemarkster1-1/+2
2003-04-11Use hostname instead of IP for sip registrationmarkster1-2/+2
2003-04-11Don't double ack subscribesmarkster1-12/+7
2003-04-11Put number in name field if name field is NULL *or* has 0 lengthmarkster1-1/+2
2003-04-11When swapping subs, queue a null frame, extend delay for hangup-on-flashmarkster2-4/+12
2003-04-11remove debugjeremy1-4/+5
2003-04-11more debugjeremy1-3/+3
2003-04-11Only do call progress on outgoing callsmarkster1-1/+2
2003-04-11add some debug for testingjeremy1-1/+4
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