aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-20 20:36:19 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-20 20:36:19 +0000
commit9a47f6702095e34ea993fdbebe7e7a7736b8d5f1 (patch)
tree6a5bb4dc0d56245fb3500d9b6926e934b20d028d /UPGRADE.txt
parent44de6099864b0e6d9ce416a23b8c7cb59f082a00 (diff)
add a warning about name changes on some API calls
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43363 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 97be64fc9..b66ee5dfa 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -414,3 +414,11 @@ CDR Records:
channel drivers set ANI. If you would like to change the callerid number
on the channel from the dialplan and have that change also show up in the
CDR, then you *must* set CALLERID(ANI) as well as CALLERID(num).
+
+API:
+
+* There are some API functions that were not previously prefixed with the 'ast_'
+ prefix but now are; these include the ADSI, ODBC and AGI interfaces. If you
+ have a module that uses the services provided by res_adsi, res_odbc, or
+ res_agi, you will need to add ast_ prefixes to the functions that you call
+ from those modules.