YaST2 Developers Documentation: phone-services

phone-services

modules/Answering_machine.ycp
Configuration of a phone answering machine

This module has an unstable interface.

Imports

  • Package
  • Users
  • UsersCache

Global Variables

Global Functions

Local Variables

global aconfig -> map<string,map>

All Answering machine configured user data

global gconfig -> map<string,string>

All Answering machine global settings

global modified -> boolean

Data was modified?

global users -> list

List of available users

local aconfig_init -> map<string,map>

All configurations read at the start

local conf_file -> string

config file location

local need_pkgs -> list<string>

needed packages

global Read () -> boolean

Read config settings

Return value:
true if success
global Write () -> boolean

Write answering_machine settings and apply changes

Return value:
true if success