Notes for Team 5

(From September 25 meeting with Prof. Keshav)

Remarks

Questions

  1. Do we have to worry about user authentication? Yes, to some extent.
  2. What are user names? Use email address form (x@a.b.c.) because SIP protocol will be used in this project, and that is the basic name in SIP.
  3. What is a stub? It is a function call with whatever parameters you have decided on, then when called will put data into a packet, and send it to the billing system.
  4. Where do we get a secure database? JDBC is easy to use; you can access the ACCESS database from NT machines.
  5. Should billing provide hooks for other people to use? Yes, good idea.