Skip to content
Snippets Groups Projects
Commit cc99b224 authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

add a warning about name changes on some API calls

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43363 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 9ebd2579
Branches
Tags
No related merge requests found
......@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment