All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.asteriskjava.pbx.PhoneNumber Maven / Gradle / Ivy

The newest version!
package org.asteriskjava.pbx;

/**
 * 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 */ public interface PhoneNumber { // TODO }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy