aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-25This is basically a complete rollback of r155401, as it was determined thatseanbright1-27/+27
2008-11-23If you enabled 'notifycid' one of the limitations is that the calling channelseanbright1-5/+19
2008-11-23No need to use a separate structure for this since we can just passseanbright1-15/+4
2008-11-21Add fix to prevent crash during reload if there is an outstanding MWI registr...dbailey1-0/+4
2008-11-21Use a more expressive constant for a 64-bit scanned intmmichelson1-1/+1
2008-11-21Use some magic constants to get the right sizemmichelson1-1/+1
2008-11-21Fix the build for 32-bit systems. %lu is only 32-bitsmmichelson1-1/+1
2008-11-20Change the remote user agent session version variablemmichelson1-3/+3
2008-11-20Merged revisions 158072 via svnmerge from mmichelson1-1/+1
2008-11-20Merged revisions 158071 via svnmerge from mmichelson1-0/+14
2008-11-20Merged revisions 158053 via svnmerge from mmichelson1-1/+4
2008-11-18Merged revisions 157503 via svnmerge from mmichelson1-0/+3
2008-11-18Based on Russell's advice on the asterisk-dev list, I havemmichelson1-16/+26
2008-11-18* Add a lock to be used in the update_call_counter function.mmichelson1-17/+49
2008-11-15Fix a few more places where the case insensitive hash should be used sincerussell1-2/+2
2008-11-14Revision 155513 of chan_sip.c in trunk inadvertently mmichelson1-0/+1
2008-11-12This commit does two things:mvanbaak1-33/+1
2008-11-11Remove commentary from the issues list for SIP TCP/TLSrussell1-12/+3
2008-11-09In order to move away from nested function use, some changes to the recently ...seanbright1-30/+41
2008-11-08 - Check for failure when putting the packet in the ast_strrussell1-2/+8
2008-11-08Remove some code that is basically a no-op. Code above this already ensures ...russell1-6/+0
2008-11-07Set the invite state to INV_CANCELLED in a place thatmmichelson1-1/+1
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromseanbright1-29/+29
2008-11-07Merged revisions 155398 via svnmerge from tilghman1-1/+1
2008-11-07stringfields conversion for struct sip_peer, as requested :-)kpfleming1-69/+86
2008-11-07Remove a bogus ast_free() that Kevin noticed. This was probably just left over russell1-1/+0
2008-11-07Fix some code in chan_sip that was intended to unlink multiple objects from arussell1-5/+8
2008-11-04Introduce a new API call ast_channel_search_locked, which iterates through theseanbright1-12/+14
2008-11-04Allow devices that accept dialog-info+xml (like snoms) to get the Caller ID ofseanbright1-6/+33
2008-11-03Adding a separation of remote authentication and our authentication.oej1-6/+15
2008-11-03Add XML documentation for:eliel1-62/+178
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-2/+3
2008-11-01Don't ignore the result of find_peer() when looking for a peer by IP in check...russell1-1/+1
2008-11-01Ensure that the sip_pvt properly has its refcount incremented when the schedu...russell1-17/+33
2008-10-31Merged revisions 153114 via svnmerge from tilghman1-0/+8
2008-10-30Fix the sip_peer reference count with respect to scheduler entries forrussell1-19/+38
2008-10-30Fix the sip_peer reference count with respect to scheduler entries forrussell1-12/+28
2008-10-30I just noticed this construct and thought it wasmmichelson1-10/+1
2008-10-30Modify the documentation of the sip_registry structrussell1-7/+9
2008-10-29Merged revisions 152539 via svnmerge from russell1-1/+1
2008-10-26Trying to fix the user/peer matching correctly. This will need some testing b...oej1-21/+42
2008-10-26Moving more variables to the sip_cfg structure, as I have some future ideas f...oej1-102/+109
2008-10-26Doxygen changes and some formatting.oej1-30/+30
2008-10-23Adding a small new feature. oej1-0/+2
2008-10-22 revert the changes in issue #13705 - it's being re-opened as while the resul...bweschke1-1/+1
2008-10-22Print out the right var in the log messagerussell1-1/+1
2008-10-22Fix this check to use the proper variable (the result from get_in_brackets)russell1-1/+1
2008-10-22The logic of a strncasecmp call was reversed.mmichelson1-1/+1
2008-10-21Make the sip_standard_port function more granular by allowing separatemmichelson1-12/+21
2008-10-21Get this compiling in dev-modemmichelson1-1/+1