Value of Last Caller if not in table

General HouseBot discussion. Any issues that don't fit into any of the other topics belong here.
Post Reply
kbosscawen
Member
Posts: 71
Joined: Thu Jul 03, 2003 8:53 am
Location: Raleigh, NC
Contact:

Value of Last Caller if not in table

Post by kbosscawen »

Within a task I want to check to see if a caller is in the CID table defined in the Modem/Phone Status HW module. What value does the module put in the Phone Line Status' Last Caller property if there isn't a name associated with the number calling? If it's NULL, how would I check for that value from a task?
ScottBot
Site Admin
Posts: 2806
Joined: Thu Feb 13, 2003 6:46 pm
Location: Georgia (USA)
Contact:

Post by ScottBot »

If it can't find a number matching the number calling in the CID table, it will use the name passed in the CID info.



Tasks can't really check for NULL or even empty strings. You could use a VB Script that is run by a Task to test the strings for NULL.
Scott
Post Reply