aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-11-04improve configure script to remember the previous value of each dependency in...kpfleming16-36/+56
2008-11-04Add XML documentation for:eliel1-16/+37
2008-11-03Merged revisions 154066 via svnmerge from tilghman1-1/+1
2008-11-03Merged revisions 154060 via svnmerge from tilghman1-3/+3
2008-11-03Should have passed the string pointer, not the ast_str structure.tilghman1-2/+2
2008-11-03Updating docsoej1-96/+87
2008-11-03Add LOCAL() function XML documentation.eliel1-2/+17
2008-11-03Spaces to replace tabs...oej1-2/+2
2008-11-03Adding a separation of remote authentication and our authentication.oej3-8/+23
2008-11-03Add XML documentation for:eliel1-18/+64
2008-11-03Add XML documentation for:eliel1-62/+178
2008-11-03when --without-<foo> is passed to the configure script, explicitly inform men...kpfleming2-62/+245
2008-11-03Add XML documentation for:eliel4-59/+140
2008-11-02instead of trying to forcibly load res_agi when app_stack is loaded (even if ...kpfleming7-27/+96
2008-11-02Merged revisions 153651 via svnmerge from russell1-0/+1
2008-11-02fix one more warning missed because i did not have new enough libpri installedkpfleming1-1/+3
2008-11-02fix small bug introduced while cleaning up compiler warningskpfleming1-1/+1
2008-11-02mark this revision as merged manuallykpfleming0-0/+0
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming50-485/+963
2008-11-02Add IAX2Provision() application XML documentation.eliel1-6/+19
2008-11-02validate-docs is a PHONY targetrussell1-1/+1
2008-11-02Add a handy makefile target so that you can validate the documentation agains...russell4-5/+59
2008-11-02Modify the Makefile logic for extracting documentation.russell1-9/+9
2008-11-02Add Flash() application XML documentation.eliel1-10/+18
2008-11-02Fix a typo in the name of the application.eliel1-1/+1
2008-11-02There is a troublesome assert() in the alsa/control.h header that causesseanbright1-0/+1
2008-11-02Another little one.seanbright1-1/+1
2008-11-02fix a typo (thanks sean)russell1-1/+1
2008-11-02Fix various spelling and grammatical issues in documentationrussell12-15/+15
2008-11-02 - Use a for loop instead of a while looprussell1-24/+21
2008-11-02Instead of doing a couple of strlen() calls each iteration of the loop, only ...russell1-5/+12
2008-11-01Don't ignore the result of find_peer() when looking for a peer by IP in check...russell1-1/+1
2008-11-01Merge changes from team/group/appdocsxmlrussell111-2475/+8060
2008-11-01Ensure that the sip_pvt properly has its refcount incremented when the schedu...russell1-17/+33
2008-11-01The default in chan_sip for notifyringing is yes, so update the sampleseanbright1-2/+2
2008-10-31* Fixed timeout logic in the dialing API as setting timeoutsmmichelson4-14/+40
2008-10-31Recent CDR fixes moved execution of the 'h' exten into the bridging code, so ...twilson5-21/+64
2008-10-31Failover for func_odbc, allowing an INSERT query to be performed when the UPD...tilghman3-25/+92
2008-10-31Merged revisions 153114 via svnmerge from tilghman1-0/+8
2008-10-31Use the ast_str API call to reset the string instead of manually editing its ...russell1-2/+1
2008-10-30Merged revisions 152992 via svnmerge from seanbright1-1/+1
2008-10-30Add a todo for a new timing API implementation that would work for Linux systemsrussell1-0/+3
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-30Fix a bug in AST_SCHED_REPLACE_UNREF(). The reference count of the objectrussell1-2/+1
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-30 - spaces to tabsrussell1-12/+15