Example #1
0
    $CC_help_agent = create_help(gettext("Agent list who have access to the Agent interface."), 'ShowAgent');
    $CC_help_agent_info = create_help(gettext("Personal information.") . '<br>' . gettext("You can update your personal information here."));
    $CC_help_sipfriend_list = create_help(gettext("Voip Config 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 account number and secret as the username and password."), 'ListSIPFriend');
    $CC_help_sipfriend_reload = create_help(gettext("Click reload to commit changes to Asterisk"));
    $CC_help_generate_signup = create_help(gettext("Generate a specific crypted URL and to configure signup with a customer group and call plan."));
    $CC_help_password_change = create_help(gettext("On this page you will be able to change your password, You have to enter the New Password and Confirm it."));
    $CC_help_remittance_request = create_help(gettext("On this page you will be able to create a remittance Remittance Request according to the commission accrued on your account.If the commission accrued is higher than a predefined threshold then it will be possible to ask a transfer on your balance or by a funds transfer."));
    $CC_help_secret_change = create_help(gettext("On this page you will be able to change your Secret used to crypt your generated signup URL, You have to enter the New Secret and Confirm it."));
    $CC_help_list_customer = create_help(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."), 'ListCustomers');
    $CC_help_view_payment = create_help(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."), 'ViewPayments');
    $CC_help_money_situation = create_help(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"), 'MoneySituation');
    $CC_help_view_refill_agent = create_help(gettext("Agents Refill history - The section below allows you to see your refill"), 'ViewAgentRefill');
    $CC_help_view_payment_agent = create_help(gettext("Agent Payment history - The section below allows you to browse your payments"), 'ViewPayments');
    $CC_help_support_list = create_help(gettext("You can see here, all tickets created. You can also add a new ticket for one customer."));
    $CC_help_signup_agent = create_help(gettext("This shows a list of all signup key create for this agent, this key is used to identify the default paramater for the subscription on the signup page"));
    $CC_help_callerid_list = create_help(gettext("Set the caller ID so that the customer calling in is authenticated on the basis of the callerID rather than with the account number"), 'ListCallerID');
}
//ENDIF SHOW_HELP
if (!isset($disable_load_conf) || !$disable_load_conf) {
    $DBHandle = DbConnect();
    $instance_table = new Table();
    $QUERY = "SELECT configuration_key FROM cc_configuration where configuration_key in ('MODULE_PAYMENT_AUTHORIZENET_STATUS','MODULE_PAYMENT_PAYPAL_STATUS','MODULE_PAYMENT_MONEYBOOKERS_STATUS','MODULE_PAYMENT_WORLDPAY_STATUS','MODULE_PAYMENT_PLUGNPAY_STATUS') AND configuration_value='True'";
    $payment_methods = $instance_table->SQLExec($DBHandle, $QUERY);
    $show_logo = '';
    for ($index = 0; $index < sizeof($payment_methods); $index++) {
        if ($payment_methods[$index][0] == "MODULE_PAYMENT_PAYPAL_STATUS") {
            $show_logo .= '<a href="https://www.paypal.com/en/mrb/pal=PGSJEXAEXKTBU" target="_blank"><img src="' . KICON_PATH . '/paypal_logo.gif" alt="Paypal"/></a> &nbsp; ';
            //} elseif ($payment_methods[$index][0] == "MODULE_PAYMENT_AUTHORIZENET_STATUS") {
            //	$show_logo .= '<a href="http://authorize.net/" target="_blank"><img src="'.KICON_PATH.'/authorize.gif" alt="Authorize.net"/></a> &nbsp; ';
        } elseif ($payment_methods[$index][0] == "MODULE_PAYMENT_MONEYBOOKERS_STATUS") {
            $show_logo .= '<a href="https://www.moneybookers.com/app/?rid=811621" target="_blank"><img src="' . KICON_PATH . '/moneybookers.gif" alt="Moneybookers"/></a> &nbsp; ';
Example #2
0
	$CC_help_phonelist = create_help(gettext("Phonelist are all the phone numbers attached to a campaign. You can add, remove and edit the phone numbers."),$credit_cur,$limit_cur);

	$CC_help_view_invoice = create_help(gettext("Invoice history - The section below allows you to see and pay the invoices that you have to pay."),$credit_cur,$limit_cur);

	$CC_help_view_receipt = create_help(gettext("Receipt history - The section below allows you to see the receipt that you received. you can see in them the summary of some withdrawal"),$credit_cur,$limit_cur);

	$CC_help_phonebook = create_help(gettext("Phonebook are set of phone numbers. You can add, remove and edit the phonebook. You can also associate phonebook to a campaign in the Campaign section"),$credit_cur,$limit_cur);

	$CC_help_list_did = create_help(gettext("Select the country below where you would like a DID, select a DID from the list and enter the destination you would like to assign it to."),$credit_cur,$limit_cur);

	$CC_help_release_did = create_help(gettext("After confirmation, the release of the did will be done immediately and you will not be monthly charged any more."),$credit_cur,$limit_cur);

	$CC_help_speeddial = create_help(gettext("Map single digit to your most dialed numbers."),$credit_cur,$limit_cur);
	
	$CC_help_callback = create_help(gettext("Callback : Entre your phone number and the phone number you wish to call."),$credit_cur,$limit_cur);

} //ENDIF SHOW_HELP

if (!isset ($disable_load_conf) || !($disable_load_conf)) {

	$DBHandle = DbConnect();
	$instance_table = new Table();
	$QUERY = "SELECT configuration_key FROM cc_configuration where configuration_key in ('MODULE_PAYMENT_AUTHORIZENET_STATUS','MODULE_PAYMENT_PAYPAL_STATUS','MODULE_PAYMENT_MONEYBOOKERS_STATUS','MODULE_PAYMENT_WORLDPAY_STATUS','MODULE_PAYMENT_PLUGNPAY_STATUS','MODULE_PAYMENT_WM_STATUS') AND configuration_value='True'";
	$payment_methods = $instance_table->SQLExec($DBHandle, $QUERY);
	$show_logo = '';
	$SPOT['paypal'] = '<a href="https://www.paypal.com/ru/mrb/pal=PGSJEXAEXKTBU" target="_blank"><img src="' . KICON_PATH . '/paypal_logo.gif" alt="Paypal"/></a>';
	$SPOT['moneybookers'] = '<a href="https://www.moneybookers.com/app/?rid=811621" target="_blank"><img src="' . KICON_PATH . '/moneybookers.gif" alt="Moneybookers"/></a>';
//	$SPOT['authorizenet'] = '<a href="http://authorize.net/" target="_blank"><img src="'.KICON_PATH.'/authorize.gif" alt="Authorize.net"/></a>';
//	$SPOT['authorizenet'] = '';
//	$SPOT['worlpay'] = '<a href="http://www.worldpay.com/" target="_blank"><img src="'.KICON_PATH.'/worldpay.gif" alt="worldpay.com"/></a>';
Example #3
0
    $CC_help_server_group = create_help(gettext("Server Groups define the set of servers that are going to be used by the callback system. A callback is bound to a server group which will be used to dispatch the callback requests."), 'ShowServerGroup');
    $CC_help_transaction = create_help(gettext("You can view all the transactions through the different epayment configured systems (Paypal, MoneyBookers, etc...). "), 'ViewTransactions');
    $CC_help_payment_config = create_help(gettext("You can configure your epayment method here. It helps you to enable or disable the payment method. You can define the currency settings."));
    $CC_help_list_payment_methods = create_help(gettext("Epayment methods help you to collect payments from your customers."));
    $CC_help_add_agi_confx = create_help(gettext("This action will generate agi-conf2 as a global configuration along with a list of all configurations."));
    $CC_help_list_global_config = create_help(gettext("Here is a list of all configuration groups. You can pick one and see its members"));
    $CC_help_list_configuration = create_help(gettext("Here you can see and edit the different A2Billing settings."));
    $CC_help_payment_log = create_help(gettext("Payment log with status, payment methods , owner and creation date."));
    $CC_help_mass_mail = create_help(gettext("Here you can email a message to all of your users. To do this, an email will be sent out to the administrative email address supplied, with a blind carbon copy sent to all recipients. If you are emailing a large group of people please be patient after submitting and do not stop the page halfway through. It is normal for a mass emailing to take a long time and you will be notified when the script has completed."));
    $CC_help_support_list = create_help(gettext("You can see here, all tickets created. You can also add a new ticket for one customer."));
    $CC_help_support_list_agent = create_help(gettext("You can see here, all tickets created by Agents. You can also add a new ticket for one Agent."));
    $CC_help_support_component = create_help(gettext("Here you can see all components which you use to handle the support task. You can use components to categorise the subject of the ticket. i.e : Tarification, Payment"));
    $CC_help_support_box = create_help(gettext("You can see here the Support Box, you need at least one support box to start support activity."));
    $CC_help_data_archive = create_help(gettext("Here you can archive the data. The Default listing will show you the previous 3 months data. But you can also search the data and archive it."));
    $CC_help_agent = create_help(gettext("Agents - this shows a list of all of the Agents who have access to the Agent interface"), 'ShowAgent');
    $CC_help_signup_agent = create_help(gettext("This shows a list of all signup key create for the Agents, this key is used to identify the default paramater for the subscription on the signup page"));
}
//ENDIF SHOW_HELP
$SPOT['PAYPAL'] = '<a href="https://www.paypal.com/en/mrb/pal=PGSJEXAEXKTBU" target="_blank"><img src="' . KICON_PATH . '/paypal_logo.gif" alt="Paypal"/></a>';
$SPOT['MONEYBOOKERS'] = '<a href="https://www.moneybookers.com/app/?rid=811621" target="_blank"><img src="' . KICON_PATH . '/moneybookers.gif" alt="Moneybookers"/></a>';
//$SPOT['AUTHORIZENET'] = '<a href="http://authorize.net/" target="_blank"><img src="'.KICON_PATH.'/authorize.gif" alt="Authorize.net"/></a>';
$SPOT['AUTHORIZENET'] = '';
//$SPOT['WORLDPAY'] = '<a href="http://www.worldpay.com/" target="_blank"><img src="'.KICON_PATH.'/worldpay.gif" alt="worldpay.com"/></a>';
$SPOT['WORLDPAY'] = '';
$SPOT['PLUGNPAY'] = '<a href="http://www.plugnpay.com/" target="_blank"><img src="' . KICON_PATH . '/plugnpay.png" alt="plugnpay.com"/></a>';
$PAYMENT_METHOD = '
<table width="100%" align="center">
    <tr>
        <TD valign="top" align="center" class="tableBodyRight">
            ' . $SPOT['PAYPAL'] . '
            &nbsp;&nbsp; &nbsp;
Example #4
0
    $CC_help_simulator_rateengine = create_help(gettext("Simulate the calling process to discover the cost per minute of a call, and the number of minutes you can call that number with your current credit."));
    $CC_help_sipiax_info = create_help(gettext("Configuration information for SIP and IAX Client. You can simply copy and paste it in your configuration files and do necessary modifications."));
    $CC_help_password_change = create_help(gettext("On this page you will be able to change your password, You have to enter the New Password and Confirm it."));
    $CC_help_ratecard = create_help(gettext("View Rates"));
    $CC_help_view_payment = create_help(gettext("Payment history - Record of payments made."));
    $CC_help_voicemail = create_help(gettext("Voicemail - The section below allows you to see all your voicemail, listen to them and move them into other folders."));
    $CC_help_list_voucher = create_help(gettext("Enter your voucher number to top up your card."));
    $CC_help_campaign = create_help(gettext("This section will allow you to create and edit campaign. ") . gettext("A campaign will be attached to a user in order to let him use the predictive-dialer option. ") . gettext("Predictive dialer will browse all the phone numbers from the campaign and perform outgoing calls."));
    $CC_help_phonelist = create_help(gettext("Phonelist are all the phone numbers attached to a campaign. You can add, remove and edit the phone numbers."));
    $CC_help_view_invoice = create_help(gettext("Invoice history - The section below allows you to see and pay the invoices that you have to pay."));
    $CC_help_view_receipt = create_help(gettext("Receipt history - The section below allows you to see the receipt that you received. you can see in them the summary of some withdrawal"));
    $CC_help_phonebook = create_help(gettext("Phonebook are set of phone numbers. You can add, remove and edit the phonebook. You can also associate phonebook to a campaign in the Campaign section"));
    $CC_help_list_did = create_help(gettext("Select the country below where you would like a DID, select a DID from the list and enter the destination you would like to assign it to."));
    $CC_help_release_did = create_help(gettext("After confirmation, the release of the did will be done immediately and you will not be monthly charged any more."));
    $CC_help_speeddial = create_help(gettext("Map single digit to your most dialed numbers."));
    $CC_help_callback = create_help(gettext("Callback : Entre your phone number and the phone number you wish to call."));
}
//ENDIF SHOW_HELP
if (!isset($disable_load_conf) || !$disable_load_conf) {
    $DBHandle = DbConnect();
    $instance_table = new Table();
    $QUERY = "SELECT configuration_key FROM cc_configuration where configuration_key in ('MODULE_PAYMENT_AUTHORIZENET_STATUS','MODULE_PAYMENT_PAYPAL_STATUS','MODULE_PAYMENT_MONEYBOOKERS_STATUS','MODULE_PAYMENT_WORLDPAY_STATUS','MODULE_PAYMENT_PLUGNPAY_STATUS') AND configuration_value='True'";
    $payment_methods = $instance_table->SQLExec($DBHandle, $QUERY);
    $show_logo = '';
    for ($index = 0; $index < sizeof($payment_methods); $index++) {
        if ($payment_methods[$index][0] == "MODULE_PAYMENT_PAYPAL_STATUS") {
            $show_logo .= '<a href="https://www.paypal.com/en/mrb/pal=PGSJEXAEXKTBU" target="_blank"><img src="' . KICON_PATH . '/paypal_logo.gif" alt="Paypal"/></a> &nbsp; ';
            //} elseif ($payment_methods[$index][0] == "MODULE_PAYMENT_AUTHORIZENET_STATUS") {
            //	$show_logo .= '<a href="http://authorize.net/" target="_blank"><img src="'.KICON_PATH.'/authorize.gif" alt="Authorize.net"/></a> &nbsp; ';
        } elseif ($payment_methods[$index][0] == "MODULE_PAYMENT_MONEYBOOKERS_STATUS") {
            $show_logo .= '<a href="https://www.moneybookers.com/app/?rid=811621" target="_blank"><img src="' . KICON_PATH . '/moneybookers.gif" alt="Moneybookers"/></a> &nbsp; ';