![]() |
BillMax Billing Solutions 877.245.5629 sales@billmax.com |
BillMax_DatacallPut — Insert or update a Datacall record in the datacall table
#include "billmax.h"
int BillMax_DatacallPut(dp);DATACALL *dp;
If values of dp->callnum, dp->username and dp->termip all match datacall.callnum, datacall.username and datacall.termip respectively in a single record in datacall table, then that record is updated with the values in DATACALL structure. Otherwise a new record is inserted with the values in DATACALL structure.
The data for inserting or updating a record in datacall table. See DATACALL structure.