aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_osp.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+3
2005-10-04support call duration limits on inbound OSP calls (issue #5346)kpfleming1-61/+62
2005-09-14use API call for setting call time limit (issue #5227)kpfleming1-3/+1
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+16
2005-09-14add token format specification support (issue #5199)kpfleming1-4/+27
2005-09-02ensure that OSP-provided call duration limit is honored (issue #5099)kpfleming1-0/+3
2005-09-01don't send OSP tokens do devices that are not OSP aware (issue #5093)kpfleming1-2/+14
2005-09-01send the correct Call-ID when using OSP (issue #5095)kpfleming1-9/+12
2005-07-10more ast_copy_string conversionsrussell1-17/+17
2005-06-20Fix OSP stuffmarkster1-6/+6
2005-06-06more file version tagskpfleming1-13/+15
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...kpfleming1-4/+4
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-19/+19
2005-01-25Merge config updates (bug #3406)markster1-2/+2
2005-01-21update copyright headers for 2005russell1-1/+1
2005-01-05Merge OSP updates from matt nicholson (with changes)markster1-6/+27
2004-10-22Fix minor OSP issuemarkster1-1/+1
2004-09-07Changes from Dimitri for OSP codes, minor bugletsmattf1-1/+3
2004-07-14Merge remaining audit patch (save dlfcn.c)markster1-17/+17
2004-06-30Use INET_ADDRLEN (bug #1956) (from airport!)markster1-4/+4
2004-06-29Display invalid extension when there is one, fix minor OSP typo, Don't send 2...markster1-1/+1
2004-06-29Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ast_inet_ntoa...markster1-1/+1
2004-06-25Add sample config file, implement verificationmarkster1-0/+61
2004-06-25Small outgoing OSP cleanupsmarkster1-0/+12
2004-06-25Add outgoing OSP support (SIP only at this point)markster1-0/+736