help.php
来自「asterisk用 的voip记费软件」· PHP 代码 · 共 893 行 · 第 1/3 页
PHP
893 行
<?phpif (SHOW_HELP){$CC_help_list_customer='<div class="toggle_show2hide"><a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a><div class="tohide" style="display:visible;"><div id="kiki"><div class="w1"> <img src="'.KICON_PATH.'/vcard.gif" class="kikipic" /> <div class="w2">'.gettext("Customers are listed below by card number. Each row corresponds to one customer, along with information such as their call plan, credit remaining, etc.</br>").gettext("The SIP and IAX buttons create SIP and IAX entries to allow direct VoIP connections to the Asterisk server without further authentication.").' <br/></div></div></div></div></div>';$CC_help_refill_customer='<div class="toggle_show2hide"><a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a><div class="tohide" style="display:visible;"><div id="kiki"><div class="w1"> <img src="'.KICON_PATH.'/pipe.gif" class="kikipic"/> <div class="w2">'.gettext("Top up cards on this screen by selecting or typing in the card number directly, and enter the amount of credit to apply, then click ADD to confirm.").'<br/><br/></div></div></div></div></div>';$CC_help_create_customer='<div class="toggle_show2hide"><a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a><div class="tohide" style="display:visible;"><div id="kiki"><div class="w1"> <img src="'.KICON_PATH.'/vcard.gif" class="kikipic"/> <div class="w2"><br>'.gettext("Create and edit the properties of each customer. Click <b>CONFIRM DATA</b> at the bottom of the page to save changes.").'<br/><br/></div></div></div></div></div>';$CC_help_generate_customer='<div class="toggle_show2hide"><a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a><div class="tohide" style="display:visible;"><div id="kiki"><div class="w1"> <img src="'.KICON_PATH.'/vcard.gif" class="kikipic"/> <div class="w2">'.gettext("Bulk create cards and customers in a single step. <br> Set the properties of the batch such as initial credit, card type and currency, then click on the GENERATE CARDS button to create the batch.").'<br/><br/></div></div></div></div></div>';$CC_help_sipfriend_list ='<div class="toggle_show2hide"><a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a><div class="tohide" style="display:visible;"><div id="kiki"><div class="w1"> <img src="'.KICON_PATH.'/network_local.gif" class="kikipic"/> <div class="w2">'.gettext("SIP and IAX friend will create a SIP or IAX entry on the Asterisk server, so that a customer can set up a SIP or IAX client to connect directly to the asterisk server without the need to enter an account and pin each time a call is made. When done, click on the CONFIRM DATA button, then click reload to apply the changes on the Asterisk server.</br>").gettext("The customer must then enter the URL/IP address of the asterisk server into the SIP/IAX client, and use the Card Number and Secret as the username and password.").'<br/></div></div></div></div></div>';$CC_help_sipfriend_reload ='<div class="toggle_show2hide"><a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a><div class="tohide" style="display:visible;"><div id="kiki"><div class="w1"> <img src="'.KICON_PATH.'/network_local.gif" class="kikipic"/> <div class="w2">'.gettext("Click reload to commit changes to Asterisk").'<br><br/><br/></div></div></div></div></div>';$CC_help_sipfriend_edit ='<div class="toggle_show2hide"><a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a><div class="tohide" style="display:visible;"><div id="kiki"><div class="w1"> <img src="'.KICON_PATH.'/network_local.gif" class="kikipic"/> <div class="w2">'.gettext("Each SIP/IAX client is identified by a number of paremeters.</br></br>").gettext("More details on how to configure clients are on the Wiki").' -> <a href="http://voip-info.org/wiki-Asterisk+config+sip.conf" target="_blank">sip.conf</a> &<a href="http://voip-info.org/wiki-Asterisk+config+iax.conf" target="_blank">iax.conf</a><br/><br/></div></div></div></div></div>';$CC_help_callerid_list ='<div class="toggle_show2hide"><a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a><div class="tohide" style="display:visible;"><div id="kiki"><div class="w1"> <img src="'.KICON_PATH.'/vcard.gif" class="kikipic"/> <div class="w2"> '.gettext("Set the caller ID so that the customer calling in is authenticated on the basis of the callerID rather than with account number").'<br><br/><br/></div></div></div></div></div>';$CC_help_money_situation ='<div class="toggle_show2hide"><a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a><div class="tohide" style="display:visible;"><div id="kiki"><div class="w1"> <img src="'.KICON_PATH.'/gnome-finance.gif" class="kikipic"/> <div class="w2">'.gettext("This screen shows refills and payments made against each account, along with the current credit on each card. The initial amount of credit applied to the card is not included. The amount owing is calculated by subtracting payments from refills").'<br/></div></div></div></div></div>';$CC_help_view_payment ='<div class="toggle_show2hide"><a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a><div class="tohide" style="display:visible;"><div id="kiki"><div class="w1"> <img src="'.KICON_PATH.'/gnome-finance.gif" class="kikipic"/> <div class="w2"><br>'.gettext("Payment history - The section below allows you to add payments against a customer. Note that this does not change the balance on the card. Click refill under customer list to top-up a card.").'<br/></div></div></div></div></div>';$CC_help_view_paypal ='<div class="toggle_show2hide"><a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a><div class="tohide" style="display:visible;"><div id="kiki"><div class="w1"> <img src="'.KICON_PATH.'/paypal.gif" class="kikipic"/> <div class="w2"><br>'.gettext("Paypal History - The section below shows all paypal receipts.").'<a href="https://www.paypal.com/es/mrb/pal=PGSJEXAEXKTBU">PayPal</a><br/><br/><br/></div></div></div></div></div>';$CC_help_add_payment ='<div class="toggle_show2hide"><a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a><div class="tohide" style="display:visible;"><div id="kiki"><div class="w1"> <img src="'.KICON_PATH.'/gnome-finance.gif" class="kikipic"/> <div class="w2"><br/> '.gettext("Add payments to a customer's account!").'<br/><br/></div></div></div></div></div>';$CC_help_list_tariffgroup ='<div class="toggle_show2hide"><a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a><div class="tohide" style="display:visible;"><div id="kiki"><div class="w1"> <img src="'.KICON_PATH.'/network.gif" class="kikipic"/> <div class="w2"><br/>'.gettext("List of Call Plans, a Call Plan is a collection of rate cards, click edit to add ratecards to the Call Plan").'<br/><br/><br/></div></div></div></div></div>';$CC_help_add_tariffgroup ='<div class="toggle_show2hide"><a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a><div class="tohide" style="display:visible;"><div id="kiki"><div class="w1"> <img src="'.KICON_PATH.'/network.gif" class="kikipic"/> <div class="w2"> '.gettext("A Call Plan is a collection of ratecards.").gettext("The calling card system will choose the most appropriate rate according to the Call Plan settings (LCR or LCD).<br/>").gettext("LCR : Least Cost Routing - Find the trunk with the cheapest carrier cost. (buying rate)<br>").gettext("LCD : Least Cost Dialing - Find the trunk with the cheapest retail rate (selling rate)").'<br/></div></div></div></div></div>';$CC_help_list_ratecard ='<div class="toggle_show2hide"><a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a><div class="tohide" style="display:visible;"><div id="kiki"><div class="w1"> <img src="'.KICON_PATH.'/kspread_ksp.gif" class="kikipic"/> <div class="w2"><br/> '.gettext("List ratecards that have been created!<br>Ensure that the rate card is added into the call plan under 'List Ratecard'").'<br/><br/></div></div></div></div></div>';$CC_help_edit_ratecard ='<div class="toggle_show2hide"><a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a><div class="tohide" style="display:visible;"><div id="kiki"><div class="w1"> <img src="'.KICON_PATH.'/kspread_ksp.gif" class="kikipic"/> <div class="w2"> '.gettext("Set the properties and attributes of the ratecard").'<br/>' .gettext("A ratecard is set of rates defined and applied according to the dialing prefix, for instance 441 & 442 : UK Landline.").'<br>' .gettext("Each ratecard may have has many rates as you wish, however, if a dialing prefix cannot be matched when a call is made, then the call will be terminated.").'<br>' .gettext('A ratecard has a "start date", an "expiry date" and a you can define a default trunk, but if no trunk is defined, the ratecard default trunk will be used.').'<br/></div></div></div></div></div>';$CC_help_def_ratecard ='<div class="toggle_show2hide"><a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a><div class="tohide" style="display:visible;"><div id="kiki"><div class="w1"> <img src="'.KICON_PATH.'/kspread_ksp.gif" class="kikipic"/> <div class="w2"> </br>'.gettext("Please select a ratecard and click on search to browse the different rates/dialing prefix of the selected ratecard.").'<br/><br/></div></div></div></div></div>';$CC_help_sim_ratecard ='<div class="toggle_show2hide"><a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a><div class="tohide" style="display:visible;"><div id="kiki"><div class="w1"> <img src="'.KICON_PATH.'/kspread_ksp.gif" class="kikipic"/> <div class="w2"><br>'.gettext('Please select a calling card, enter the number you wish to call and press the "SIMULATE" button.').'<br/><br/></div></div></div></div></div>';$CC_help_add_rate ='<div class="toggle_show2hide"><a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a><div class="tohide" style="display:visible;"><div id="kiki"><div class="w1"> <img src="'.KICON_PATH.'/kspread_ksp.gif" class="kikipic"/> <div class="w2"><br>' .gettext("Please fill in the fields below to set up the rate for each destination.").'<br><br></div></div></div></div></div>';$CC_help_import_ratecard ='<div class="toggle_show2hide"><a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a><div class="tohide" style="display:visible;"><div id="kiki"><div class="w1"> <img src="'.KICON_PATH.'/spreadsheet.gif" class="kikipic"/> <div class="w2">' .gettext("This section is a utility to import ratecards from a CSV file.<br>") .gettext('Define the ratecard name, the trunk to use and the fields that you wish to include from your csv files. Finally, select the csv files and click on the "Import Ratecard" button.').' <br> <br></div></div></div></div></div>';$CC_help_import_ratecard_analyse ='<div class="toggle_show2hide"><a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a><div class="tohide" style="display:visible;"><div id="kiki"><div class="w1"> <img src="'.KICON_PATH.'/spreadsheet.gif" class="kikipic"/> <div class="w2">' .gettext('This is the second step of the import ratecard! <br>') .gettext('The first line of your csv files has been read and the values are displayed below according to the fields') .gettext('you decided to import on the ratecard! You can check the values and if there are correct,') .gettext('please select the same file and click on "Continue to Import the Ratecard" button...').' <br><br></div></div></div></div></div>';$CC_help_import_ratecard_confirm ='<div class="toggle_show2hide"><a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a><div class="tohide" style="display:visible;"><div id="kiki"><div class="w1"> <img src="'.KICON_PATH.'/spreadsheet.gif" class="kikipic"/> <div class="w2">.' .gettext('Ratecard comfirmation page. <br>') .gettext('Import results, how many new rates have been imported, and the line numbers of the CSV files that generated errors.').' <br><br></div></div></div></div></div>';$CC_help_trunk_list ='<div class="toggle_show2hide"><a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a><div class="tohide" style="display:visible;"><div id="kiki"><div class="w1"> <img src="'.KICON_PATH.'/hwbrowser.gif" class="kikipic"/> <div class="w2">'.gettext("Trunk List.").' <br/>'.gettext("Trunks can be modified by clicking the edit button").' <br/>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?