Caller ID support under CAS is a little different. First of all, both the Called ID and Caller ID are sent as a single, long string of digits. These should ALL be received in the Called ID in your TeleFlow application. (Basically, the DNIS string is extended to include the ANI string)
<br>
<br>Typically, you will be provided with a string something like this:
<br>*CalledID*CallerID*
<br>You then need to write a parser in your TeleFlow application to break the called id and caller id into separate TeleFlow variables, to do with them what you wish in the application.
<br>
<br>This assumes that your Telco sends this. They will sometimes state that they do not support CallerID under CAS/RBS. If this is the case, you would have to switch to using only ISDN.
|