public interface PhoneNumber
Provides an abstraction of a phone number. This allows different PBX's to
store the phone numbers in a way that may be specific to the pbx.
In general most PBX's there is no need for a special abstraction, however
using the interface just makes the code clearer that we are passing a phone
number.
- Author:
- bsutton