summaryrefslogtreecommitdiff
path: root/channels
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-07Send call release with unallocated cause instead of normal call clearing, whenTilghman 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-06put ifdef protection around the rest of the libpri function calls that were a...Kevin P. Fleming
2008-11-05Make compilation of chan_dahdi so that it does not require the new pri_progre...Matthew Fredrickson
2008-11-05Add AgentLogin(), AgentMonitorOutgoing() applications andEliel C. Sardanons
2008-11-04Introduce a new API call ast_channel_search_locked, which iterates through theSean Bright
2008-11-04Switch to using a thread condition to signal that a child thread is ready forTilghman Lesher
2008-11-04Merged revisions 154365 via svnmerge from Tilghman Lesher
2008-11-04Merged revisions 154266 via svnmerge from Richard Mudgett
2008-11-04Recorded merge of revisions 154263 via svnmerge from Tilghman Lesher
2008-11-04Allow devices that accept dialog-info+xml (like snoms) to get the Caller ID ofSean Bright
2008-11-04improve configure script to remember the previous value of each dependency in...Kevin P. Fleming
2008-11-04Add XML documentation for:Eliel C. Sardanons
2008-11-03Adding a separation of remote authentication and our authentication.Olle Johansson
2008-11-03Add XML documentation for:Eliel C. Sardanons
2008-11-03Add XML documentation for:Eliel C. Sardanons
2008-11-02fix one more warning missed because i did not have new enough libpri installedKevin P. Fleming
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-02Add IAX2Provision() application XML documentation.Eliel C. Sardanons
2008-11-02There is a troublesome assert() in the alsa/control.h header that causesSean Bright
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-30Merged revisions 152958 via svnmerge from Tilghman Lesher
2008-10-30Merged revisions 152922 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-30fix a few small things found by using sparseKevin P. Fleming
2008-10-29Merged revisions 152539 via svnmerge from Russell Bryant
2008-10-28Only re-add the io port if it was closed, otherwise reload causes a memoryTilghman Lesher
2008-10-27Merged revisions 152286 via svnmerge from Jeff Peeler
2008-10-27Merged revisions 152215 via svnmerge from Tilghman Lesher
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-22Change some logical ands to bitwise ands and addMark Michelson
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