summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2008-11-09In order to move away from nested function use, some changes to the recently ...Sean Bright
2008-11-08 - Check for failure when putting the packet in the ast_strRussell Bryant
2008-11-08Remove some code that is basically a no-op. Code above this already ensures ...Russell Bryant
2008-11-07Set the invite state to INV_CANCELLED in a place thatMark Michelson
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromSean Bright
2008-11-07Merged revisions 155398 via svnmerge from Tilghman Lesher
2008-11-07stringfields conversion for struct sip_peer, as requested :-)Kevin P. Fleming
2008-11-07Remove a bogus ast_free() that Kevin noticed. This was probably just left over Russell Bryant
2008-11-07Fix some code in chan_sip that was intended to unlink multiple objects from aRussell Bryant
2008-11-04Introduce a new API call ast_channel_search_locked, which iterates through theSean Bright
2008-11-04Allow devices that accept dialog-info+xml (like snoms) to get the Caller ID ofSean Bright
2008-11-03Adding a separation of remote authentication and our authentication.Olle Johansson
2008-11-03Add XML documentation for:Eliel C. Sardanons
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-11-01Don't ignore the result of find_peer() when looking for a peer by IP in check...Russell Bryant
2008-11-01Ensure that the sip_pvt properly has its refcount incremented when the schedu...Russell Bryant
2008-10-31Merged revisions 153114 via svnmerge from Tilghman Lesher
2008-10-30Fix the sip_peer reference count with respect to scheduler entries forRussell Bryant
2008-10-30Fix the sip_peer reference count with respect to scheduler entries forRussell Bryant
2008-10-30I just noticed this construct and thought it wasMark Michelson
2008-10-30Modify the documentation of the sip_registry structRussell Bryant
2008-10-29Merged revisions 152539 via svnmerge from Russell Bryant
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