aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2008-11-12Merged revisions 156229 via svnmerge from tilghman1-3/+27
2008-11-12This commit does two things:mvanbaak3-91/+3
2008-11-11Remove commentary from the issues list for SIP TCP/TLSrussell1-12/+3
2008-11-10Merged revisions 155861 via svnmerge from mmichelson1-3/+9
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 fromseanbright3-52/+52
2008-11-07Merged revisions 155398 via svnmerge from tilghman1-1/+1
2008-11-07Send call release with unallocated cause instead of normal call clearing, whentilghman1-1/+2
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-06put ifdef protection around the rest of the libpri function calls that were a...kpfleming1-2/+12
2008-11-05Make compilation of chan_dahdi so that it does not require the new pri_progre...mattf1-0/+12
2008-11-05Add AgentLogin(), AgentMonitorOutgoing() applications andeliel1-40/+103
2008-11-04Introduce a new API call ast_channel_search_locked, which iterates through theseanbright1-12/+14
2008-11-04Switch to using a thread condition to signal that a child thread is ready fortilghman1-5/+17
2008-11-04Merged revisions 154365 via svnmerge from tilghman1-0/+9
2008-11-04Merged revisions 154266 via svnmerge from rmudgett1-1/+1
2008-11-04Recorded merge of revisions 154263 via svnmerge from tilghman2-4/+3
2008-11-04Allow devices that accept dialog-info+xml (like snoms) to get the Caller ID ofseanbright1-6/+33
2008-11-04improve configure script to remember the previous value of each dependency in...kpfleming4-4/+4
2008-11-04Add XML documentation for:eliel1-16/+37
2008-11-03Adding a separation of remote authentication and our authentication.oej1-6/+15
2008-11-03Add XML documentation for:eliel1-18/+64
2008-11-03Add XML documentation for:eliel1-62/+178
2008-11-02fix one more warning missed because i did not have new enough libpri installedkpfleming1-1/+3
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming5-15/+32
2008-11-02Add IAX2Provision() application XML documentation.eliel1-6/+19
2008-11-02There is a troublesome assert() in the alsa/control.h header that causesseanbright1-0/+1
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-30Merged revisions 152958 via svnmerge from tilghman1-3/+4
2008-10-30Merged revisions 152922 via svnmerge from tilghman1-0/+1
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-30fix a few small things found by using sparsekpfleming3-12/+23
2008-10-29Merged revisions 152539 via svnmerge from russell1-1/+1
2008-10-28Only re-add the io port if it was closed, otherwise reload causes a memorytilghman1-1/+2
2008-10-27Merged revisions 152286 via svnmerge from jpeeler1-2/+0
2008-10-27Merged revisions 152215 via svnmerge from tilghman1-0/+4
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