summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-04Allow devices that accept dialog-info+xml (like snoms) to get the Caller ID ofSean Bright
2008-11-04Fix build errors.Sean 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-03Merged revisions 154066 via svnmerge from Tilghman Lesher
2008-11-03Merged revisions 154060 via svnmerge from Tilghman Lesher
2008-11-03Should have passed the string pointer, not the ast_str structure.Tilghman Lesher
2008-11-03Updating docsOlle Johansson
2008-11-03Add LOCAL() function XML documentation.Eliel C. Sardanons
2008-11-03Spaces to replace tabs...Olle Johansson
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-03when --without-<foo> is passed to the configure script, explicitly inform men...Kevin P. Fleming
2008-11-03Add XML documentation for:Eliel C. Sardanons
2008-11-02instead of trying to forcibly load res_agi when app_stack is loaded (even if ...Kevin P. Fleming
2008-11-02Merged revisions 153651 via svnmerge from Russell Bryant
2008-11-02fix one more warning missed because i did not have new enough libpri installedKevin P. Fleming
2008-11-02fix small bug introduced while cleaning up compiler warningsKevin P. Fleming
2008-11-02mark this revision as merged manuallyKevin 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-02validate-docs is a PHONY targetRussell Bryant
2008-11-02Add a handy makefile target so that you can validate the documentation agains...Russell Bryant
2008-11-02Modify the Makefile logic for extracting documentation.Russell Bryant
2008-11-02Add Flash() application XML documentation.Eliel C. Sardanons
2008-11-02Fix a typo in the name of the application.Eliel C. Sardanons
2008-11-02There is a troublesome assert() in the alsa/control.h header that causesSean Bright
2008-11-02Another little one.Sean Bright
2008-11-02fix a typo (thanks sean)Russell Bryant
2008-11-02Fix various spelling and grammatical issues in documentationRussell Bryant
2008-11-02 - Use a for loop instead of a while loopRussell Bryant
2008-11-02Instead of doing a couple of strlen() calls each iteration of the loop, only ...Russell Bryant
2008-11-01Don't ignore the result of find_peer() when looking for a peer by IP in check...Russell Bryant
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-11-01Ensure that the sip_pvt properly has its refcount incremented when the schedu...Russell Bryant
2008-11-01The default in chan_sip for notifyringing is yes, so update the sampleSean Bright
2008-10-31* Fixed timeout logic in the dialing API as setting timeoutsMark Michelson
2008-10-31Recent CDR fixes moved execution of the 'h' exten into the bridging code, so ...Terry Wilson
2008-10-31Failover for func_odbc, allowing an INSERT query to be performed when the UPD...Tilghman Lesher
2008-10-31Merged revisions 153114 via svnmerge from Tilghman Lesher
2008-10-31Use the ast_str API call to reset the string instead of manually editing its ...Russell Bryant
2008-10-30Merged revisions 152992 via svnmerge from Sean Bright
2008-10-30Add a todo for a new timing API implementation that would work for Linux systemsRussell Bryant
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-30Fix a bug in AST_SCHED_REPLACE_UNREF(). The reference count of the objectRussell Bryant
2008-10-30I just noticed this construct and thought it wasMark Michelson