LdapTools\Utilities\DialInData::getCallbackPhoneNumber PHP Method

getCallbackPhoneNumber() public method

Get the CallbackPhoneNumber as a hex value. The encoding process for this value is currently unknown.
public getCallbackPhoneNumber ( ) : string
return string
    public function getCallbackPhoneNumber()
    {
        return $this->callbackPhoneNumber;
    }