summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1b71f3b)
raw | patch | inline | side by side (parent: 1b71f3b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 6 Apr 2010 15:12:34 +0000 (15:12 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 6 Apr 2010 15:12:34 +0000 (15:12 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@17489 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc | patch | blob | history |
diff --git a/gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc b/gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc
index a217529071a629fdd78460711bd43f3fb7d7560c..16b93b674f8aa26c07082671d98c949be1224335 100644 (file)
var $goFonHomeServers = array(); // Contains all available server configurations
var $context = "default";
- var $sip_contexts = "default";
+ var $sip_contexts = array();
var $voice_context = "default";
- var $voicemail_contexts = "default";
+ var $voicemail_contexts = array();
/* attribute list for save action */
var $CopyPasteVars = array("phoneNumbers","macroarray","macrostillavailable"/*"phoneNumbers" -Reset- */,
$string = $paras['default'];
$string=preg_replace("/%uid/i",$this->uid,$string);
+ $string=preg_replace("/%pager/i",$this->pager,$string);
+ $string=preg_replace("/%context/i",$this->context,$string);
+ $string=preg_replace("/%voicemailcontext/i",$this->voice_context,$string);
if(isset($this->cn)){
$string=preg_replace("/%cn/i",$this->cn,$string);