summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2008-12-15Revert ast_str opacity in chan_sip for now, since something wasn't quite rightTilghman Lesher
2008-12-15Merged revisions 164350 via svnmerge from Joshua Colp
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-12Rename a number of tcptls_session variables. There are no functional changes...Russell Bryant
2008-12-12Fix a small race condition in sip_tcp_locate().Russell Bryant
2008-12-12Resolve crashes when using SIP TCP/TLS with qualify.Russell Bryant
2008-12-12When a device registers we need to unlink them (if linked) from the peers_by_...Joshua Colp
2008-12-12Since chan_sip is callback devicestate driven do not pass in actual states, p...Joshua Colp
2008-12-11When a device registers to use it is entirely possible that they may be in us...Joshua Colp
2008-12-10Merged revisions 162804 via svnmerge from Joshua Colp
2008-12-10Merged revisions 162738 via svnmerge from Joshua Colp
2008-12-10Merged revisions 162663 via svnmerge from Mark Michelson
2008-12-10When transmitting a register set the socket port to the local one for the tra...Joshua Colp
2008-12-08Merged revisions 161725 via svnmerge from Joshua Colp
2008-12-08Fix a crash that can occur on a transfer in chan_sip when attempting to collectMatthew Nicholson
2008-12-08Add the ability to play a courtesy tone to the transfer target in a native SI...Terry Wilson
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-12-04If 'faxdetect=yes' in sip.conf, switch to a 'fax' extension (if it exists) af...Dwayne M. Hubbard
2008-12-03Merged revisions 160480 via svnmerge from Tilghman Lesher
2008-12-02Merged revisions 160297 via svnmerge from Tilghman Lesher
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
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