summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2008-10-26Trying to fix the user/peer matching correctly. This will need some testing b...Olle Johansson
2008-10-26Moving more variables to the sip_cfg structure, as I have some future ideas f...Olle Johansson
2008-10-26Doxygen changes and some formatting.Olle Johansson
2008-10-23Adding a small new feature. Olle Johansson
2008-10-22 revert the changes in issue #13705 - it's being re-opened as while the resul...BJ Weschke
2008-10-22Print out the right var in the log messageRussell Bryant
2008-10-22Fix this check to use the proper variable (the result from get_in_brackets)Russell Bryant
2008-10-22The logic of a strncasecmp call was reversed.Mark Michelson
2008-10-21Make the sip_standard_port function more granular by allowing separateMark Michelson
2008-10-21Get this compiling in dev-modeMark Michelson
2008-10-21If a peer uses any transport other than UDP, then MWI willMark Michelson
2008-10-21When attempting to resolve hostnames, we need to be sureMark Michelson
2008-10-21 Fix configuration parsing so type=friend still identifies "friend" as a peer...BJ Weschke
2008-10-19cleaup of the TCP/TLS socket API:Kevin P. Fleming
2008-10-19Adding changes from train and flight back home from SIPit23 in Lannion, France.Olle Johansson
2008-10-17Adding some additional thoughts on configuration changes to TCP/TLSOlle Johansson
2008-10-17After a long discussion on #asterisk-bugs, it seems kind ofMark Michelson
2008-10-16INVITES with proxy auth were sent with a different branchMark Michelson
2008-10-16ensure that type=peer entries are only matched on IP/port, not on name (after...Kevin P. Fleming
2008-10-16Doxygen additionOlle Johansson
2008-10-16Add some notes on problems with the TCP/TLS implementationOlle Johansson
2008-10-16return this logic to where it used to be, *after* the dialog->needdestroy fla...Kevin P. Fleming
2008-10-16some additional debugging tools added at SIPit23:Kevin P. Fleming
2008-10-15Make the sip_proxy struct reference counted. This isMark Michelson
2008-10-15Adding a note about a missing part of "kill-the-user" - I got lost in the Ao2...Olle Johansson
2008-10-15Merged revisions 149452 via svnmerge from Kevin P. Fleming
2008-10-15Fixing sytax errors ;-)Olle Johansson
2008-10-14Merged revisions 149266 via svnmerge from Mark Michelson
2008-10-14Merged revisions 149207 via svnmerge from Mark Michelson
2008-10-14Add additional memory debugging to several core APIs, and fix several memoryTilghman Lesher
2008-10-14Merged revisions 149130 via svnmerge from Mark Michelson
2008-10-14Fix reference count issue that Russell brought up in SIP MWI NOTIFY support. ...Joshua Colp
2008-10-14fix some references to the owner of a private structure that may not be presentKevin P. Fleming
2008-10-14this structure should be staticKevin P. Fleming
2008-10-14ensure that *all* fields in the req structure are cleared out before reusing ...Kevin P. Fleming
2008-10-14Adding some clarificationsOlle Johansson
2008-10-13- Doxygen formatting. (tss tss)Olle Johansson
2008-10-13Highlightning even more bugs in the current tcp/tls implementation.Olle Johansson
2008-10-13Sending a 403 after a 200 is considered very bad.Olle Johansson
2008-10-10The logic used when checking a peer got changed subtlyMark Michelson
2008-10-10Make sure that the inUse and inRinging fields for Mark Michelson
2008-10-09Add support for subscribing to a voice mailbox on a remote SIP server and mak...Joshua Colp
2008-10-07A blind transfer to the parking thread would cause a segfault because copy_re...Terry Wilson
2008-10-06Merged revisions 146799 via svnmerge from Tilghman Lesher
2008-10-05Recorded merge of revisions 146448 via svnmerge from Jason Parker
2008-09-30(closes issue #13337)Jeff Peeler
2008-09-30Add support for call pickup on Snom phones. Asterisk now includes a magicRussell Bryant
2008-09-23Fix a conflict in flag valuesMark Michelson
2008-09-23When a promiscuous redirect contained both a user andMark Michelson
2008-09-18Merged revisions 143534 via svnmerge from Steve Murphy