[Added links between ngnpro client pages Adrian Georgescu **20071122094300 Added name server property to ENUM ranges ] hunk ./provisioning/ngnpro_client_lib.phtml 134 - 'description' => 'Manage customers address, login information and properties. Use the id to group data belonging to same customers. Use % to match a pattern. ' + 'description' => 'Manage login accounts, customer information and properties. Customer id can be assigned to entities like SIP domains and ENUM ranges. Use % to match a pattern. ' hunk ./provisioning/ngnpro_client_lib.phtml 141 - 'description' => 'Manage SIP domains (e.g example.com). Use % to match a pattern. ' + 'description' => 'Manage SIP domains (e.g example.com) served by the SIP Proxy. Use % to match a pattern. ' hunk ./provisioning/ngnpro_client_lib.phtml 148 - 'description' => 'Manage SIP accounts. Click on the SIP account to access the settings page. Use % to match a pattern. ' + 'description' => 'Manage SIP accounts and their settings. Click on the SIP account to access the settings page. Use % to match a pattern. ' hunk ./provisioning/ngnpro_client_lib.phtml 155 - 'description' => 'Manage aliases for SIP destinations. Use % to match a pattern. ' + 'description' => 'Manage aliases for SIP destinations (e.g. user1@example1.com alias to user2@example2.com). Use % to match a pattern. ' hunk ./provisioning/ngnpro_client_lib.phtml 176 - 'description' => 'Manage ENUM numbers used for incomming calls and their mappings (e.g. +31123456789 map to sip:user@example.com). Use % to match a pattern. ' + 'description' => 'Manage ENUM numbers used for incoming calls and their mappings (e.g. +31123456789 map to sip:user@example.com). Use % to match a pattern. ' hunk ./provisioning/ngnpro_client_lib.phtml 1428 + + $_sip_accounts_url = $this->url.sprintf("&service=sip_accounts@%s&domain_filter=%s", + urlencode($this->SOAPEngine->soapEngine), + urlencode($domain->domain) + ); hunk ./provisioning/ngnpro_client_lib.phtml 1438 - %s + %s hunk ./provisioning/ngnpro_client_lib.phtml 1447 + $_sip_accounts_url, hunk ./provisioning/ngnpro_client_lib.phtml 1584 - print_r($domainStructure); - hunk ./provisioning/ngnpro_client_lib.phtml 2872 + hunk ./provisioning/ngnpro_client_lib.phtml 2874 - 'customer' => array('type'=>'integer'), - 'info' => array('type'=>'string'), - 'size' => array('type'=>'integer'), - 'ttl' => array('type'=>'integer') + 'customer' => array('type'=>'integer'), + 'info' => array('type'=>'string'), + 'size' => array('type'=>'integer'), + 'ttl' => array('type'=>'integer') hunk ./provisioning/ngnpro_client_lib.phtml 2894 + $this->Fields['nameservers'] = array('type'=>'string', + 'name'=>'Name servers'); + hunk ./provisioning/ngnpro_client_lib.phtml 5203 + $_group_url = $this->url.sprintf("&service=pstn_gateways@%s&group_filter=%s", + urlencode($this->SOAPEngine->soapEngine), + urlencode($group->name) + ); + + hunk ./provisioning/ngnpro_client_lib.phtml 5226 - %s + %s hunk ./provisioning/ngnpro_client_lib.phtml 5235 + $_group_url, hunk ./provisioning/ngnpro_client_lib.phtml 5539 - + hunk ./provisioning/ngnpro_client_lib.phtml 5951 - + + $_group_url = $this->url.sprintf("&service=pstn_gateways@%s&group_filter=%s", + urlencode($this->SOAPEngine->soapEngine), + urlencode($route->gatewayGroup) + ); + hunk ./provisioning/ngnpro_client_lib.phtml 5962 + %s hunk ./provisioning/ngnpro_client_lib.phtml 5965 - %s hunk ./provisioning/ngnpro_client_lib.phtml 5973 + $_group_url, hunk ./provisioning/ngnpro_client_lib.phtml 7162 - if ($_REQUEST['action'] != 'Copy') { - print ""; - } + + print ""; hunk ./provisioning/ngnpro_client_lib.phtml 7769 - if (!$this->adminonly) { - unset($customer_new->reseller); - } -