poddaa.blogg.se

Telephone bill project in c
Telephone bill project in c





telephone bill project in c

"timestamp": // The timestamp of when the event occured "type": // Indicate if it's a call "start" or "end" record While the phone number can be composed of 8 or 9 digits. The area code is always composed of two digits The phone number format is AAXXXXXXXXX, where AA is the area code and The Call End Record has the same information excepting origin and destination phone number: The phone number receiving the call.origin phone number: The subscriber phone number that originated the.call identifier: Unique for each call record pair.record timestamp: The timestamp of when the event occured.record type: Indicate if it's a call start or end record.To get all information of a telephone call you should use the There are two call detailed record types: Call Start Record and CallĮnd Record. This application must provide a HTTP REST API to attend the Have flexibility in receiving information to avoid record loss or inconsistency. That said it's not safe to believe in received data correctness,Ĭonsistency nor expect some order in their requests. Some of them have weird behaviours when something There are a plenty of telecommunications platform technologies that willĬonsume this application.

telephone bill project in c

You should implement an application that receives call detail recordsĪnd calculates monthly bills for a given telephone number.







Telephone bill project in c