aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_osp.c
AgeCommit message (Collapse)AuthorFilesLines
2006-06-30Updates from transnexus to osplookup, removes res_ospmogorman1-1114/+0
and puts all logic into the app, documentation provided now in osp.txt. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36406 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-15ast_calloc already reports out of memory conditions (issue 7343)tilghman1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34240 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint ↵kpfleming1-4/+4
again :-) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32846 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have ↵kpfleming1-3/+10
autoconf and menuselect tools for Asterisk! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22267 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-14partial fix of the module API to use the new method.rizzo1-10/+15
Still not complete as we need to take care of the usecount stuff. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@20104 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-08since the module API is changing, it's a good time to const-ify the ↵kpfleming1-2/+2
description() and key() return values git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18552 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-07Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c oej1-660/+894
- implement all functions through internal APIs in res_osp.c and app_osplookup.c (homesick) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18369 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-22merge rizzo's patch to make compiler warnings stop the build, and fix a ↵kpfleming1-1/+1
bunch of warnings found git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10805 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-22eliminate some compiler warningsrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8443 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21- conversions to allocation wrappersrussell1-4/+1
- replace malloc/memset with ast_calloc - replace malloc/ast_copy_string with ast_strdup (based on patch from issue #6299) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8410 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-04Issue #5952: Add destination protocol information to res_osp (homesick)oej1-71/+55
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7779 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-30update doxygen docs to specify authorsrussell1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7682 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 ↵kpfleming1-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6847 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-04support call duration limits on inbound OSP calls (issue #5346)kpfleming1-61/+62
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6721 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14use API call for setting call time limit (issue #5227)kpfleming1-3/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6599 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6596 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14add token format specification support (issue #5199)kpfleming1-4/+27
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6580 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-02ensure that OSP-provided call duration limit is honored (issue #5099)kpfleming1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6512 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-01don't send OSP tokens do devices that are not OSP aware (issue #5093)kpfleming1-2/+14
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6493 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-01send the correct Call-ID when using OSP (issue #5095)kpfleming1-9/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6490 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-10more ast_copy_string conversionsrussell1-17/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6075 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-20Fix OSP stuffmarkster1-6/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5943 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06more file version tagskpfleming1-13/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5866 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-29don't use '%i' at all, since we have no current use cases that need non ↵kpfleming1-4/+4
base-10 parsing (bug #4110) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5533 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-21use double-quotes instead of angle-brackets for non-system include files ↵kpfleming1-19/+19
(bug #4058) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5490 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-25Merge config updates (bug #3406)markster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4889 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-21update copyright headers for 2005russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4868 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-05Merge OSP updates from matt nicholson (with changes)markster1-6/+27
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4674 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-22Fix minor OSP issuemarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4048 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-07Changes from Dimitri for OSP codes, minor bugletsmattf1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3744 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-14Merge remaining audit patch (save dlfcn.c)markster1-17/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3436 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-30Use INET_ADDRLEN (bug #1956) (from airport!)markster1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3364 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-29Display invalid extension when there is one, fix minor OSP typo, Don't send ↵markster1-1/+1
200 OK after 403 Forbidden on SUBSCRIBE git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3349 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-29Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ↵markster1-1/+1
ast_inet_ntoa's (but #1944) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3345 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-25Add sample config file, implement verificationmarkster1-0/+61
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3300 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-25Small outgoing OSP cleanupsmarkster1-0/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3299 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-25Add outgoing OSP support (SIP only at this point)markster1-0/+736
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3296 f38db490-d61c-443f-a65b-d21fe96a405b