aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_osp.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-30Updates from transnexus to osplookup, removes res_ospmogorman1-1114/+0
2006-06-15ast_calloc already reports out of memory conditions (issue 7343)tilghman1-1/+0
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-3/+10
2006-04-14partial fix of the module API to use the new method.rizzo1-10/+15
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-07Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c oej1-660/+894
2006-02-22merge rizzo's patch to make compiler warnings stop the build, and fix a bunch...kpfleming1-1/+1
2006-01-22eliminate some compiler warningsrussell1-1/+1
2006-01-21- conversions to allocation wrappersrussell1-4/+1
2006-01-04Issue #5952: Add destination protocol information to res_osp (homesick)oej1-71/+55
2005-12-30update doxygen docs to specify authorsrussell1-1/+3
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...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