[asterisk-commits] kpfleming: trunk r43363 - /trunk/UPGRADE.txt
    asterisk-commits at lists.digium.com 
    asterisk-commits at lists.digium.com
       
    Wed Sep 20 13:36:19 MST 2006
    
    
  
Author: kpfleming
Date: Wed Sep 20 15:36:19 2006
New Revision: 43363
URL: http://svn.digium.com/view/asterisk?rev=43363&view=rev
Log:
add a warning about name changes on some API calls
Modified:
    trunk/UPGRADE.txt
Modified: trunk/UPGRADE.txt
URL: http://svn.digium.com/view/asterisk/trunk/UPGRADE.txt?rev=43363&r1=43362&r2=43363&view=diff
==============================================================================
--- trunk/UPGRADE.txt (original)
+++ trunk/UPGRADE.txt Wed Sep 20 15:36:19 2006
@@ -414,3 +414,11 @@
   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.
    
    
More information about the asterisk-commits
mailing list