summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2008-11-25This is basically a complete rollback of r155401, as it was determined thatSean Bright
2008-11-23If you enabled 'notifycid' one of the limitations is that the calling channelSean Bright
2008-11-23No need to use a separate structure for this since we can just passSean Bright
2008-11-21Add fix to prevent crash during reload if there is an outstanding MWI registr...Doug Bailey
2008-11-21Use a more expressive constant for a 64-bit scanned intMark Michelson
2008-11-21Use some magic constants to get the right sizeMark Michelson
2008-11-21Fix the build for 32-bit systems. %lu is only 32-bitsMark Michelson
2008-11-20Change the remote user agent session version variableMark Michelson
2008-11-20Merged revisions 158072 via svnmerge from Mark Michelson
2008-11-20Merged revisions 158071 via svnmerge from Mark Michelson
2008-11-20Merged revisions 158053 via svnmerge from Mark Michelson
2008-11-18Merged revisions 157503 via svnmerge from Mark Michelson
2008-11-18Based on Russell's advice on the asterisk-dev list, I haveMark Michelson
2008-11-18* Add a lock to be used in the update_call_counter function.Mark Michelson
2008-11-15Fix a few more places where the case insensitive hash should be used sinceRussell Bryant
2008-11-14Revision 155513 of chan_sip.c in trunk inadvertently Mark Michelson
2008-11-12This commit does two things:Michiel van Baak
2008-11-11Remove commentary from the issues list for SIP TCP/TLSRussell Bryant
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