├── .gitignore ├── .travis.yml ├── AGI ├── a2billing.php ├── a2billing_monitoring.php └── lib ├── AUTHORS ├── CHANGELOG ├── COPYING ├── CallBack └── callback-daemon-py │ ├── INSTALL.rst │ ├── build │ ├── bdist.linux-x86_64 │ │ └── rpm │ │ │ ├── SOURCES │ │ │ └── callback_daemon-1.0.prod-r1528.tar.gz │ │ │ └── SPECS │ │ │ └── callback_daemon.spec │ └── lib │ │ └── callback_daemon │ │ ├── INSTALL.txt │ │ ├── a2b-callback-daemon.conf │ │ ├── a2b-callback-daemon.debian │ │ ├── a2b-callback-daemon.rc │ │ ├── a2b_callback_daemon.py │ │ ├── daemon.py │ │ ├── database.py │ │ └── manager.py │ ├── callback_daemon.egg-info │ ├── PKG-INFO │ ├── SOURCES.txt │ ├── dependency_links.txt │ ├── entry_points.txt │ └── top_level.txt │ ├── callback_daemon │ ├── __init__.py │ ├── a2b-callback-daemon.debian │ ├── a2b-callback-daemon.gentoo │ ├── a2b-callback-daemon.rc │ ├── a2b_callback_daemon.py │ ├── daemon.py │ ├── database.py │ └── manager.py │ ├── dist │ ├── callback_daemon-1.0.prod-r1528.tar.gz │ ├── callback_daemon-1.0.prod_r1527-py2.5.egg │ ├── callback_daemon-1.0.prod_r1528-1.noarch.rpm │ └── callback_daemon-1.0.prod_r1528-1.src.rpm │ ├── setup.cfg │ └── setup.py ├── Cronjobs ├── .htaccess ├── a2billing_alarm.php ├── a2billing_archive_data_cront.php ├── a2billing_autorefill.php ├── a2billing_batch_autodialer.php ├── a2billing_batch_billing.php ├── a2billing_batch_cache.php ├── a2billing_batch_process.php ├── a2billing_bill_diduse.php ├── a2billing_notify_account.php ├── a2billing_subscription_fee.php ├── currencies_update_yahoo.php └── lib ├── DataBase ├── mysql-5.x │ ├── INFO │ ├── UPDATE-a2billing-v1.2.0-to-v1.2.2.sql │ ├── UPDATE-a2billing-v1.2.2-to-v1.2.3.sql │ ├── UPDATE-a2billing-v1.2.3-to-v1.3.0.sql │ ├── UPDATE-a2billing-v1.3.0-to-v1.3.1.sql │ ├── UPDATE-a2billing-v1.3.3-to-v1.3.4.sql │ ├── UPDATE-a2billing-v1.3.4-to-v1.4.0.sql │ ├── UPDATE-a2billing-v1.4.0-to-v1.4.1.sql │ ├── UPDATE-a2billing-v1.4.1-to-v1.4.2.sql │ ├── UPDATE-a2billing-v1.4.2-to-v1.4.3.sql │ ├── UPDATE-a2billing-v1.4.3-to-v1.4.4.sql │ ├── UPDATE-a2billing-v1.4.4-to-v1.4.4.1.sql │ ├── UPDATE-a2billing-v1.4.4.1-to-v1.4.5.sql │ ├── UPDATE-a2billing-v1.4.5-to-v1.5.0.sql │ ├── UPDATE-a2billing-v1.5.0-to-v1.5.1.sql │ ├── UPDATE-a2billing-v1.5.1-to-v1.6.0.sql │ ├── UPDATE-a2billing-v1.6.0-to-v1.6.1.sql │ ├── UPDATE-a2billing-v1.6.1-to-v1.6.2.sql │ ├── UPDATE-a2billing-v1.6.2-to-v1.7.0.sql │ ├── UPDATE-a2billing-v1.7.0-to-v1.7.1.sql │ ├── UPDATE-a2billing-v1.7.1-to-v1.7.2.sql │ ├── UPDATE-a2billing-v1.7.2-to-v1.8.0.sql │ ├── UPDATE-a2billing-v1.8.0-to-v1.8.1.sql │ ├── UPDATE-a2billing-v1.8.1-to-v1.8.2.sql │ ├── UPDATE-a2billing-v1.8.2-to-v1.8.3.sql │ ├── UPDATE-a2billing-v1.8.3-to-v1.8.4.sql │ ├── UPDATE-a2billing-v1.8.4-to-v1.8.5.sql │ ├── UPDATE-a2billing-v1.8.5-to-v1.8.6.sql │ ├── UPDATE-a2billing-v1.8.6-to-v1.9.0.sql │ ├── UPDATE-a2billing-v1.9.0-to-v1.9.1.sql │ ├── UPDATE-a2billing-v1.9.1-to-v1.9.2.sql │ ├── UPDATE-a2billing-v1.9.2-to-v1.9.3.sql │ ├── UPDATE-a2billing-v1.9.3-to-v1.9.4.sql │ ├── UPDATE-a2billing-v1.9.4-to-v1.9.5.sql │ ├── UPDATE-a2billing-v1.9.5-to-v2.0.sql │ ├── UPDATE-a2billing-v2.0-to-v2.0.3.sql │ ├── UPDATE-a2billing-v2.0.10-to-v2.0.11.sql │ ├── UPDATE-a2billing-v2.0.11-to-v2.0.12.sql │ ├── UPDATE-a2billing-v2.0.12-to-v2.0.13.sql │ ├── UPDATE-a2billing-v2.0.13-to-v2.0.14.sql │ ├── UPDATE-a2billing-v2.0.14-to-v2.0.15.sql │ ├── UPDATE-a2billing-v2.0.15-to-v2.0.16.sql │ ├── UPDATE-a2billing-v2.0.16-to-v2.0.17.sql │ ├── UPDATE-a2billing-v2.0.17-to-v2.1.0.sql │ ├── UPDATE-a2billing-v2.0.3-to-v2.0.4.sql │ ├── UPDATE-a2billing-v2.0.4-to-v2.0.5.sql │ ├── UPDATE-a2billing-v2.0.5-to-v2.0.6.sql │ ├── UPDATE-a2billing-v2.0.6-to-v2.0.7.sql │ ├── UPDATE-a2billing-v2.0.7-to-v2.0.8.sql │ ├── UPDATE-a2billing-v2.0.8-to-v2.0.9.sql │ ├── UPDATE-a2billing-v2.0.9-to-v2.0.10.sql │ ├── UPDATE-a2billing-v2.1.0-to-v2.1.1.sql │ ├── UPDATE-a2billing-v2.1.1-to-v2.1.2.sql │ ├── UPDATE-a2billing-v2.1.2-to-v2.1.3.sql │ ├── UPDATE-a2billing-v2.1.3-to-v2.1.4.sql │ ├── UPDATE-a2billing-v2.1.4-to-v2.2.0.sql │ ├── UPDATE-a2billing-v2.2.0-to-v2.3.0.sql │ ├── a2billing-createdb-user.sql │ ├── a2billing-prefix-table-josko-v1.4.0.sql │ ├── a2billing-prefix-table-v1.4.0.sql │ ├── a2billing-schema-v1.4.0.sql │ ├── install-db.sh │ └── my-maintenance.sh └── psql │ ├── INSTALL │ ├── UPDATE-a2billing-v1.2.0-to-v1.2.3.sql │ ├── UPDATE-a2billing-v1.2.3-to-v1.3.0.sql │ ├── UPDATE-a2billing-v1.3.0-to-v1.3.1.sql │ ├── UPDATE-a2billing-v1.3.3-to-v1.3.4.sql │ ├── UPDATE-a2billing-v1.3.4-to-v1.4.0.sql │ ├── UPDATE-a2billing-v1.4.0-to-v1.4.1.sql │ ├── UPDATE-a2billing-v1.4.1-to-v1.4.2.sql │ ├── UPDATE-a2billing-v1.4.2-to-v1.4.3.sql │ ├── UPDATE-a2billing-v1.4.3-to-v1.4.4.sql │ ├── UPDATE-a2billing-v1.4.4-to-v1.4.4.1.sql │ ├── UPDATE-a2billing-v1.4.4.1-to-v1.4.5.sql │ ├── UPDATE-a2billing-v1.4.5-to-v1.5.0.sql │ ├── UPDATE-a2billing-v1.5.0-to-v1.5.1.sql │ ├── UPDATE-a2billing-v1.5.1-to-v1.6.0.sql │ ├── UPDATE-a2billing-v1.6.0-to-v1.6.1.sql │ ├── UPDATE-a2billing-v1.6.1-to-v1.6.2.sql │ ├── UPDATE-a2billing-v1.6.2-to-v1.7.0.sql │ ├── a2billing-createdb-user-v1.0.0.sql │ ├── a2billing-createlang-v1.0.0.sql │ ├── a2billing-prefix-table-josko-v1.4.0.sql │ ├── a2billing-prefix-table-v1.4.0.sql │ ├── a2billing-schema-v1.4.0.sql │ └── install-db.sh ├── INSTALL.rst ├── README.rst ├── REQUIREMENTS.rst ├── a2billing.conf ├── a2billing_dashboard.png ├── addons ├── .htaccess ├── Doc │ ├── Database │ │ ├── DBDesigner_Schema │ │ │ ├── DBDesigner_A2Billing Database.png │ │ │ ├── DBDesigner_A2billing_v1.4.xml │ │ │ └── SQLDesigner_A2Billing_v1.4.xml │ │ └── a2b_database_description.txt │ ├── INSTALL_AGI.txt │ ├── INSTALL_UI.txt │ ├── IVR_callflow │ │ ├── callflow.png │ │ └── callflow.svg │ ├── Resources │ │ └── a2billing-customer-list.png │ ├── Smarty.info │ ├── UI │ │ ├── a2b_admin_UI_14.txt │ │ └── a2b_smarty_info.txt │ ├── a2b_DID_billing_info.txt │ ├── a2b_SOAP_webservice.txt │ ├── a2b_alarms_info.txt │ ├── a2b_api_ratecard_info.txt │ ├── a2b_asterisk_dialstatus_info.txt │ ├── a2b_autodialer_ivr_info.txt │ ├── a2b_callback_info.txt │ ├── a2b_callback_webservice_wsdl_code.txt │ ├── a2b_header_template.txt │ ├── a2b_import_rates_info.txt │ ├── a2b_invoicing_info.txt │ ├── a2b_login_forgetpassword_page_info.txt │ ├── a2b_mailtemplate_info.txt │ ├── a2b_packageoffer_info.txt │ ├── a2b_payment_module_info.txt │ ├── a2billing_14_Installation_Guide_1.0.pdf │ ├── header_template.txt │ ├── localization │ │ ├── a2b_gettext_info.txt │ │ └── build-merge-all-po-mo-gettext.sh │ └── old_docs │ │ ├── Callback-Install.info │ │ ├── Cront.info │ │ ├── INSTALL_AGI.txt │ │ └── INSTALL_UI.txt ├── apache2 │ ├── a2billing_admin.conf │ ├── a2billing_agent.conf │ ├── a2billing_customer.conf │ ├── a2billing_index.conf │ └── a2billing_webservice.conf ├── asterisk-conf │ ├── extensions_a2billing.conf │ ├── extensions_a2billing_1_6.conf │ └── extensions_a2billing_1_8.conf ├── contrib │ ├── archives │ │ └── enhancements │ │ │ ├── A2B_entity_package_group.php │ │ │ ├── AGI_Change_Package_group │ │ │ └── FG_var_package_group.inc │ ├── data-samples │ │ ├── create_voxbone_sip_conf.php │ │ ├── generate-cdr.php │ │ ├── generate-db.php │ │ └── voxbone_IPs.txt │ ├── database │ │ └── optimize_db.txt │ ├── gettext │ │ └── build-merge-all-po-mo-gettext.sh │ ├── logrotate │ │ ├── INSTALL │ │ └── a2billing │ ├── test-cases │ │ ├── lib │ │ └── test-0001-MytoPg.php │ └── wordpress │ │ ├── a2billing.zip │ │ └── a2billing │ │ ├── a2billing-options.php │ │ ├── a2billing.php │ │ ├── functions.php │ │ ├── img │ │ ├── a2b-logo.png │ │ ├── help.png │ │ ├── house.png │ │ ├── lightbulb.png │ │ ├── msg_error.png │ │ ├── msg_info.png │ │ ├── msg_success.png │ │ ├── msg_warning.png │ │ └── star.png │ │ ├── lang │ │ └── A2Billing.po │ │ ├── readme.txt │ │ ├── screenshot-1.jpg │ │ └── screenshot-2.jpg ├── debian │ └── install_debian.sh ├── script │ └── check_connectivity.sh └── sounds │ ├── AudioFile_script.xls │ ├── Audio_text.info │ ├── CONVERT │ ├── br │ ├── contact-recording.txt │ ├── prepaid-account_refill.gsm │ ├── prepaid-auth-fail.gsm │ ├── prepaid-callback_intro.gsm │ ├── prepaid-card-expired.gsm │ ├── prepaid-card-in-use.gsm │ ├── prepaid-cents.gsm │ ├── prepaid-cost-call.gsm │ ├── prepaid-dest-unreachable.gsm │ ├── prepaid-dollar.gsm │ ├── prepaid-dollars.gsm │ ├── prepaid-enter-card-num.gsm │ ├── prepaid-enter-dest-europe.gsm │ ├── prepaid-enter-dest.gsm │ ├── prepaid-enter-number-u-calling-1-or-011.gsm │ ├── prepaid-enter-pin-number.gsm │ ├── prepaid-euro.gsm │ ├── prepaid-euros.gsm │ ├── prepaid-final.gsm │ ├── prepaid-invalid-digits.gsm │ ├── prepaid-isbusy.gsm │ ├── prepaid-menulang.gsm │ ├── prepaid-minute.gsm │ ├── prepaid-minutes.gsm │ ├── prepaid-no-card-entered.gsm │ ├── prepaid-no-enough-credit-stop.gsm │ ├── prepaid-no-enough-credit.gsm │ ├── prepaid-noanswer.gsm │ ├── prepaid-per-minutes.gsm │ ├── prepaid-reais.gsm │ ├── prepaid-real.gsm │ ├── prepaid-refill_card_with_voucher.gsm │ ├── prepaid-second.gsm │ ├── prepaid-seconds.gsm │ ├── prepaid-sipiax-enternumber.gsm │ ├── prepaid-sipiax-num-nomatch.gsm │ ├── prepaid-sipiax-press9.gsm │ ├── prepaid-unknow_used_currencie.gsm │ ├── prepaid-voucher_does_not_exist.gsm │ ├── prepaid-voucher_enter_number.gsm │ ├── prepaid-welcome.gsm │ ├── prepaid-you-have.gsm │ ├── prepaid-zero-balance.gsm │ └── vm-and.gsm │ ├── en │ ├── account_refill.gsm │ ├── agree_amount.gsm │ ├── agree_credit_card.gsm │ ├── agree_digits.gsm │ ├── agree_expiry_date.gsm │ ├── chilean_peso.gsm │ ├── credit.gsm │ ├── dollar.gsm │ ├── dollars.gsm │ ├── enter_3_digits.gsm │ ├── enter_amount_part1.gsm │ ├── enter_amount_part2.gsm │ ├── enter_credit_card.gsm │ ├── enter_expiry_date.gsm │ ├── error_process.gsm │ ├── euro.gsm │ ├── euros.gsm │ ├── invalid_amount.gsm │ ├── peso.gsm │ ├── pesos.gsm │ ├── prepaid-account-firstused.wav │ ├── prepaid-account-has-locked.wav │ ├── prepaid-account-nolocked.wav │ ├── prepaid-account_refill.gsm │ ├── prepaid-assigned-speeddial.gsm │ ├── prepaid-auth-fail.gsm │ ├── prepaid-call-duration.wav │ ├── prepaid-callback_intro.gsm │ ├── prepaid-callfollowme.gsm │ ├── prepaid-card-expired.gsm │ ├── prepaid-card-in-use.gsm │ ├── prepaid-cent.gsm │ ├── prepaid-cents.gsm │ ├── prepaid-cost-call.gsm │ ├── prepaid-dest-unreachable.gsm │ ├── prepaid-enter-card-num.gsm │ ├── prepaid-enter-cid.gsm │ ├── prepaid-enter-code-lock-account.wav │ ├── prepaid-enter-dest.gsm │ ├── prepaid-enter-dialcode.gsm │ ├── prepaid-enter-number-u-calling-1-or-011.gsm │ ├── prepaid-enter-pin-lock.wav │ ├── prepaid-enter-pin-number.gsm │ ├── prepaid-enter-speeddial.gsm │ ├── prepaid-final.gsm │ ├── prepaid-invalid-digits.gsm │ ├── prepaid-is-used-for.gsm │ ├── prepaid-isbusy.gsm │ ├── prepaid-lastcall.wav │ ├── prepaid-listen-press1-confirmation-lock.wav │ ├── prepaid-locking-accepted.gsm │ ├── prepaid-minute.gsm │ ├── prepaid-minutes.gsm │ ├── prepaid-no-call.wav │ ├── prepaid-no-card-entered.gsm │ ├── prepaid-no-dialcode.gsm │ ├── prepaid-no-enough-credit-stop.gsm │ ├── prepaid-no-enough-credit.gsm │ ├── prepaid-no-pin-lock.wav │ ├── prepaid-noanswer.gsm │ ├── prepaid-not-authorized-phonenumber.gsm │ ├── prepaid-of-free-package-calls.gsm │ ├── prepaid-pence.gsm │ ├── prepaid-per-minutes.gsm │ ├── prepaid-phonenumber-to-speeddial.gsm │ ├── prepaid-point.gsm │ ├── prepaid-pound.gsm │ ├── prepaid-pounds.gsm │ ├── prepaid-press1-add-speeddial.gsm │ ├── prepaid-press1-change-speeddial.gsm │ ├── prepaid-press1-listen-lastcall.wav │ ├── prepaid-press2-listen-accountlocked.wav │ ├── prepaid-press3-listen-firstuse.wav │ ├── prepaid-press4-info.wav │ ├── prepaid-press5-lock.wav │ ├── prepaid-press9-listen-exit-infomenu.wav │ ├── prepaid-press9-listen-exit-lockmenu.wav │ ├── prepaid-press9-new-speeddial.gsm │ ├── prepaid-pressdisconnect.wav │ ├── prepaid-re-enter-press1-confirm.gsm │ ├── prepaid-refill_card_with_voucher.gsm │ ├── prepaid-remaining.gsm │ ├── prepaid-second.gsm │ ├── prepaid-seconds.gsm │ ├── prepaid-sipiax-enternumber.gsm │ ├── prepaid-sipiax-num-nomatch.gsm │ ├── prepaid-sipiax-press9.gsm │ ├── prepaid-speeddial-saved.gsm │ ├── prepaid-the-number-u-dialed-is.gsm │ ├── prepaid-the-phonenumber.gsm │ ├── prepaid-unknow_used_currencie.gsm │ ├── prepaid-voucher_does_not_exist.gsm │ ├── prepaid-voucher_enter_number.gsm │ ├── prepaid-welcome.gsm │ ├── prepaid-you-have-dialed.gsm │ ├── prepaid-you-have.gsm │ ├── prepaid-your-locking-is.wav │ ├── prepaid-zero-balance.gsm │ ├── press_yes_or_no.gsm │ ├── refill_card_with_voucher.gsm │ ├── thanks_credit_card_refill.gsm │ ├── unknow_used_currencie.gsm │ ├── vm-and.gsm │ ├── vm-goodbye.gsm │ ├── voucher_does_not_exist.gsm │ ├── voucher_enter_number.gsm │ └── you_entered.gsm │ ├── es │ ├── chilean_peso.gsm │ ├── credit.gsm │ ├── dollar.gsm │ ├── dollars.gsm │ ├── euro.gsm │ ├── euros.gsm │ ├── peso.gsm │ ├── pesos.gsm │ ├── prepaid-auth-fail.gsm │ ├── prepaid-callfollowme.gsm │ ├── prepaid-card-expired.gsm │ ├── prepaid-card-in-use.gsm │ ├── prepaid-cent.gsm │ ├── prepaid-cents.gsm │ ├── prepaid-dest-unreachable.gsm │ ├── prepaid-enter-card-num.gsm │ ├── prepaid-enter-dest-europe.gsm │ ├── prepaid-enter-dest.gsm │ ├── prepaid-enter-number-u-calling-1-or-011.gsm │ ├── prepaid-enter-pin-number.gsm │ ├── prepaid-euro.gsm │ ├── prepaid-euros.gsm │ ├── prepaid-final.gsm │ ├── prepaid-invalid-digits.gsm │ ├── prepaid-isbusy.gsm │ ├── prepaid-minute.gsm │ ├── prepaid-minutes.gsm │ ├── prepaid-no-card-entered.gsm │ ├── prepaid-no-enough-credit-stop.gsm │ ├── prepaid-no-enough-credit.gsm │ ├── prepaid-noanswer.gsm │ ├── prepaid-not-authorized-phonenumber.gsm │ ├── prepaid-of-free-package-calls.gsm │ ├── prepaid-remaining.gsm │ ├── prepaid-second.gsm │ ├── prepaid-seconds.gsm │ ├── prepaid-sipiax-enternumber.gsm │ ├── prepaid-sipiax-num-nomatch.gsm │ ├── prepaid-sipiax-press9.gsm │ ├── prepaid-welcome.gsm │ ├── prepaid-you-have-dialed.gsm │ ├── prepaid-you-have.gsm │ ├── prepaid-zero-balance.gsm │ └── vm-and.gsm │ ├── fr │ ├── account_refill.gsm │ ├── chilean_peso.gsm │ ├── credit.gsm │ ├── dollar.gsm │ ├── dollars.gsm │ ├── euros.gsm │ ├── pesos.gsm │ ├── prepaid-account_refill.gsm │ ├── prepaid-auth-fail.gsm │ ├── prepaid-callfollowme.gsm │ ├── prepaid-card-expired.gsm │ ├── prepaid-card-in-use.gsm │ ├── prepaid-cent.gsm │ ├── prepaid-cents.gsm │ ├── prepaid-dest-unreachable.gsm │ ├── prepaid-enter-card-num.gsm │ ├── prepaid-enter-dest-europe.gsm │ ├── prepaid-enter-dest.gsm │ ├── prepaid-enter-number-u-calling-1-or-011.gsm │ ├── prepaid-enter-pin-number.gsm │ ├── prepaid-euro.gsm │ ├── prepaid-euros.gsm │ ├── prepaid-final.gsm │ ├── prepaid-invalid-digits.gsm │ ├── prepaid-isbusy.gsm │ ├── prepaid-minute.gsm │ ├── prepaid-minutes.gsm │ ├── prepaid-no-card-entered.gsm │ ├── prepaid-no-enough-credit-stop.gsm │ ├── prepaid-no-enough-credit.gsm │ ├── prepaid-noanswer.gsm │ ├── prepaid-not-authorized-phonenumber.gsm │ ├── prepaid-of-free-package-calls.gsm │ ├── prepaid-refill_card_with_voucher.gsm │ ├── prepaid-remaining.gsm │ ├── prepaid-second.gsm │ ├── prepaid-seconds.gsm │ ├── prepaid-unknow_used_currencie.gsm │ ├── prepaid-voucher_does_not_exist.gsm │ ├── prepaid-voucher_enter_number.gsm │ ├── prepaid-welcome.gsm │ ├── prepaid-you-have-dialed.gsm │ ├── prepaid-you-have.gsm │ ├── prepaid-zero-balance.gsm │ ├── refill_card_with_voucher.gsm │ ├── unknow_used_currencie.gsm │ ├── voucher_does_not_exist.gsm │ └── voucher_enter_number.gsm │ ├── global │ ├── menu_en.gsm │ ├── menu_es.gsm │ ├── menu_fr.gsm │ ├── menu_ru.gsm │ ├── num_en_1.gsm │ ├── num_en_2.gsm │ ├── num_en_3.gsm │ ├── num_en_4.gsm │ ├── num_en_5.gsm │ ├── num_en_6.gsm │ ├── num_en_7.gsm │ ├── num_en_8.gsm │ ├── num_en_9.gsm │ ├── num_es_1.gsm │ ├── num_es_2.gsm │ ├── num_es_3.gsm │ ├── num_es_4.gsm │ ├── num_es_5.gsm │ ├── num_es_6.gsm │ ├── num_es_7.gsm │ ├── num_es_8.gsm │ ├── num_es_9.gsm │ ├── num_fr_1.gsm │ ├── num_fr_2.gsm │ ├── num_fr_3.gsm │ ├── num_fr_4.gsm │ ├── num_fr_5.gsm │ ├── num_ru_1.gsm │ ├── num_ru_2.gsm │ ├── num_ru_3.gsm │ ├── num_ru_4.gsm │ ├── num_ru_5.gsm │ ├── num_ru_6.gsm │ ├── num_ru_7.gsm │ ├── num_ru_8.gsm │ ├── num_ru_9.gsm │ ├── prepaid-menulang-en-ru.gsm │ ├── prepaid-menulang.gsm │ └── prepaid-menulang2.gsm │ ├── gr │ ├── credit.gsm │ ├── digits │ │ ├── 0.gsm │ │ ├── 1.gsm │ │ ├── 10.gsm │ │ ├── 100.gsm │ │ ├── 11.gsm │ │ ├── 12.gsm │ │ ├── 13.gsm │ │ ├── 14.gsm │ │ ├── 15.gsm │ │ ├── 16.gsm │ │ ├── 17.gsm │ │ ├── 18.gsm │ │ ├── 19.gsm │ │ ├── 2.gsm │ │ ├── 20.gsm │ │ ├── 3.gsm │ │ ├── 30.gsm │ │ ├── 4.gsm │ │ ├── 40.gsm │ │ ├── 5.gsm │ │ ├── 50.gsm │ │ ├── 6.gsm │ │ ├── 60.gsm │ │ ├── 7.gsm │ │ ├── 70.gsm │ │ ├── 8.gsm │ │ ├── 80.gsm │ │ ├── 9.gsm │ │ ├── 90.gsm │ │ ├── Seconds.gsm │ │ ├── a-m.gsm │ │ ├── at.gsm │ │ ├── billion.gsm │ │ ├── day-0.gsm │ │ ├── day-1.gsm │ │ ├── day-2.gsm │ │ ├── day-3.gsm │ │ ├── day-4.gsm │ │ ├── day-5.gsm │ │ ├── day-6.gsm │ │ ├── dollars.gsm │ │ ├── ekatomyria.gsm │ │ ├── female-1.gsm │ │ ├── female-2.gsm │ │ ├── female-3.gsm │ │ ├── female-4.gsm │ │ ├── h-1.gsm │ │ ├── h-10.gsm │ │ ├── h-11.gsm │ │ ├── h-12.gsm │ │ ├── h-13.gsm │ │ ├── h-14.gsm │ │ ├── h-15.gsm │ │ ├── h-16.gsm │ │ ├── h-17.gsm │ │ ├── h-18.gsm │ │ ├── h-19.gsm │ │ ├── h-2.gsm │ │ ├── h-20.gsm │ │ ├── h-3.gsm │ │ ├── h-30.gsm │ │ ├── h-4.gsm │ │ ├── h-40.gsm │ │ ├── h-5.gsm │ │ ├── h-50.gsm │ │ ├── h-6.gsm │ │ ├── h-60.gsm │ │ ├── h-7.gsm │ │ ├── h-70.gsm │ │ ├── h-8.gsm │ │ ├── h-80.gsm │ │ ├── h-9.gsm │ │ ├── h-90.gsm │ │ ├── h-billion.gsm │ │ ├── h-hundred.gsm │ │ ├── h-million.gsm │ │ ├── h-thousand.gsm │ │ ├── hundred-100.gsm │ │ ├── hundred-200.gsm │ │ ├── hundred-300.gsm │ │ ├── hundred-400.gsm │ │ ├── hundred-500.gsm │ │ ├── hundred-600.gsm │ │ ├── hundred-700.gsm │ │ ├── hundred-800.gsm │ │ ├── hundred-900.gsm │ │ ├── hundred.gsm │ │ ├── kai.gsm │ │ ├── million.gsm │ │ ├── minus.gsm │ │ ├── mon-0.gsm │ │ ├── mon-1.gsm │ │ ├── mon-10.gsm │ │ ├── mon-11.gsm │ │ ├── mon-2.gsm │ │ ├── mon-3.gsm │ │ ├── mon-4.gsm │ │ ├── mon-5.gsm │ │ ├── mon-6.gsm │ │ ├── mon-7.gsm │ │ ├── mon-8.gsm │ │ ├── mon-9.gsm │ │ ├── myrio.gsm │ │ ├── oclock.gsm │ │ ├── oh.gsm │ │ ├── p-m.gsm │ │ ├── pound.gsm │ │ ├── star.gsm │ │ ├── thousand.gsm │ │ ├── thousands.gsm │ │ ├── today.gsm │ │ ├── tomorrow.gsm │ │ ├── xilia.gsm │ │ └── yesterday.gsm │ ├── euro.gsm │ ├── prepaid-account-firstused.gsm │ ├── prepaid-account-has-locked.gsm │ ├── prepaid-account-nolocked.gsm │ ├── prepaid-account_refill.gsm │ ├── prepaid-assigned-speeddial.gsm │ ├── prepaid-auth-fail.gsm │ ├── prepaid-call-duration.gsm │ ├── prepaid-callback_intro.gsm │ ├── prepaid-callfollowme.gsm │ ├── prepaid-card-expired.gsm │ ├── prepaid-card-in-use.gsm │ ├── prepaid-cents.gsm │ ├── prepaid-cost-call.gsm │ ├── prepaid-dest-unreachable.gsm │ ├── prepaid-dollar.gsm │ ├── prepaid-dollars.gsm │ ├── prepaid-enter-card-num.gsm │ ├── prepaid-enter-cid.gsm │ ├── prepaid-enter-code-lock-account.gsm │ ├── prepaid-enter-dest.gsm │ ├── prepaid-enter-dialcode.gsm │ ├── prepaid-enter-number-u-calling-1-or-011.gsm │ ├── prepaid-enter-pin-lock.gsm │ ├── prepaid-enter-pin-number.gsm │ ├── prepaid-enter-speeddial.gsm │ ├── prepaid-euro.gsm │ ├── prepaid-euros.gsm │ ├── prepaid-final.gsm │ ├── prepaid-invalid-digits.gsm │ ├── prepaid-is-used-for.gsm │ ├── prepaid-isbusy.gsm │ ├── prepaid-lastcall.gsm │ ├── prepaid-locking-accepted.gsm │ ├── prepaid-menulang-en_gr.gsm │ ├── prepaid-minute.gsm │ ├── prepaid-minutes.gsm │ ├── prepaid-no-call.gsm │ ├── prepaid-no-card-entered.gsm │ ├── prepaid-no-dialcode.gsm │ ├── prepaid-no-enough-credit-stop.gsm │ ├── prepaid-no-enough-credit.gsm │ ├── prepaid-no-pin-lock.gsm │ ├── prepaid-noanswer.gsm │ ├── prepaid-pence.gsm │ ├── prepaid-per-minutes.gsm │ ├── prepaid-phonenumber-to-speeddial.gsm │ ├── prepaid-point.gsm │ ├── prepaid-pound.gsm │ ├── prepaid-pounds.gsm │ ├── prepaid-press1-add-speeddial.gsm │ ├── prepaid-press1-change-speeddial.gsm │ ├── prepaid-press1-listen-lastcall.gsm │ ├── prepaid-press2-listen-accountlocked.gsm │ ├── prepaid-press3-listen-firstuse.gsm │ ├── prepaid-press4-info.gsm │ ├── prepaid-press5-lock.gsm │ ├── prepaid-press9-listen-exit-infomenu.gsm │ ├── prepaid-press9-listen-exit-lockmenu.gsm │ ├── prepaid-press9-new-speeddial.gsm │ ├── prepaid-pressdisconnect.gsm │ ├── prepaid-refill_card_with_voucher.gsm │ ├── prepaid-second.gsm │ ├── prepaid-seconds.gsm │ ├── prepaid-sipiax-enternumber.gsm │ ├── prepaid-sipiax-num-nomatch.gsm │ ├── prepaid-sipiax-press9.gsm │ ├── prepaid-speeddial-saved.gsm │ ├── prepaid-the-phonenumber.gsm │ ├── prepaid-unknow_used_currencie.gsm │ ├── prepaid-voucher_does_not_exist.gsm │ ├── prepaid-voucher_enter_number.gsm │ ├── prepaid-welcome.gsm │ ├── prepaid-you-have.gsm │ ├── prepaid-your-locking-is.gsm │ ├── prepaid-zero-balance.gsm │ └── vm-and.gsm │ ├── install_a2b_sounds.sh │ └── ru │ ├── digits │ ├── 0.gsm │ ├── 1.gsm │ ├── 10.gsm │ ├── 100.gsm │ ├── 11.gsm │ ├── 12.gsm │ ├── 13.gsm │ ├── 14.gsm │ ├── 15.gsm │ ├── 16.gsm │ ├── 17.gsm │ ├── 18.gsm │ ├── 19.gsm │ ├── 1f.gsm │ ├── 2.gsm │ ├── 20.gsm │ ├── 200.gsm │ ├── 2f.gsm │ ├── 3.gsm │ ├── 30.gsm │ ├── 300.gsm │ ├── 4.gsm │ ├── 40.gsm │ ├── 400.gsm │ ├── 5.gsm │ ├── 50.gsm │ ├── 500.gsm │ ├── 6.gsm │ ├── 60.gsm │ ├── 600.gsm │ ├── 7.gsm │ ├── 70.gsm │ ├── 700.gsm │ ├── 8.gsm │ ├── 80.gsm │ ├── 800.gsm │ ├── 9.gsm │ ├── 90.gsm │ ├── 900.gsm │ ├── million-a.gsm │ ├── million.gsm │ ├── millions.gsm │ ├── thousand.gsm │ ├── thousands-i.gsm │ └── thousands.gsm │ ├── dollar.gsm │ ├── dollar2.gsm │ ├── dollars.gsm │ ├── euro.gsm │ ├── euros.gsm │ ├── prepaid-account_refill.gsm │ ├── prepaid-auth-fail-card.gsm │ ├── prepaid-auth-fail-pin.gsm │ ├── prepaid-callback_intro.gsm │ ├── prepaid-card-expired.gsm │ ├── prepaid-card-in-use.gsm │ ├── prepaid-cent.gsm │ ├── prepaid-cent2.gsm │ ├── prepaid-cents.gsm │ ├── prepaid-cost-call.gsm │ ├── prepaid-customer-service.gsm │ ├── prepaid-dest-unreachable.gsm │ ├── prepaid-enter-card-num.gsm │ ├── prepaid-enter-dest-europe.gsm │ ├── prepaid-enter-dest.gsm │ ├── prepaid-enter-number-u-calling-1-or-011.gsm │ ├── prepaid-enter-pin-number.gsm │ ├── prepaid-final.gsm │ ├── prepaid-invalid-digits.gsm │ ├── prepaid-isbusy.gsm │ ├── prepaid-lang-russian.gsm │ ├── prepaid-minute.gsm │ ├── prepaid-minute2.gsm │ ├── prepaid-minutes.gsm │ ├── prepaid-no-card-entered.gsm │ ├── prepaid-no-enough-credit-stop.gsm │ ├── prepaid-no-enough-credit.gsm │ ├── prepaid-noanswer.gsm │ ├── prepaid-per-minutes.gsm │ ├── prepaid-refill_card_with_voucher.gsm │ ├── prepaid-second.gsm │ ├── prepaid-second2.gsm │ ├── prepaid-seconds.gsm │ ├── prepaid-thousand.gsm │ ├── prepaid-thousand2.gsm │ ├── prepaid-thousands.gsm │ ├── prepaid-voucher_does_not_exist.gsm │ ├── prepaid-voucher_enter_number.gsm │ ├── prepaid-welcome.gsm │ ├── prepaid-you-have.gsm │ ├── prepaid-zero-balance.gsm │ └── vm-and.gsm ├── admin ├── Public │ ├── A2B_admin_info.php │ ├── A2B_agent_home.php │ ├── A2B_agent_info.php │ ├── A2B_asteriskinfo.php │ ├── A2B_call_archiving.php │ ├── A2B_card_info.php │ ├── A2B_currencies.php │ ├── A2B_data_archiving.php │ ├── A2B_detail_package.php │ ├── A2B_entity_agent.php │ ├── A2B_entity_agentsituation.php │ ├── A2B_entity_alarm.php │ ├── A2B_entity_autorefill.php │ ├── A2B_entity_backup.php │ ├── A2B_entity_billing_customer.php │ ├── A2B_entity_call.php │ ├── A2B_entity_callback.php │ ├── A2B_entity_callerid.php │ ├── A2B_entity_campaign.php │ ├── A2B_entity_card.php │ ├── A2B_entity_card_group.php │ ├── A2B_entity_card_multi.php │ ├── A2B_entity_card_seria.php │ ├── A2B_entity_charge.php │ ├── A2B_entity_commission_agent.php │ ├── A2B_entity_config.php │ ├── A2B_entity_config_generate_confirm.php │ ├── A2B_entity_config_group.php │ ├── A2B_entity_def_ratecard.php │ ├── A2B_entity_did.php │ ├── A2B_entity_did_billing.php │ ├── A2B_entity_did_destination.php │ ├── A2B_entity_did_import.php │ ├── A2B_entity_did_import_analyse.php │ ├── A2B_entity_did_use.php │ ├── A2B_entity_didgroup.php │ ├── A2B_entity_didx.php │ ├── A2B_entity_friend.php │ ├── A2B_entity_invoice.php │ ├── A2B_entity_invoice_conf.php │ ├── A2B_entity_log_viewer.php │ ├── A2B_entity_logrefill.php │ ├── A2B_entity_logrefill_agent.php │ ├── A2B_entity_mailtemplate.php │ ├── A2B_entity_moneysituation.php │ ├── A2B_entity_moneysituation_details.php │ ├── A2B_entity_monitor.php │ ├── A2B_entity_outbound_cid.php │ ├── A2B_entity_outbound_cidgroup.php │ ├── A2B_entity_package.php │ ├── A2B_entity_password.php │ ├── A2B_entity_payment.php │ ├── A2B_entity_payment_agent.php │ ├── A2B_entity_payment_configuration.php │ ├── A2B_entity_payment_invoice.php │ ├── A2B_entity_payment_settings.php │ ├── A2B_entity_paymentlog.php │ ├── A2B_entity_paymentlog_agent.php │ ├── A2B_entity_prefix.php │ ├── A2B_entity_provider.php │ ├── A2B_entity_receipt.php │ ├── A2B_entity_remittance_request.php │ ├── A2B_entity_restore.php │ ├── A2B_entity_server.php │ ├── A2B_entity_server_group.php │ ├── A2B_entity_service.php │ ├── A2B_entity_signup_agent.php │ ├── A2B_entity_speeddial.php │ ├── A2B_entity_statuslog.php │ ├── A2B_entity_subscriber.php │ ├── A2B_entity_subscriber_signup.php │ ├── A2B_entity_subscription.php │ ├── A2B_entity_tariffgroup.php │ ├── A2B_entity_tariffplan.php │ ├── A2B_entity_transactions.php │ ├── A2B_entity_transactions_agent.php │ ├── A2B_entity_translate.php │ ├── A2B_entity_trunk.php │ ├── A2B_entity_user.php │ ├── A2B_entity_voucher.php │ ├── A2B_entity_voucher_multi.php │ ├── A2B_invoice_edit.php │ ├── A2B_invoice_manage_payment.php │ ├── A2B_invoice_view.php │ ├── A2B_log_activity_info.php │ ├── A2B_logfile.php │ ├── A2B_mass_mail.php │ ├── A2B_notification.php │ ├── A2B_notifications.php │ ├── A2B_package_manage_rates.php │ ├── A2B_payment_info.php │ ├── A2B_payment_info_agent.php │ ├── A2B_phpinfo.php │ ├── A2B_phpsysinfo.php │ ├── A2B_receipt_edit.php │ ├── A2B_receipt_view.php │ ├── A2B_refill_info.php │ ├── A2B_refill_info_agent.php │ ├── A2B_remittance_info.php │ ├── A2B_signup_agent.php │ ├── A2B_ticket_agent.php │ ├── A2B_trunk_report.php │ ├── CC_card_import.php │ ├── CC_card_import_analyse.php │ ├── CC_entity_alarm_details.php │ ├── CC_entity_service_details.php │ ├── CC_entity_sim_ratecard.php │ ├── CC_generate_friend_file.php │ ├── CC_musiconhold.php │ ├── CC_ratecard_import.php │ ├── CC_ratecard_import_analyse.php │ ├── CC_ratecard_merging.php │ ├── CC_support.php │ ├── CC_support_component.php │ ├── CC_ticket.php │ ├── CC_ticket_view.php │ ├── CC_upload.php │ ├── PP_error.php │ ├── PP_intro.php │ ├── call-comp.php │ ├── call-count-reporting.php │ ├── call-daily-load.php │ ├── call-dnid.php │ ├── call-last-month.php │ ├── call-log-customers.php │ ├── call-pnl-report.php │ ├── calonlydays.html │ ├── card-history.php │ ├── cls_phpconfig.php │ ├── cls_phpconfig_html.php │ ├── dashboard.php │ ├── export_csv.php │ ├── form_data │ │ ├── FG_var_agent.inc │ │ ├── FG_var_agentsituation.inc │ │ ├── FG_var_alarm.inc │ │ ├── FG_var_autorefill.inc │ │ ├── FG_var_backup.inc │ │ ├── FG_var_billing_customer.inc │ │ ├── FG_var_call.inc │ │ ├── FG_var_callback.inc │ │ ├── FG_var_callerid.inc │ │ ├── FG_var_card.inc │ │ ├── FG_var_card_group.inc │ │ ├── FG_var_card_seria.inc │ │ ├── FG_var_charge.inc │ │ ├── FG_var_commission.inc │ │ ├── FG_var_config.inc │ │ ├── FG_var_config_group.inc │ │ ├── FG_var_currencies.inc │ │ ├── FG_var_def_ratecard.inc │ │ ├── FG_var_did.inc │ │ ├── FG_var_did_billing.inc │ │ ├── FG_var_did_destination.inc │ │ ├── FG_var_didgroup.inc │ │ ├── FG_var_diduse.inc │ │ ├── FG_var_friend.inc │ │ ├── FG_var_invoice.inc │ │ ├── FG_var_log_viewer.inc │ │ ├── FG_var_logrefill.inc │ │ ├── FG_var_logrefill_agent.inc │ │ ├── FG_var_mailtemplate.inc │ │ ├── FG_var_moneysituation.inc │ │ ├── FG_var_moneysituation_details.inc │ │ ├── FG_var_monitor.inc │ │ ├── FG_var_outbound_cid.php │ │ ├── FG_var_outbound_cidgroup.php │ │ ├── FG_var_package.inc │ │ ├── FG_var_payment.inc │ │ ├── FG_var_payment_agent.inc │ │ ├── FG_var_payment_configuration.inc │ │ ├── FG_var_payment_invoice.inc │ │ ├── FG_var_paymentlog.inc │ │ ├── FG_var_paymentlog_agent.inc │ │ ├── FG_var_prefix.inc │ │ ├── FG_var_provider.inc │ │ ├── FG_var_receipt.inc │ │ ├── FG_var_remittance_request.inc │ │ ├── FG_var_restore.inc │ │ ├── FG_var_server.inc │ │ ├── FG_var_server_group.inc │ │ ├── FG_var_service.inc │ │ ├── FG_var_service_details.inc │ │ ├── FG_var_signup_agent.inc │ │ ├── FG_var_speeddial.inc │ │ ├── FG_var_statuslog.inc │ │ ├── FG_var_subscriber.inc │ │ ├── FG_var_subscription.inc │ │ ├── FG_var_subscription_signup.inc │ │ ├── FG_var_support.inc │ │ ├── FG_var_support_component.inc │ │ ├── FG_var_tariffgroup.inc │ │ ├── FG_var_tariffplan.inc │ │ ├── FG_var_ticket.inc │ │ ├── FG_var_ticket_agent.inc │ │ ├── FG_var_transactions.inc │ │ ├── FG_var_transactions_agent.inc │ │ ├── FG_var_trunk.inc │ │ ├── FG_var_user.inc │ │ └── FG_var_voucher.inc │ ├── graph_hourdetail.php │ ├── graph_pie.php │ ├── graph_stat.php │ ├── graph_statbar.php │ ├── images │ ├── importsamples.php │ ├── index.php │ ├── javascript │ ├── jpgraph_lib │ ├── logout.php │ ├── modules │ │ ├── calls_counts.php │ │ ├── calls_lastmonth.php │ │ ├── customers_lastmonth.php │ │ ├── customers_numbers.php │ │ ├── news.php │ │ ├── payments_lastmonth.php │ │ ├── refills_lastmonth.php │ │ └── system_info.php │ ├── phpconfig.php │ ├── phpconfig_init.php │ ├── pqp │ └── templates │ │ ├── default │ │ ├── css │ │ │ ├── index.php │ │ │ ├── invoice.css │ │ │ ├── main.css │ │ │ ├── menu.css │ │ │ ├── popup.css │ │ │ ├── receipt.css │ │ │ ├── style-def.css │ │ │ └── style-ie.css │ │ ├── footer.tpl │ │ ├── header.tpl │ │ ├── images │ │ │ ├── OSicon │ │ │ │ ├── Arch.png │ │ │ │ ├── CentOS.png │ │ │ │ ├── Cobalt.png │ │ │ │ ├── Darwin.png │ │ │ │ ├── Debian.png │ │ │ │ ├── Fedora.png │ │ │ │ ├── FreeBSD.png │ │ │ │ ├── Gentoo.png │ │ │ │ ├── Mandrake.png │ │ │ │ ├── NetBSD.png │ │ │ │ ├── OpenBSD.png │ │ │ │ ├── PLD.gif │ │ │ │ ├── Redhat.png │ │ │ │ ├── Rubix.png │ │ │ │ ├── Slackware.png │ │ │ │ ├── SunOS.png │ │ │ │ ├── Suse.png │ │ │ │ ├── Trustix.gif │ │ │ │ ├── Ubuntu.png │ │ │ │ ├── free-eos.png │ │ │ │ ├── index.php │ │ │ │ ├── lfs.png │ │ │ │ ├── unknown.png │ │ │ │ └── xp.png │ │ │ ├── a2b-logo-450.png │ │ │ ├── accept.png │ │ │ ├── add.png │ │ │ ├── animated_favicon1.gif │ │ │ ├── arrow_down.png │ │ │ ├── arrow_up.png │ │ │ ├── back.png │ │ │ ├── back_button.gif │ │ │ ├── back_button_over.gif │ │ │ ├── background-grey.jpg │ │ │ ├── background.gif │ │ │ ├── background_cells.gif │ │ │ ├── background_cells_red.gif │ │ │ ├── bell_add.png │ │ │ ├── bg-menu-down.png │ │ │ ├── bg-menu-middle.png │ │ │ ├── bg-menu-up.png │ │ │ ├── bluearrow.gif │ │ │ ├── blueshade.png │ │ │ ├── book_add.png │ │ │ ├── boton_close.gif │ │ │ ├── boton_close_background.gif │ │ │ ├── brick_add.png │ │ │ ├── btn_Delete_94x20.gif │ │ │ ├── btn_top_12x12.gif │ │ │ ├── bullet_go.png │ │ │ ├── button-search.gif │ │ │ ├── button_buynow.gif │ │ │ ├── button_cancel.gif │ │ │ ├── button_confirm_order.gif │ │ │ ├── button_continue.gif │ │ │ ├── button_update.gif │ │ │ ├── cal.gif │ │ │ ├── call-labs.com.png │ │ │ ├── call-labs.png │ │ │ ├── cancel.png │ │ │ ├── chart_bar.png │ │ │ ├── chart_curve.png │ │ │ ├── chart_line.png │ │ │ ├── chart_pie.png │ │ │ ├── clear.gif │ │ │ ├── clear2.gif │ │ │ ├── cog.png │ │ │ ├── cog_add.png │ │ │ ├── cog_delete.png │ │ │ ├── cog_edit.png │ │ │ ├── cog_error.png │ │ │ ├── cog_go.png │ │ │ ├── comment_edit.png │ │ │ ├── connected.gif │ │ │ ├── connected.jpg │ │ │ ├── control_pause.png │ │ │ ├── control_play.png │ │ │ ├── control_stop.png │ │ │ ├── cross.gif │ │ │ ├── del.png │ │ │ ├── delete.png │ │ │ ├── details.gif │ │ │ ├── dl.gif │ │ │ ├── down.png │ │ │ ├── down_black.png │ │ │ ├── edit.gif │ │ │ ├── edit.png │ │ │ ├── email.png │ │ │ ├── email03.gif │ │ │ ├── email_add.png │ │ │ ├── error.gif │ │ │ ├── excel.gif │ │ │ ├── exclamation.png │ │ │ ├── eye.png │ │ │ ├── favicon.ico │ │ │ ├── flag_yellow.png │ │ │ ├── flags │ │ │ │ ├── ae.gif │ │ │ │ ├── br.gif │ │ │ │ ├── cn.gif │ │ │ │ ├── cz.gif │ │ │ │ ├── de.gif │ │ │ │ ├── dk.gif │ │ │ │ ├── es.gif │ │ │ │ ├── fi.gif │ │ │ │ ├── fr.gif │ │ │ │ ├── gb.gif │ │ │ │ ├── gr.gif │ │ │ │ ├── it.gif │ │ │ │ ├── jp.gif │ │ │ │ ├── nl.gif │ │ │ │ ├── pk.gif │ │ │ │ ├── pl.gif │ │ │ │ ├── pt.gif │ │ │ │ ├── ro.gif │ │ │ │ ├── ru.gif │ │ │ │ ├── tr.gif │ │ │ │ └── us.gif │ │ │ ├── fleche-d.gif │ │ │ ├── fleche-g.gif │ │ │ ├── folder.gif │ │ │ ├── folder2.gif │ │ │ ├── forward.png │ │ │ ├── gbottom.png │ │ │ ├── group.png │ │ │ ├── group_add.png │ │ │ ├── gtop.png │ │ │ ├── house.png │ │ │ ├── icon-card.gif │ │ │ ├── icon-card.png │ │ │ ├── icon-del.gif │ │ │ ├── icon-edit.gif │ │ │ ├── icon-iax.gif │ │ │ ├── icon-info.gif │ │ │ ├── icon-release.gif │ │ │ ├── icon-restore.gif │ │ │ ├── icon-sip.gif │ │ │ ├── icon-viewdetails.gif │ │ │ ├── icon_arrow_4x6.gif │ │ │ ├── icon_arrow_orange.gif │ │ │ ├── icon_down_12x12.GIF │ │ │ ├── icon_learnMore_12x12.gif │ │ │ ├── icon_refresh.gif │ │ │ ├── icon_up_12x12.GIF │ │ │ ├── icons_xml.gif │ │ │ ├── index.php │ │ │ ├── info.gif │ │ │ ├── info.png │ │ │ ├── key-menu_back.gif │ │ │ ├── key-menu_bl.gif │ │ │ ├── key-menu_br.gif │ │ │ ├── key-menu_tl.gif │ │ │ ├── key-menu_tr.gif │ │ │ ├── key-point_back.gif │ │ │ ├── key-point_bl.gif │ │ │ ├── key-point_br.gif │ │ │ ├── key-point_tl.gif │ │ │ ├── key-point_tr.gif │ │ │ ├── key.png │ │ │ ├── key_add.png │ │ │ ├── key_go.png │ │ │ ├── kicons │ │ │ │ ├── 3d.gif │ │ │ │ ├── accessibility-directory.gif │ │ │ │ ├── acroread.gif │ │ │ │ ├── apply.gif │ │ │ │ ├── authorize.gif │ │ │ │ ├── back.gif │ │ │ │ ├── backup.gif │ │ │ │ ├── blockdevice.gif │ │ │ │ ├── bug.gif │ │ │ │ ├── button_cancel.gif │ │ │ │ ├── button_ok.gif │ │ │ │ ├── cache.gif │ │ │ │ ├── calc.gif │ │ │ │ ├── clanbomber.gif │ │ │ │ ├── clear_left.gif │ │ │ │ ├── clock.gif │ │ │ │ ├── config-date.gif │ │ │ │ ├── config-language.gif │ │ │ │ ├── connect_to_network.gif │ │ │ │ ├── date.gif │ │ │ │ ├── desktop.gif │ │ │ │ ├── exec.gif │ │ │ │ ├── favorites.gif │ │ │ │ ├── favorites_16.gif │ │ │ │ ├── favorites_24.gif │ │ │ │ ├── file-manager.gif │ │ │ │ ├── folder_open.gif │ │ │ │ ├── folder_red_open.gif │ │ │ │ ├── gkrellm2.gif │ │ │ │ ├── gnome-calculator.gif │ │ │ │ ├── gnome-finance.gif │ │ │ │ ├── gnome-globe.gif │ │ │ │ ├── gnome-other.gif │ │ │ │ ├── gnome-settings.gif │ │ │ │ ├── gnome-shutdown.gif │ │ │ │ ├── help.gif │ │ │ │ ├── help_index.gif │ │ │ │ ├── hwbrowser.gif │ │ │ │ ├── icon-db-user.gif │ │ │ │ ├── icon-media.gif │ │ │ │ ├── icon-speaker.gif │ │ │ │ ├── identity.gif │ │ │ │ ├── im-nov.gif │ │ │ │ ├── index.php │ │ │ │ ├── kate.gif │ │ │ │ ├── kchart.gif │ │ │ │ ├── kchart_chrt.gif │ │ │ │ ├── kcmdf.gif │ │ │ │ ├── kdmconfig.gif │ │ │ │ ├── kfind.gif │ │ │ │ ├── kfm_home.gif │ │ │ │ ├── khelpcenter.gif │ │ │ │ ├── knewstuff.gif │ │ │ │ ├── ksplash.gif │ │ │ │ ├── kspread.gif │ │ │ │ ├── kspread_ksp.gif │ │ │ │ ├── ksysguard.gif │ │ │ │ ├── kthememgr.gif │ │ │ │ ├── ktip.gif │ │ │ │ ├── kwrite.gif │ │ │ │ ├── locale.gif │ │ │ │ ├── locationbar_erase.gif │ │ │ │ ├── lock_bg.png │ │ │ │ ├── messagebox_critical.gif │ │ │ │ ├── messagebox_info.gif │ │ │ │ ├── moneybookers.gif │ │ │ │ ├── network.gif │ │ │ │ ├── network_local.gif │ │ │ │ ├── next.gif │ │ │ │ ├── package.gif │ │ │ │ ├── package_network.gif │ │ │ │ ├── package_settings.gif │ │ │ │ ├── package_utilities.gif │ │ │ │ ├── password.gif │ │ │ │ ├── password.png │ │ │ │ ├── paypal.gif │ │ │ │ ├── paypal_logo.gif │ │ │ │ ├── penguin.gif │ │ │ │ ├── personal.gif │ │ │ │ ├── pinguim-root3.gif │ │ │ │ ├── pinguim-user.gif │ │ │ │ ├── pinguim-user2.gif │ │ │ │ ├── pipe.gif │ │ │ │ ├── plugnpay.png │ │ │ │ ├── socket.gif │ │ │ │ ├── spreadsheet.gif │ │ │ │ ├── stock-panel-multimedia.gif │ │ │ │ ├── stock_alarm.gif │ │ │ │ ├── stock_cell-phone.gif │ │ │ │ ├── stock_dialog-info.gif │ │ │ │ ├── stock_init.gif │ │ │ │ ├── stock_landline-phone.gif │ │ │ │ ├── stock_new-spreadsheet.gif │ │ │ │ ├── stock_unknown.gif │ │ │ │ ├── system-config-date.gif │ │ │ │ ├── system-config-rootpassword.gif │ │ │ │ ├── system-config-rootpassword.png │ │ │ │ ├── toggle_hide2show.png │ │ │ │ ├── toggle_hide2show_on.png │ │ │ │ ├── vcard.gif │ │ │ │ ├── viewmag.gif │ │ │ │ ├── wi0124-48.gif │ │ │ │ ├── worldpay.gif │ │ │ │ ├── xclock.gif │ │ │ │ ├── xmag.gif │ │ │ │ ├── yast_HD.gif │ │ │ │ ├── yast_PhoneTTOffhook.gif │ │ │ │ ├── yast_multihead.gif │ │ │ │ ├── yast_partitioner.gif │ │ │ │ ├── yast_remote.gif │ │ │ │ ├── yast_sysadmin.gif │ │ │ │ └── zip_mount.gif │ │ │ ├── lightning_add.png │ │ │ ├── line.gif │ │ │ ├── link.png │ │ │ ├── lock.png │ │ │ ├── lock_open.png │ │ │ ├── login-border-center.png │ │ │ ├── login-border-down.png │ │ │ ├── login-border-up.png │ │ │ ├── logout.png │ │ │ ├── map.png │ │ │ ├── menu_back.gif │ │ │ ├── menu_br.gif │ │ │ ├── menu_tr.gif │ │ │ ├── minus.gif │ │ │ ├── money.png │ │ │ ├── money_add.png │ │ │ ├── msg_error.png │ │ │ ├── msg_info.png │ │ │ ├── msg_success.png │ │ │ ├── msg_warning.png │ │ │ ├── next.gif │ │ │ ├── next_icon.gif │ │ │ ├── next_icon2.gif │ │ │ ├── next_year.gif │ │ │ ├── note_add.png │ │ │ ├── orangeshade.png │ │ │ ├── orangeshadet.gif │ │ │ ├── orangeshadet.png │ │ │ ├── package_add.png │ │ │ ├── page_white.png │ │ │ ├── page_white_add.png │ │ │ ├── page_white_edit.png │ │ │ ├── page_white_gear.png │ │ │ ├── page_white_text.png │ │ │ ├── pdf.gif │ │ │ ├── pdf_fileicon.jpg │ │ │ ├── pixel.gif │ │ │ ├── plus.gif │ │ │ ├── popup_bakground.jpg │ │ │ ├── popup_linesbotton.gif │ │ │ ├── prev.gif │ │ │ ├── prev_year.gif │ │ │ ├── printable.png │ │ │ ├── printer.png │ │ │ ├── punto_menu.gif │ │ │ ├── recipno.jpg │ │ │ ├── recipyes.jpg │ │ │ ├── script.png │ │ │ ├── server_add.png │ │ │ ├── server_connect.png │ │ │ ├── sidenav-selected.gif │ │ │ ├── sidenav-selected.jpg │ │ │ ├── spacer.gif │ │ │ ├── spacer.jpg │ │ │ ├── stock-mic.png │ │ │ ├── table_multiple.png │ │ │ ├── telephone.png │ │ │ ├── telephone_add.png │ │ │ ├── telephone_delete.png │ │ │ ├── telephone_edit.png │ │ │ ├── terminated.gif │ │ │ ├── terminated.jpg │ │ │ ├── text_signature.png │ │ │ ├── textfield.gif │ │ │ ├── time_add.png │ │ │ ├── top_menu_bg.png │ │ │ ├── topshade.png │ │ │ ├── tux.png │ │ │ ├── up.png │ │ │ ├── up_black.png │ │ │ ├── user.png │ │ │ ├── user_add.png │ │ │ ├── user_comment.png │ │ │ ├── user_delete.png │ │ │ ├── user_edit.png │ │ │ ├── user_female.png │ │ │ ├── user_go.png │ │ │ ├── user_gray.png │ │ │ ├── user_green.png │ │ │ ├── user_multi_add.png │ │ │ ├── user_orange.png │ │ │ ├── user_red.png │ │ │ ├── user_suit.png │ │ │ └── world_add.png │ │ ├── index.tpl │ │ ├── main.tpl │ │ └── profiler.tpl │ │ ├── outstanding │ │ └── outstanding_example.tpl │ │ └── sales │ │ └── sales_example.tpl ├── index.php ├── lib ├── phpsysinfo │ ├── COPYING │ ├── ChangeLog │ ├── README │ ├── config.php │ ├── distros.ini │ ├── images │ │ ├── Arch.gif │ │ ├── CentOS.png │ │ ├── Cobalt.png │ │ ├── Darwin.png │ │ ├── Debian.png │ │ ├── Fedora.png │ │ ├── FreeBSD.png │ │ ├── Gentoo.png │ │ ├── Mandrake.png │ │ ├── NetBSD.png │ │ ├── OpenBSD.png │ │ ├── PLD.gif │ │ ├── Redhat.png │ │ ├── Rubix.png │ │ ├── Slackware.png │ │ ├── SunOS.png │ │ ├── Suse.png │ │ ├── Trustix.gif │ │ ├── Ubuntu.gif │ │ ├── free-eos.png │ │ ├── index.html │ │ ├── lfs.png │ │ ├── unknown.png │ │ └── xp.gif │ ├── includes │ │ ├── XPath.class.php │ │ ├── class.Template.inc.php │ │ ├── class.error.inc.php │ │ ├── common_functions.php │ │ ├── index.html │ │ ├── indicator.php │ │ ├── lang │ │ │ ├── ar_utf8.php │ │ │ ├── bg.php │ │ │ ├── big5.php │ │ │ ├── br.php │ │ │ ├── ca.php │ │ │ ├── cn.php │ │ │ ├── cs.php │ │ │ ├── ct.php │ │ │ ├── da.php │ │ │ ├── de.php │ │ │ ├── en.php │ │ │ ├── es.php │ │ │ ├── et.php │ │ │ ├── eu.php │ │ │ ├── fi.php │ │ │ ├── fr.php │ │ │ ├── gr.php │ │ │ ├── he.php │ │ │ ├── hu.php │ │ │ ├── id.php │ │ │ ├── index.html │ │ │ ├── is.php │ │ │ ├── it.php │ │ │ ├── ja.php │ │ │ ├── jp.php │ │ │ ├── ko.php │ │ │ ├── lt.php │ │ │ ├── lv.php │ │ │ ├── nl.php │ │ │ ├── no.php │ │ │ ├── pa_utf8.php │ │ │ ├── pl.php │ │ │ ├── pt-br.php │ │ │ ├── pt.php │ │ │ ├── ro.php │ │ │ ├── ru.php │ │ │ ├── sk.php │ │ │ ├── sr.php │ │ │ ├── sv.php │ │ │ ├── tr.php │ │ │ └── tw.php │ │ ├── mb │ │ │ ├── class.hddtemp.inc.php │ │ │ ├── class.healthd.inc.php │ │ │ ├── class.hwsensors.inc.php │ │ │ ├── class.lmsensors.inc.php │ │ │ ├── class.mbm5.inc.php │ │ │ ├── class.mbmon.inc.php │ │ │ └── index.html │ │ ├── os │ │ │ ├── class.BSD.common.inc.php │ │ │ ├── class.Darwin.inc.php │ │ │ ├── class.FreeBSD.inc.php │ │ │ ├── class.HP-UX.inc.php │ │ │ ├── class.Linux.inc.php │ │ │ ├── class.NetBSD.inc.php │ │ │ ├── class.OpenBSD.inc.php │ │ │ ├── class.SunOS.inc.php │ │ │ ├── class.WINNT.inc.php │ │ │ ├── class.parseProgs.inc.php │ │ │ └── index.html │ │ ├── system_footer.php │ │ ├── system_header.php │ │ └── xml │ │ │ ├── filesystems.php │ │ │ ├── hardware.php │ │ │ ├── hddtemp.php │ │ │ ├── index.html │ │ │ ├── mbinfo.php │ │ │ ├── memory.php │ │ │ ├── network.php │ │ │ └── vitals.php │ ├── index.php │ ├── phpsysinfo.dtd │ └── templates │ │ ├── aq │ │ ├── aq.css │ │ ├── box.tpl │ │ ├── form.tpl │ │ ├── images │ │ │ ├── aq_background.gif │ │ │ ├── bar_left.gif │ │ │ ├── bar_middle.gif │ │ │ ├── bar_right.gif │ │ │ ├── coininfd.gif │ │ │ ├── coininfg.gif │ │ │ ├── coinsupd.gif │ │ │ ├── coinsupg.gif │ │ │ ├── d.gif │ │ │ ├── fond.gif │ │ │ ├── g.gif │ │ │ ├── index.html │ │ │ ├── inf.gif │ │ │ ├── redbar_left.gif │ │ │ ├── redbar_middle.gif │ │ │ ├── redbar_right.gif │ │ │ ├── space15_15.gif │ │ │ └── sup.gif │ │ └── index.html │ │ ├── black │ │ ├── black.css │ │ ├── box.tpl │ │ ├── form.tpl │ │ ├── images │ │ │ ├── aq_background.gif │ │ │ ├── bar_left.gif │ │ │ ├── bar_middle.gif │ │ │ ├── bar_right.gif │ │ │ ├── coininfd.gif │ │ │ ├── coininfg.gif │ │ │ ├── coinsupd.gif │ │ │ ├── coinsupg.gif │ │ │ ├── d.gif │ │ │ ├── fond.gif │ │ │ ├── g.gif │ │ │ ├── index.html │ │ │ ├── inf.gif │ │ │ ├── redbar_left.gif │ │ │ ├── redbar_middle.gif │ │ │ ├── redbar_right.gif │ │ │ ├── space15_15.gif │ │ │ └── sup.gif │ │ └── index.html │ │ ├── blue │ │ ├── blue.css │ │ ├── box.tpl │ │ ├── form.tpl │ │ ├── images │ │ │ ├── bar_left.gif │ │ │ ├── bar_middle.gif │ │ │ ├── bar_right.gif │ │ │ ├── index.html │ │ │ ├── redbar_left.gif │ │ │ ├── redbar_middle.gif │ │ │ ├── redbar_right.gif │ │ │ └── trans.gif │ │ └── index.html │ │ ├── bulix │ │ ├── box.tpl │ │ ├── bulix.css │ │ ├── form.tpl │ │ ├── images │ │ │ ├── bar_left.gif │ │ │ ├── bar_middle.gif │ │ │ ├── bar_right.gif │ │ │ ├── index.html │ │ │ ├── left_bar.gif │ │ │ ├── middle_bar.gif │ │ │ ├── redbar_left.gif │ │ │ ├── redbar_middle.gif │ │ │ ├── redbar_right.gif │ │ │ ├── right_bar.gif │ │ │ └── trans.gif │ │ └── index.html │ │ ├── classic │ │ ├── box.tpl │ │ ├── classic.css │ │ ├── form.tpl │ │ ├── images │ │ │ ├── bar_left.gif │ │ │ ├── bar_middle.gif │ │ │ ├── bar_right.gif │ │ │ ├── index.html │ │ │ ├── redbar_left.gif │ │ │ ├── redbar_middle.gif │ │ │ ├── redbar_right.gif │ │ │ └── trans.gif │ │ └── index.html │ │ ├── index.html │ │ ├── kde │ │ ├── box.tpl │ │ ├── form.tpl │ │ ├── images │ │ │ ├── background.gif │ │ │ ├── bar_left.gif │ │ │ ├── bar_middle.gif │ │ │ ├── bar_right.gif │ │ │ ├── coininfd.gif │ │ │ ├── coininfg.gif │ │ │ ├── coinsupd.gif │ │ │ ├── coinsupg.gif │ │ │ ├── d.gif │ │ │ ├── fond.gif │ │ │ ├── g.gif │ │ │ ├── icons.gif │ │ │ ├── index.html │ │ │ ├── inf.gif │ │ │ ├── nobar_left.gif │ │ │ ├── nobar_middle.gif │ │ │ ├── nobar_right.gif │ │ │ ├── redbar_left.gif │ │ │ ├── redbar_middle.gif │ │ │ ├── redbar_right.gif │ │ │ ├── space15_15.gif │ │ │ ├── sup.gif │ │ │ ├── title_left.gif │ │ │ ├── title_mid.gif │ │ │ └── title_right.gif │ │ ├── index.html │ │ └── kde.css │ │ ├── metal │ │ ├── box.tpl │ │ ├── form.tpl │ │ ├── images │ │ │ ├── bar_left.gif │ │ │ ├── bar_middle.gif │ │ │ ├── bar_right.gif │ │ │ ├── coininfd.gif │ │ │ ├── coininfg.gif │ │ │ ├── coinsupd.gif │ │ │ ├── coinsupg.gif │ │ │ ├── d.gif │ │ │ ├── fond.gif │ │ │ ├── g.gif │ │ │ ├── index.html │ │ │ ├── inf.gif │ │ │ ├── metal_background.gif │ │ │ ├── redbar_left.gif │ │ │ ├── redbar_middle.gif │ │ │ ├── redbar_right.gif │ │ │ ├── space15_15.gif │ │ │ └── sup.gif │ │ ├── index.html │ │ └── metal.css │ │ ├── orange │ │ ├── box.tpl │ │ ├── form.tpl │ │ ├── images │ │ │ ├── bar_left.gif │ │ │ ├── bar_middle.gif │ │ │ ├── bar_right.gif │ │ │ ├── index.html │ │ │ ├── redbar_left.gif │ │ │ ├── redbar_middle.gif │ │ │ ├── redbar_right.gif │ │ │ └── trans.gif │ │ ├── index.html │ │ └── orange.css │ │ ├── typo3 │ │ ├── box.tpl │ │ ├── form.tpl │ │ ├── images │ │ │ ├── bar_left.gif │ │ │ ├── bar_middle.gif │ │ │ ├── bar_right.gif │ │ │ ├── index.html │ │ │ ├── redbar_left.gif │ │ │ ├── redbar_middle.gif │ │ │ ├── redbar_right.gif │ │ │ └── trans.gif │ │ ├── index.html │ │ └── typo3.css │ │ ├── windows_classic │ │ ├── box.tpl │ │ ├── form.tpl │ │ ├── images │ │ │ ├── bar_left.gif │ │ │ ├── bar_middle.gif │ │ │ ├── bar_right.gif │ │ │ ├── bottom.gif │ │ │ ├── bottom_left_corner.gif │ │ │ ├── bottom_right_corner.gif │ │ │ ├── index.html │ │ │ ├── left.gif │ │ │ ├── middle.gif │ │ │ ├── min_max.gif │ │ │ ├── nobar_left.gif │ │ │ ├── nobar_middle.gif │ │ │ ├── nobar_right.gif │ │ │ ├── redbar_left.gif │ │ │ ├── redbar_middle.gif │ │ │ ├── redbar_right.gif │ │ │ ├── right.gif │ │ │ ├── spacer.gif │ │ │ ├── top.gif │ │ │ ├── upper_left_corner.gif │ │ │ ├── upper_right_corner.gif │ │ │ ├── yellowbar_left.gif │ │ │ ├── yellowbar_middle.gif │ │ │ └── yellowbar_right.gif │ │ ├── index.html │ │ └── windows_classic.css │ │ └── wintendoxp │ │ ├── box.tpl │ │ ├── form.tpl │ │ ├── images │ │ ├── aq_background.gif │ │ ├── background.gif │ │ ├── bar_left.gif │ │ ├── bar_middle.gif │ │ ├── bar_right.gif │ │ ├── coininfd.gif │ │ ├── coininfg.gif │ │ ├── coinsupd.gif │ │ ├── coinsupg.gif │ │ ├── d.gif │ │ ├── fond.gif │ │ ├── g.gif │ │ ├── icons.gif │ │ ├── index.html │ │ ├── inf.gif │ │ ├── nobar_left.gif │ │ ├── nobar_middle.gif │ │ ├── nobar_right.gif │ │ ├── redbar_left.gif │ │ ├── redbar_middle.gif │ │ ├── redbar_right.gif │ │ ├── space15_15.gif │ │ └── sup.gif │ │ ├── index.html │ │ └── wintendoxp.css └── templates_c │ └── .gitignore ├── agent ├── Public │ ├── A2B_agent_remittance_conf.php │ ├── A2B_agent_remittance_req.php │ ├── A2B_card_info.php │ ├── A2B_entity_agent.php │ ├── A2B_entity_callerid.php │ ├── A2B_entity_card.php │ ├── A2B_entity_card_multi.php │ ├── A2B_entity_commission.php │ ├── A2B_entity_def_ratecard.php │ ├── A2B_entity_friend.php │ ├── A2B_entity_logrefill.php │ ├── A2B_entity_logrefill_agent.php │ ├── A2B_entity_moneysituation.php │ ├── A2B_entity_moneysituation_details.php │ ├── A2B_entity_password.php │ ├── A2B_entity_payment.php │ ├── A2B_entity_payment_agent.php │ ├── A2B_entity_paymentlog.php │ ├── A2B_entity_remittance_request.php │ ├── A2B_entity_secret.php │ ├── A2B_entity_signup_agent.php │ ├── A2B_payment_info.php │ ├── A2B_payment_info_agent.php │ ├── A2B_refill_info.php │ ├── A2B_refill_info_agent.php │ ├── A2B_signup_agent.php │ ├── A2B_support.php │ ├── A2B_ticket.php │ ├── A2B_ticket_view.php │ ├── CC_generate_friend_file.php │ ├── PP_error.php │ ├── PP_intro.php │ ├── agentinfo.php │ ├── call-last-month.php │ ├── call-log-customers.php │ ├── card-history.php │ ├── checkout_confirmation.php │ ├── checkout_payment.php │ ├── checkout_process.php │ ├── checkout_success.php │ ├── form_data │ │ ├── FG_var_agent.inc │ │ ├── FG_var_callerid.inc │ │ ├── FG_var_card.inc │ │ ├── FG_var_commission.inc │ │ ├── FG_var_def_ratecard.inc │ │ ├── FG_var_friend.inc │ │ ├── FG_var_logrefill.inc │ │ ├── FG_var_logrefill_agent.inc │ │ ├── FG_var_moneysituation.inc │ │ ├── FG_var_moneysituation_details.inc │ │ ├── FG_var_payment.inc │ │ ├── FG_var_payment_agent.inc │ │ ├── FG_var_paymentlog.inc │ │ ├── FG_var_remittance_request.inc │ │ ├── FG_var_signup_agent.inc │ │ ├── FG_var_ticket.inc │ │ └── FG_var_ticket_agent.inc │ ├── graph_hourdetail.php │ ├── graph_pie.php │ ├── graph_stat.php │ ├── graph_statbar.php │ ├── images │ ├── index.php │ ├── javascript │ ├── jpgraph_lib │ ├── logout.php │ ├── pqp │ ├── templates │ │ └── default │ │ │ ├── css │ │ │ ├── main.css │ │ │ ├── menu.css │ │ │ ├── popup.css │ │ │ ├── style-def.css │ │ │ └── style-ie.css │ │ │ ├── footer.tpl │ │ │ ├── header.tpl │ │ │ ├── images │ │ │ ├── a2b-logo-450.png │ │ │ ├── animated_favicon1.gif │ │ │ ├── back.png │ │ │ ├── back_button.gif │ │ │ ├── back_button_over.gif │ │ │ ├── background-grey.jpg │ │ │ ├── background.gif │ │ │ ├── background_cells.gif │ │ │ ├── background_cells_red.gif │ │ │ ├── bg-menu-down.png │ │ │ ├── bg-menu-middle.png │ │ │ ├── bg-menu-up.png │ │ │ ├── bluearrow.gif │ │ │ ├── blueshade.png │ │ │ ├── book_add.png │ │ │ ├── boton_close.gif │ │ │ ├── boton_close_background.gif │ │ │ ├── brick_add.png │ │ │ ├── btn_Delete_94x20.gif │ │ │ ├── bullet_go.png │ │ │ ├── button-search.gif │ │ │ ├── button_buynow.gif │ │ │ ├── button_cancel.gif │ │ │ ├── button_confirm_order.gif │ │ │ ├── button_continue.gif │ │ │ ├── button_update.gif │ │ │ ├── cal.gif │ │ │ ├── call-labs.com.png │ │ │ ├── call-labs.png │ │ │ ├── cancel.png │ │ │ ├── chart_bar.png │ │ │ ├── chart_curve.png │ │ │ ├── chart_line.png │ │ │ ├── chart_pie.png │ │ │ ├── clear.gif │ │ │ ├── clear2.gif │ │ │ ├── cog.png │ │ │ ├── cog_add.png │ │ │ ├── cog_delete.png │ │ │ ├── cog_edit.png │ │ │ ├── cog_error.png │ │ │ ├── cog_go.png │ │ │ ├── comment_edit.png │ │ │ ├── companylogo.gif │ │ │ ├── connected.gif │ │ │ ├── connected.jpg │ │ │ ├── cross.gif │ │ │ ├── delete.png │ │ │ ├── details.gif │ │ │ ├── dl.gif │ │ │ ├── down.png │ │ │ ├── down_black.png │ │ │ ├── edit.gif │ │ │ ├── edit.png │ │ │ ├── email.png │ │ │ ├── email03.gif │ │ │ ├── email_add.png │ │ │ ├── error.gif │ │ │ ├── excel.gif │ │ │ ├── eye.png │ │ │ ├── favicon.ico │ │ │ ├── flags │ │ │ │ ├── ae.gif │ │ │ │ ├── br.gif │ │ │ │ ├── cn.gif │ │ │ │ ├── cz.gif │ │ │ │ ├── de.gif │ │ │ │ ├── dk.gif │ │ │ │ ├── es.gif │ │ │ │ ├── fi.gif │ │ │ │ ├── fr.gif │ │ │ │ ├── gb.gif │ │ │ │ ├── gr.gif │ │ │ │ ├── it.gif │ │ │ │ ├── jp.gif │ │ │ │ ├── nl.gif │ │ │ │ ├── pk.gif │ │ │ │ ├── pl.gif │ │ │ │ ├── pt.gif │ │ │ │ ├── ro.gif │ │ │ │ ├── ru.gif │ │ │ │ ├── tr.gif │ │ │ │ └── us.gif │ │ │ ├── fleche-d.gif │ │ │ ├── fleche-g.gif │ │ │ ├── folder.gif │ │ │ ├── folder2.gif │ │ │ ├── forward.png │ │ │ ├── gbottom.png │ │ │ ├── group.png │ │ │ ├── group_add.png │ │ │ ├── gtop.png │ │ │ ├── house.png │ │ │ ├── icon-card.gif │ │ │ ├── icon-card.png │ │ │ ├── icon-del.gif │ │ │ ├── icon-edit.gif │ │ │ ├── icon-iax.gif │ │ │ ├── icon-release.gif │ │ │ ├── icon-restore.gif │ │ │ ├── icon-sip.gif │ │ │ ├── icon-viewdetails.gif │ │ │ ├── icon_arrow_4x6.gif │ │ │ ├── icon_arrow_orange.gif │ │ │ ├── icon_down_12x12.GIF │ │ │ ├── icon_learnMore_12x12.gif │ │ │ ├── icon_refresh.gif │ │ │ ├── icon_up_12x12.GIF │ │ │ ├── icons_xml.gif │ │ │ ├── index.php │ │ │ ├── info.gif │ │ │ ├── info.png │ │ │ ├── key-menu_back.gif │ │ │ ├── key-menu_bl.gif │ │ │ ├── key-menu_br.gif │ │ │ ├── key-menu_tl.gif │ │ │ ├── key-menu_tr.gif │ │ │ ├── key-point_back.gif │ │ │ ├── key-point_bl.gif │ │ │ ├── key-point_br.gif │ │ │ ├── key-point_tl.gif │ │ │ ├── key-point_tr.gif │ │ │ ├── key.png │ │ │ ├── key_add.png │ │ │ ├── key_go.png │ │ │ ├── kicons │ │ │ │ ├── authorize.gif │ │ │ │ ├── connect_to_network.gif │ │ │ │ ├── gnome-finance.gif │ │ │ │ ├── help.gif │ │ │ │ ├── help_index.gif │ │ │ │ ├── hwbrowser.gif │ │ │ │ ├── identity.gif │ │ │ │ ├── index.php │ │ │ │ ├── kchart.gif │ │ │ │ ├── kchart_chrt.gif │ │ │ │ ├── kspread.gif │ │ │ │ ├── kspread_ksp.gif │ │ │ │ ├── kthememgr.gif │ │ │ │ ├── lock_bg.png │ │ │ │ ├── moneybookers.gif │ │ │ │ ├── password.gif │ │ │ │ ├── password.png │ │ │ │ ├── paypal.gif │ │ │ │ ├── paypal_logo.gif │ │ │ │ ├── personal.gif │ │ │ │ ├── pipe.gif │ │ │ │ ├── plugnpay.png │ │ │ │ ├── stock_cell-phone.gif │ │ │ │ ├── stock_landline-phone.gif │ │ │ │ ├── system-config-rootpassword.gif │ │ │ │ ├── system-config-rootpassword.png │ │ │ │ ├── toggle_hide2show.png │ │ │ │ ├── toggle_hide2show_on.png │ │ │ │ ├── vcard.gif │ │ │ │ ├── viewmag.gif │ │ │ │ ├── worldpay.gif │ │ │ │ ├── xmag.gif │ │ │ │ └── yast_PhoneTTOffhook.gif │ │ │ ├── line.gif │ │ │ ├── link.png │ │ │ ├── lock.png │ │ │ ├── lock_open.png │ │ │ ├── login-border-center.png │ │ │ ├── login-border-down.png │ │ │ ├── login-border-up.png │ │ │ ├── logout.png │ │ │ ├── map.png │ │ │ ├── menu_back.gif │ │ │ ├── menu_br.gif │ │ │ ├── menu_tr.gif │ │ │ ├── minus.gif │ │ │ ├── money.png │ │ │ ├── money_add.png │ │ │ ├── msg_error.png │ │ │ ├── msg_info.png │ │ │ ├── msg_success.png │ │ │ ├── msg_warning.png │ │ │ ├── next.gif │ │ │ ├── next_icon.gif │ │ │ ├── next_icon2.gif │ │ │ ├── next_year.gif │ │ │ ├── orangeshade.png │ │ │ ├── orangeshadet.gif │ │ │ ├── orangeshadet.png │ │ │ ├── page_white.png │ │ │ ├── page_white_add.png │ │ │ ├── page_white_edit.png │ │ │ ├── page_white_gear.png │ │ │ ├── page_white_text.png │ │ │ ├── pdf.gif │ │ │ ├── pdf_fileicon.jpg │ │ │ ├── pixel.gif │ │ │ ├── plus.gif │ │ │ ├── popup_bakground.jpg │ │ │ ├── popup_linesbotton.gif │ │ │ ├── prev.gif │ │ │ ├── prev_year.gif │ │ │ ├── printable.png │ │ │ ├── punto_menu.gif │ │ │ ├── recipno.jpg │ │ │ ├── recipyes.jpg │ │ │ ├── server_add.png │ │ │ ├── spacer.gif │ │ │ ├── spacer.jpg │ │ │ ├── stock-mic.png │ │ │ ├── stock_landline-phone.gif │ │ │ ├── stock_landline-phone.jpg │ │ │ ├── style-def.css │ │ │ ├── style-dot.css │ │ │ ├── table_multiple.png │ │ │ ├── telephone.png │ │ │ ├── telephone_add.png │ │ │ ├── telephone_delete.png │ │ │ ├── telephone_edit.png │ │ │ ├── terminated.gif │ │ │ ├── terminated.jpg │ │ │ ├── text_signature.png │ │ │ ├── textfield.gif │ │ │ ├── time_add.png │ │ │ ├── topshade.png │ │ │ ├── up.png │ │ │ ├── up_black.png │ │ │ ├── user_add.png │ │ │ ├── user_edit.png │ │ │ ├── user_green.png │ │ │ ├── user_multi_add.png │ │ │ ├── user_red.png │ │ │ └── world_add.png │ │ │ ├── index.tpl │ │ │ ├── main.tpl │ │ │ └── profiler.tpl │ └── userinfo.php ├── index.php ├── lib └── templates_c │ └── .gitignore ├── common ├── admin_ui_locale │ ├── el_GR │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ ├── en_US │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ ├── es_ES │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ ├── fr_FR │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ ├── it_IT │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ ├── pt_BR │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ ├── ro_RO │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ ├── ru_RU │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ └── zh_CN │ │ └── LC_MESSAGES │ │ ├── messages.mo │ │ └── messages.po ├── agent_ui_locale │ ├── el_GR │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ ├── en_US │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ ├── es_ES │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ ├── fr_FR │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ ├── it_IT │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ ├── pt_BR │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ ├── ro_RO │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ └── zh_CN │ │ └── LC_MESSAGES │ │ ├── messages.mo │ │ └── messages.po ├── cust_ui_locale │ ├── de_DE │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ ├── el_GR │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ ├── en_US │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ ├── es_ES │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ ├── fa_IR │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ ├── fr_FR │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ ├── id_ID │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ ├── it_IT │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ ├── pl_PL │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ ├── pt_BR │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ ├── pt_PT │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ ├── ro_RO │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ ├── ru_RU │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ ├── tr_TR │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ ├── uk_UA │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ ├── ur_PK │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ ├── zh_CN │ │ ├── messages.mo │ │ └── messages.po │ └── zh_TW │ │ └── LC_MESSAGES │ │ ├── messages.mo │ │ └── messages.po ├── images │ ├── agplv3-88x31.png │ ├── ico │ │ ├── a2billing-icon-16x16.ico │ │ ├── a2billing-icon-32x32.ico │ │ └── a2billing-icon-48x48.ico │ ├── logo │ │ ├── a2billing-916.png │ │ ├── a2billing-black.png │ │ ├── a2billing-trac.png │ │ └── a2billing.png │ └── spacer.gif ├── javascript │ ├── calendar1.js │ ├── calendar2.js │ ├── calonlydays.js │ ├── card.js │ ├── index.php │ ├── jquery │ │ ├── excanvas.pack.js │ │ ├── handler_jquery.js │ │ ├── ilogger.js │ │ ├── jquery-1.2.6.min.js │ │ ├── jquery.debug.js │ │ ├── jquery.flot.pack.js │ │ ├── jquery.js │ │ ├── jquery.simplemodal.js │ │ ├── jquery.wysiwyg.css │ │ ├── jquery.wysiwyg.gif │ │ ├── jquery.wysiwyg.js │ │ ├── osx.css │ │ └── osx.js │ └── misc.js └── lib │ ├── .htaccess │ ├── COPYING │ ├── Class.A2Billing.php │ ├── Class.Connection.php │ ├── Class.Logger.php │ ├── Class.Mail.php │ ├── Class.MytoPg.php │ ├── Class.Notification.php │ ├── Class.NotificationsDAO.php │ ├── Class.RateEngine.php │ ├── Class.Realtime.php │ ├── Class.SOAP-function.php │ ├── Class.Table.php │ ├── Form │ ├── Class.FormBO.php │ ├── Class.FormHandler.AddForm.inc.php │ ├── Class.FormHandler.DelForm.inc.php │ ├── Class.FormHandler.EditForm.inc.php │ ├── Class.FormHandler.inc.php │ ├── Class.SearchHandler.inc.php │ └── Class.ViewHandler.inc.php │ ├── Misc.php │ ├── PhpQuickProfiler.php │ ├── ProcessHandler.php │ ├── admin.defines.php │ ├── admin.help.php │ ├── admin.module.access.php │ ├── admin.smarty.php │ ├── agent.defines.php │ ├── agent.help.php │ ├── agent.module.access.php │ ├── agent.smarty.php │ ├── common.defines.php │ ├── config_functions.php │ ├── customer.defines.php │ ├── customer.help.php │ ├── customer.module.access.php │ ├── customer.smarty.php │ ├── didx.php │ ├── epayment │ ├── classes │ │ ├── box.php │ │ ├── cc_validation.php │ │ ├── currencies.php │ │ ├── objectinfo.php │ │ ├── order.php │ │ ├── payment.php │ │ ├── sessions.php │ │ └── table_block.php │ ├── includes │ │ ├── configure.php │ │ ├── general.php │ │ ├── html_output.php │ │ ├── loadconfiguration.php │ │ ├── methods │ │ │ ├── moneybookers.php │ │ │ ├── paypal.php │ │ │ └── plugnpay.php │ │ └── sessions.php │ └── methods │ │ ├── moneybookers.php │ │ ├── paypal.php │ │ └── plugnpay.php │ ├── font │ ├── courier.php │ ├── helvetica.php │ ├── helveticab.php │ ├── helveticabi.php │ ├── helveticai.php │ ├── index.php │ ├── makefont │ │ ├── cp1250.map │ │ ├── cp1251.map │ │ ├── cp1252.map │ │ ├── cp1253.map │ │ ├── cp1254.map │ │ ├── cp1255.map │ │ ├── cp1257.map │ │ ├── cp1258.map │ │ ├── cp874.map │ │ ├── index.php │ │ ├── iso-8859-1.map │ │ ├── iso-8859-11.map │ │ ├── iso-8859-15.map │ │ ├── iso-8859-16.map │ │ ├── iso-8859-2.map │ │ ├── iso-8859-4.map │ │ ├── iso-8859-5.map │ │ ├── iso-8859-7.map │ │ ├── iso-8859-9.map │ │ ├── koi8-r.map │ │ ├── koi8-u.map │ │ └── makefont.php │ ├── symbol.php │ ├── times.php │ ├── timesb.php │ ├── timesbi.php │ ├── timesi.php │ └── zapfdingbats.php │ ├── iam_csvdump.php │ ├── index.php │ ├── interface │ └── constants.php │ ├── jpgraph_lib │ ├── flag_mapping │ ├── flags.dat │ ├── flags_thumb100x100.dat │ ├── flags_thumb35x35.dat │ ├── flags_thumb60x60.dat │ ├── fonts │ │ ├── DejaVuSans-Bold.ttf │ │ ├── DejaVuSans-BoldOblique.ttf │ │ ├── DejaVuSans-Oblique.ttf │ │ ├── DejaVuSans.ttf │ │ ├── FF_FONT0-Bold.gdf │ │ ├── FF_FONT0.gdf │ │ ├── FF_FONT1-Bold.gdf │ │ ├── FF_FONT1.gdf │ │ ├── FF_FONT2-Bold.gdf │ │ └── FF_FONT2.gdf │ ├── gd_image.inc.php │ ├── imageSmoothArc.php │ ├── imgdata_balls.inc.php │ ├── imgdata_bevels.inc.php │ ├── imgdata_diamonds.inc.php │ ├── imgdata_pushpins.inc.php │ ├── imgdata_squares.inc.php │ ├── imgdata_stars.inc.php │ ├── jpg-config.inc.php │ ├── jpgraph.php │ ├── jpgraph_antispam-digits.php │ ├── jpgraph_antispam.php │ ├── jpgraph_bar.php │ ├── jpgraph_canvas.php │ ├── jpgraph_canvtools.php │ ├── jpgraph_contour.php │ ├── jpgraph_date.php │ ├── jpgraph_errhandler.inc.php │ ├── jpgraph_error.php │ ├── jpgraph_flags.php │ ├── jpgraph_gantt.php │ ├── jpgraph_gb2312.php │ ├── jpgraph_gradient.php │ ├── jpgraph_iconplot.php │ ├── jpgraph_imgtrans.php │ ├── jpgraph_led.php │ ├── jpgraph_legend.inc.php │ ├── jpgraph_line.php │ ├── jpgraph_log.php │ ├── jpgraph_meshinterpolate.inc.php │ ├── jpgraph_mgraph.php │ ├── jpgraph_pie.php │ ├── jpgraph_pie3d.php │ ├── jpgraph_plotband.php │ ├── jpgraph_plotline.php │ ├── jpgraph_plotmark.inc.php │ ├── jpgraph_polar.php │ ├── jpgraph_radar.php │ ├── jpgraph_regstat.php │ ├── jpgraph_rgb.inc.php │ ├── jpgraph_scatter.php │ ├── jpgraph_stock.php │ ├── jpgraph_table.php │ ├── jpgraph_text.inc.php │ ├── jpgraph_theme.inc.php │ ├── jpgraph_ttf.inc.php │ ├── jpgraph_utils.inc.php │ ├── jpgraph_windrose.php │ ├── lang │ │ ├── de.inc.php │ │ ├── en.inc.php │ │ └── prod.inc.php │ └── themes │ │ ├── AquaTheme.class.php │ │ ├── GreenTheme.class.php │ │ ├── OceanTheme.class.php │ │ ├── OrangeTheme.class.php │ │ ├── PastelTheme.class.php │ │ ├── RoseTheme.class.php │ │ ├── SoftyTheme.class.php │ │ ├── UniversalTheme.class.php │ │ └── VividTheme.class.php │ ├── languageSettings.php │ ├── mail │ ├── class.phpmailer.php │ ├── class.pop3.php │ └── class.smtp.php │ ├── phpagi │ ├── A2Billing_changes │ ├── README.phpagi-asmanager │ ├── index.php │ ├── phpagi-asmanager.php │ └── phpagi.php │ ├── pqp │ ├── README.markdown │ ├── README.txt │ ├── classes │ │ ├── Console.php │ │ ├── MySqlDatabase.php │ │ ├── PhpQuickProfiler.php │ │ └── PqpDatabase.Interface.php │ ├── css │ │ └── pQp.css │ ├── display.php │ ├── images │ │ ├── overlay.gif │ │ └── side.png │ ├── index.php │ └── pqp.tpl │ ├── protect_sqli.php │ ├── regular_express.inc │ └── support │ └── classes │ ├── comment.php │ ├── invoice.php │ ├── invoiceItem.php │ ├── receipt.php │ ├── receiptItem.php │ └── ticket.php ├── composer.json ├── composer.lock ├── customer ├── A2B_billing_preview.php ├── A2B_entity_autodialer.php ├── A2B_entity_callerid.php ├── A2B_entity_card.php ├── A2B_entity_did.php ├── A2B_entity_invoice.php ├── A2B_entity_password.php ├── A2B_entity_ratecard.php ├── A2B_entity_receipt.php ├── A2B_entity_sipiax_info.php ├── A2B_entity_speeddial.php ├── A2B_entity_voucher.php ├── A2B_invoice_view.php ├── A2B_notification.php ├── A2B_receipt_detail.php ├── A2B_receipt_preview_detail.php ├── A2B_receipt_view.php ├── A2B_recurring_payment.php ├── A2B_support.php ├── A2B_ticket_view.php ├── CC_entity_edit_did_destination.php ├── CC_entity_edit_speeddial.php ├── PP_error.php ├── activate.php ├── call-history.php ├── callback.php ├── captcha │ ├── captcha.php │ ├── captcha_gd.php │ ├── captcha_non_gd.php │ ├── fonts │ │ └── mgopencosmeticabold.ttf │ └── test_captcha.php ├── card-history.php ├── checkout_confirmation.php ├── checkout_payment.php ├── checkout_process.php ├── checkout_success.php ├── cvv.php ├── forgotpassword.php ├── form_data │ ├── FG_var_callerid.inc │ ├── FG_var_card.inc │ ├── FG_var_did.inc │ ├── FG_var_invoice.inc │ ├── FG_var_notify.inc │ ├── FG_var_payment.inc │ ├── FG_var_ratecard.inc │ ├── FG_var_receipt.inc │ ├── FG_var_signup.inc │ ├── FG_var_sipiax_info.inc │ ├── FG_var_speeddial.inc │ ├── FG_var_ticket.inc │ └── FG_var_voucher.inc ├── importsamples.php ├── index.php ├── index2.php ├── javascript ├── lib ├── logout.php ├── payment-history.php ├── pqp ├── signup.php ├── signup_confirmation.php ├── signup_service.php ├── simulator.php ├── templates │ └── default │ │ ├── css │ │ ├── invoice.css │ │ ├── main.css │ │ ├── menu.css │ │ ├── popup.css │ │ ├── receipt.css │ │ ├── right2left.css │ │ ├── style-def.css │ │ └── style-ie.css │ │ ├── footer.tpl │ │ ├── header.tpl │ │ ├── images │ │ ├── a2billing-icon-32x32.ico │ │ ├── animated_favicon1.gif │ │ ├── back.png │ │ ├── back_button.gif │ │ ├── back_button_over.gif │ │ ├── background.gif │ │ ├── background_cells.gif │ │ ├── background_cells_red.gif │ │ ├── bg-menu-down.png │ │ ├── bg-menu-middle.png │ │ ├── bg-menu-right-down.png │ │ ├── bg-menu-right-middle.png │ │ ├── bg-menu-right-up.png │ │ ├── bg-menu-up.png │ │ ├── blueshade.png │ │ ├── book_add.png │ │ ├── boton_close.gif │ │ ├── boton_close_background.gif │ │ ├── btn_Add_94x20.gif │ │ ├── btn_Delete_94x20.gif │ │ ├── btn_release_did_94x20.gif │ │ ├── btn_top_12x12.gif │ │ ├── button-search.gif │ │ ├── button_buynow.gif │ │ ├── button_confirm_order.gif │ │ ├── button_continue.gif │ │ ├── clear.gif │ │ ├── companylogo.gif │ │ ├── connected.gif │ │ ├── connected.jpg │ │ ├── control_pause.png │ │ ├── control_play.png │ │ ├── control_stop.png │ │ ├── cvv.jpg │ │ ├── delete.png │ │ ├── details.gif │ │ ├── down_black.png │ │ ├── edit.png │ │ ├── email03.gif │ │ ├── excel.gif │ │ ├── eye.png │ │ ├── favicon.ico │ │ ├── flag_yellow.png │ │ ├── flags │ │ │ ├── ae.gif │ │ │ ├── br.gif │ │ │ ├── cn.gif │ │ │ ├── cz.gif │ │ │ ├── de.gif │ │ │ ├── dk.gif │ │ │ ├── es.gif │ │ │ ├── fi.gif │ │ │ ├── fr.gif │ │ │ ├── gb.gif │ │ │ ├── gr.gif │ │ │ ├── id.gif │ │ │ ├── id.png │ │ │ ├── ir.gif │ │ │ ├── it.gif │ │ │ ├── jp.gif │ │ │ ├── nl.gif │ │ │ ├── pk.gif │ │ │ ├── pl.gif │ │ │ ├── pt.gif │ │ │ ├── ro.gif │ │ │ ├── ru.gif │ │ │ ├── tr.gif │ │ │ ├── ua.gif │ │ │ └── us.gif │ │ ├── fleche-d.gif │ │ ├── fleche-g.gif │ │ ├── forward.png │ │ ├── icon-del.gif │ │ ├── icon-edit.gif │ │ ├── icon-release.gif │ │ ├── icon-viewdetails.gif │ │ ├── icon_arrow_4x6.gif │ │ ├── icon_arrow_orange.gif │ │ ├── icon_down_12x12.GIF │ │ ├── icon_learnMore_12x12.gif │ │ ├── icon_up_12x12.GIF │ │ ├── icons │ │ │ ├── Amex.gif │ │ │ ├── Discover.gif │ │ │ ├── Mastercard.gif │ │ │ ├── Visa.gif │ │ │ ├── add_section.png │ │ │ ├── arrow.png │ │ │ ├── backup.png │ │ │ ├── blank.png │ │ │ ├── categories.png │ │ │ ├── checkin.png │ │ │ ├── component.png │ │ │ ├── con_tel.png │ │ │ ├── config.png │ │ │ ├── content.png │ │ │ ├── controlpanel.png │ │ │ ├── credits.png │ │ │ ├── db.png │ │ │ ├── document.png │ │ │ ├── edit.png │ │ │ ├── emailButton.png │ │ │ ├── globe1.png │ │ │ ├── globe2.png │ │ │ ├── globe3.png │ │ │ ├── globe4.png │ │ │ ├── help.png │ │ │ ├── home.png │ │ │ ├── install.png │ │ │ ├── language.png │ │ │ ├── license.png │ │ │ ├── lock_bg.png │ │ │ ├── mail.png │ │ │ ├── mainmenu.png │ │ │ ├── mass_email.png │ │ │ ├── media.png │ │ │ ├── menus.png │ │ │ ├── messaging.png │ │ │ ├── messaging_config.png │ │ │ ├── messaging_inbox.png │ │ │ ├── module.png │ │ │ ├── preview.png │ │ │ ├── query.png │ │ │ ├── restore.png │ │ │ ├── search_text.png │ │ │ ├── sections.png │ │ │ ├── spacer.png │ │ │ ├── statistics.png │ │ │ ├── sysinfo.png │ │ │ ├── template.png │ │ │ ├── tooltip.png │ │ │ ├── trash.png │ │ │ ├── tux.png │ │ │ ├── user.png │ │ │ ├── users.png │ │ │ ├── users_add.png │ │ │ └── warning.png │ │ ├── index.php │ │ ├── info.png │ │ ├── key-menu_back.gif │ │ ├── key-menu_bl.gif │ │ ├── key-menu_br.gif │ │ ├── key-menu_tl.gif │ │ ├── key-menu_tr.gif │ │ ├── key-point_back.gif │ │ ├── key-point_bl.gif │ │ ├── key-point_br.gif │ │ ├── key-point_tl.gif │ │ ├── key-point_tr.gif │ │ ├── key_go.png │ │ ├── kfind.jpg │ │ ├── kicons │ │ │ ├── acroread.gif │ │ │ ├── authorize.gif │ │ │ ├── back.gif │ │ │ ├── button_cancel.gif │ │ │ ├── button_ok.gif │ │ │ ├── clear_left.gif │ │ │ ├── help.gif │ │ │ ├── help_index.gif │ │ │ ├── identity.gif │ │ │ ├── index.php │ │ │ ├── kfind.gif │ │ │ ├── khelpcenter.gif │ │ │ ├── kspread.gif │ │ │ ├── kspread_ksp.gif │ │ │ ├── lock_bg.png │ │ │ ├── messagebox_critical.gif │ │ │ ├── messagebox_info.gif │ │ │ ├── moneybookers.gif │ │ │ ├── next.gif │ │ │ ├── password.gif │ │ │ ├── password.png │ │ │ ├── paypal.gif │ │ │ ├── paypal_logo.gif │ │ │ ├── personal.gif │ │ │ ├── plugnpay.png │ │ │ ├── spreadsheet.gif │ │ │ ├── stock_alarm.gif │ │ │ ├── stock_cell-phone.gif │ │ │ ├── stock_dialog-info.gif │ │ │ ├── stock_landline-phone.gif │ │ │ ├── system-config-rootpassword.gif │ │ │ ├── system-config-rootpassword.png │ │ │ ├── vcard.gif │ │ │ ├── viewmag.gif │ │ │ ├── viewmag.png │ │ │ ├── worldpay.gif │ │ │ ├── xmag.gif │ │ │ └── xmag.png │ │ ├── line.gif │ │ ├── login-border-center.png │ │ ├── login-border-down.png │ │ ├── login-border-up.png │ │ ├── logout.png │ │ ├── menu_back.gif │ │ ├── menu_br.gif │ │ ├── menu_tr.gif │ │ ├── minus.gif │ │ ├── money.png │ │ ├── msg_error.png │ │ ├── msg_info.png │ │ ├── msg_success.png │ │ ├── msg_warning.png │ │ ├── orangeshade.png │ │ ├── orangeshadet.gif │ │ ├── orangeshadet.png │ │ ├── payments_paypal.gif │ │ ├── pdf.gif │ │ ├── plus.gif │ │ ├── popup_bakground.jpg │ │ ├── popup_linesbotton.gif │ │ ├── printer.png │ │ ├── sidenav-selected.gif │ │ ├── sidenav-selected.jpg │ │ ├── spacer.gif │ │ ├── stock-mic.png │ │ ├── stock_landline-phone.jpg │ │ ├── telephone_add.png │ │ ├── terminated.gif │ │ ├── terminated.jpg │ │ ├── toggle_hide2show.png │ │ ├── toggle_hide2show_on.png │ │ ├── topshade.png │ │ └── up_black.png │ │ ├── index.tpl │ │ ├── main.tpl │ │ ├── profiler.tpl │ │ ├── signup_footer.tpl │ │ └── signup_header.tpl ├── templates_c │ └── .gitignore ├── userinfo.php └── webservice │ ├── .htaccess │ ├── create_trunkconfig.php │ ├── get_balance.php │ └── get_rates.php ├── phpunit.xml ├── src ├── Contracts │ └── Factory │ │ └── Factory.php └── Factory │ └── SmartyFactory.php ├── tests ├── .gitkeep └── Factory │ └── SmartyFactoryTest.php └── webservice ├── .htaccess ├── SOAP ├── soap-a2billing-server.php ├── soap-a2billing-test.php ├── soap-callback-server.php ├── soap-stress-a2billing.php ├── stress-a2billing-test.php ├── test-a2billing-server.php └── test-callback-server.php ├── css └── api_ratecard.css ├── display_ratecard.php ├── lib └── sample_display_ratecard.php /.gitignore: -------------------------------------------------------------------------------- 1 | *.pyc 2 | *dilla* 3 | *.db 4 | *nbproject* 5 | *devserver* 6 | *sublime* 7 | *~ 8 | 9 | # PhpStorm 10 | .idea/ 11 | *.iml 12 | /vendor/ 13 | -------------------------------------------------------------------------------- /AGI/lib: -------------------------------------------------------------------------------- 1 | ../common/lib -------------------------------------------------------------------------------- /CallBack/callback-daemon-py/callback_daemon.egg-info/dependency_links.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /CallBack/callback-daemon-py/callback_daemon.egg-info/entry_points.txt: -------------------------------------------------------------------------------- 1 | [console_scripts] 2 | a2b_callback_daemon = callback_daemon.a2b_callback_daemon:main 3 | 4 | -------------------------------------------------------------------------------- /CallBack/callback-daemon-py/callback_daemon.egg-info/top_level.txt: -------------------------------------------------------------------------------- 1 | callback_daemon 2 | -------------------------------------------------------------------------------- /CallBack/callback-daemon-py/setup.cfg: -------------------------------------------------------------------------------- 1 | 2 | [egg_info] 3 | tag_build = .prod 4 | tag_svn_revision = 1 5 | -------------------------------------------------------------------------------- /Cronjobs/.htaccess: -------------------------------------------------------------------------------- 1 | 2 | order deny,allow 3 | deny from all 4 | -------------------------------------------------------------------------------- /Cronjobs/lib: -------------------------------------------------------------------------------- 1 | ../common/lib -------------------------------------------------------------------------------- /a2billing_dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/a2billing_dashboard.png -------------------------------------------------------------------------------- /addons/.htaccess: -------------------------------------------------------------------------------- 1 | 2 | order deny,allow 3 | deny from all 4 | -------------------------------------------------------------------------------- /addons/Doc/IVR_callflow/callflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/Doc/IVR_callflow/callflow.png -------------------------------------------------------------------------------- /addons/contrib/test-cases/lib: -------------------------------------------------------------------------------- 1 | ../../../common/lib -------------------------------------------------------------------------------- /addons/contrib/wordpress/a2billing.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/contrib/wordpress/a2billing.zip -------------------------------------------------------------------------------- /addons/contrib/wordpress/a2billing/img/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/contrib/wordpress/a2billing/img/help.png -------------------------------------------------------------------------------- /addons/contrib/wordpress/a2billing/img/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/contrib/wordpress/a2billing/img/star.png -------------------------------------------------------------------------------- /addons/sounds/AudioFile_script.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/AudioFile_script.xls -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-account_refill.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-account_refill.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-auth-fail.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-auth-fail.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-callback_intro.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-callback_intro.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-card-expired.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-card-expired.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-card-in-use.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-card-in-use.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-cents.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-cents.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-cost-call.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-cost-call.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-dest-unreachable.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-dest-unreachable.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-dollar.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-dollar.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-dollars.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-dollars.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-enter-card-num.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-enter-card-num.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-enter-dest-europe.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-enter-dest-europe.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-enter-dest.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-enter-dest.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-enter-pin-number.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-enter-pin-number.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-euro.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-euro.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-euros.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-euros.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-final.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-final.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-invalid-digits.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-invalid-digits.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-isbusy.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-isbusy.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-menulang.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-menulang.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-minute.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-minute.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-minutes.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-minutes.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-no-card-entered.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-no-card-entered.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-no-enough-credit.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-no-enough-credit.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-noanswer.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-noanswer.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-per-minutes.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-per-minutes.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-reais.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-reais.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-real.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-real.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-second.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-second.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-seconds.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-seconds.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-sipiax-enternumber.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-sipiax-enternumber.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-sipiax-num-nomatch.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-sipiax-num-nomatch.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-sipiax-press9.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-sipiax-press9.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-welcome.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-welcome.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-you-have.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-you-have.gsm -------------------------------------------------------------------------------- /addons/sounds/br/prepaid-zero-balance.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/prepaid-zero-balance.gsm -------------------------------------------------------------------------------- /addons/sounds/br/vm-and.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/br/vm-and.gsm -------------------------------------------------------------------------------- /addons/sounds/en/account_refill.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/account_refill.gsm -------------------------------------------------------------------------------- /addons/sounds/en/agree_amount.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/agree_amount.gsm -------------------------------------------------------------------------------- /addons/sounds/en/agree_credit_card.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/agree_credit_card.gsm -------------------------------------------------------------------------------- /addons/sounds/en/agree_digits.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/agree_digits.gsm -------------------------------------------------------------------------------- /addons/sounds/en/agree_expiry_date.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/agree_expiry_date.gsm -------------------------------------------------------------------------------- /addons/sounds/en/chilean_peso.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/chilean_peso.gsm -------------------------------------------------------------------------------- /addons/sounds/en/credit.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/credit.gsm -------------------------------------------------------------------------------- /addons/sounds/en/dollar.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/dollar.gsm -------------------------------------------------------------------------------- /addons/sounds/en/dollars.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/dollars.gsm -------------------------------------------------------------------------------- /addons/sounds/en/enter_3_digits.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/enter_3_digits.gsm -------------------------------------------------------------------------------- /addons/sounds/en/enter_amount_part1.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/enter_amount_part1.gsm -------------------------------------------------------------------------------- /addons/sounds/en/enter_amount_part2.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/enter_amount_part2.gsm -------------------------------------------------------------------------------- /addons/sounds/en/enter_credit_card.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/enter_credit_card.gsm -------------------------------------------------------------------------------- /addons/sounds/en/enter_expiry_date.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/enter_expiry_date.gsm -------------------------------------------------------------------------------- /addons/sounds/en/error_process.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/error_process.gsm -------------------------------------------------------------------------------- /addons/sounds/en/euro.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/euro.gsm -------------------------------------------------------------------------------- /addons/sounds/en/euros.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/euros.gsm -------------------------------------------------------------------------------- /addons/sounds/en/invalid_amount.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/invalid_amount.gsm -------------------------------------------------------------------------------- /addons/sounds/en/peso.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/peso.gsm -------------------------------------------------------------------------------- /addons/sounds/en/pesos.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/pesos.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-account-firstused.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-account-firstused.wav -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-account-has-locked.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-account-has-locked.wav -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-account-nolocked.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-account-nolocked.wav -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-account_refill.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-account_refill.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-assigned-speeddial.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-assigned-speeddial.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-auth-fail.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-auth-fail.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-call-duration.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-call-duration.wav -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-callback_intro.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-callback_intro.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-callfollowme.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-callfollowme.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-card-expired.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-card-expired.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-card-in-use.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-card-in-use.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-cent.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-cent.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-cents.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-cents.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-cost-call.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-cost-call.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-dest-unreachable.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-dest-unreachable.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-enter-card-num.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-enter-card-num.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-enter-cid.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-enter-cid.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-enter-dest.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-enter-dest.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-enter-dialcode.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-enter-dialcode.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-enter-pin-lock.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-enter-pin-lock.wav -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-enter-pin-number.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-enter-pin-number.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-enter-speeddial.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-enter-speeddial.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-final.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-final.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-invalid-digits.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-invalid-digits.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-is-used-for.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-is-used-for.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-isbusy.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-isbusy.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-lastcall.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-lastcall.wav -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-locking-accepted.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-locking-accepted.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-minute.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-minute.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-minutes.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-minutes.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-no-call.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-no-call.wav -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-no-card-entered.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-no-card-entered.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-no-dialcode.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-no-dialcode.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-no-enough-credit.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-no-enough-credit.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-no-pin-lock.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-no-pin-lock.wav -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-noanswer.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-noanswer.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-pence.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-pence.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-per-minutes.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-per-minutes.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-point.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-point.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-pound.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-pound.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-pounds.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-pounds.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-press4-info.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-press4-info.wav -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-press5-lock.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-press5-lock.wav -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-pressdisconnect.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-pressdisconnect.wav -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-remaining.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-remaining.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-second.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-second.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-seconds.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-seconds.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-sipiax-enternumber.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-sipiax-enternumber.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-sipiax-num-nomatch.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-sipiax-num-nomatch.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-sipiax-press9.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-sipiax-press9.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-speeddial-saved.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-speeddial-saved.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-the-phonenumber.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-the-phonenumber.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-welcome.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-welcome.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-you-have-dialed.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-you-have-dialed.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-you-have.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-you-have.gsm -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-your-locking-is.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-your-locking-is.wav -------------------------------------------------------------------------------- /addons/sounds/en/prepaid-zero-balance.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/prepaid-zero-balance.gsm -------------------------------------------------------------------------------- /addons/sounds/en/press_yes_or_no.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/press_yes_or_no.gsm -------------------------------------------------------------------------------- /addons/sounds/en/refill_card_with_voucher.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/refill_card_with_voucher.gsm -------------------------------------------------------------------------------- /addons/sounds/en/thanks_credit_card_refill.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/thanks_credit_card_refill.gsm -------------------------------------------------------------------------------- /addons/sounds/en/unknow_used_currencie.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/unknow_used_currencie.gsm -------------------------------------------------------------------------------- /addons/sounds/en/vm-and.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/vm-and.gsm -------------------------------------------------------------------------------- /addons/sounds/en/vm-goodbye.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/vm-goodbye.gsm -------------------------------------------------------------------------------- /addons/sounds/en/voucher_does_not_exist.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/voucher_does_not_exist.gsm -------------------------------------------------------------------------------- /addons/sounds/en/voucher_enter_number.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/voucher_enter_number.gsm -------------------------------------------------------------------------------- /addons/sounds/en/you_entered.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/en/you_entered.gsm -------------------------------------------------------------------------------- /addons/sounds/es/chilean_peso.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/chilean_peso.gsm -------------------------------------------------------------------------------- /addons/sounds/es/credit.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/credit.gsm -------------------------------------------------------------------------------- /addons/sounds/es/dollar.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/dollar.gsm -------------------------------------------------------------------------------- /addons/sounds/es/dollars.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/dollars.gsm -------------------------------------------------------------------------------- /addons/sounds/es/euro.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/euro.gsm -------------------------------------------------------------------------------- /addons/sounds/es/euros.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/euros.gsm -------------------------------------------------------------------------------- /addons/sounds/es/peso.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/peso.gsm -------------------------------------------------------------------------------- /addons/sounds/es/pesos.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/pesos.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-auth-fail.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-auth-fail.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-callfollowme.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-callfollowme.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-card-expired.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-card-expired.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-card-in-use.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-card-in-use.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-cent.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-cent.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-cents.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-cents.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-dest-unreachable.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-dest-unreachable.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-enter-card-num.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-enter-card-num.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-enter-dest-europe.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-enter-dest-europe.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-enter-dest.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-enter-dest.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-enter-pin-number.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-enter-pin-number.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-euro.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-euro.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-euros.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-euros.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-final.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-final.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-invalid-digits.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-invalid-digits.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-isbusy.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-isbusy.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-minute.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-minute.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-minutes.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-minutes.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-no-card-entered.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-no-card-entered.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-no-enough-credit.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-no-enough-credit.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-noanswer.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-noanswer.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-remaining.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-remaining.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-second.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-second.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-seconds.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-seconds.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-sipiax-enternumber.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-sipiax-enternumber.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-sipiax-num-nomatch.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-sipiax-num-nomatch.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-sipiax-press9.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-sipiax-press9.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-welcome.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-welcome.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-you-have-dialed.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-you-have-dialed.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-you-have.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-you-have.gsm -------------------------------------------------------------------------------- /addons/sounds/es/prepaid-zero-balance.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/prepaid-zero-balance.gsm -------------------------------------------------------------------------------- /addons/sounds/es/vm-and.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/es/vm-and.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/account_refill.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/account_refill.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/chilean_peso.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/chilean_peso.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/credit.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/credit.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/dollar.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/dollar.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/dollars.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/dollars.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/euros.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/euros.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/pesos.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/pesos.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/prepaid-account_refill.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/prepaid-account_refill.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/prepaid-auth-fail.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/prepaid-auth-fail.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/prepaid-callfollowme.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/prepaid-callfollowme.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/prepaid-card-expired.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/prepaid-card-expired.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/prepaid-card-in-use.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/prepaid-card-in-use.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/prepaid-cent.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/prepaid-cent.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/prepaid-cents.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/prepaid-cents.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/prepaid-dest-unreachable.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/prepaid-dest-unreachable.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/prepaid-enter-card-num.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/prepaid-enter-card-num.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/prepaid-enter-dest-europe.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/prepaid-enter-dest-europe.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/prepaid-enter-dest.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/prepaid-enter-dest.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/prepaid-enter-pin-number.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/prepaid-enter-pin-number.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/prepaid-euro.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/prepaid-euro.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/prepaid-euros.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/prepaid-euros.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/prepaid-final.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/prepaid-final.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/prepaid-invalid-digits.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/prepaid-invalid-digits.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/prepaid-isbusy.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/prepaid-isbusy.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/prepaid-minute.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/prepaid-minute.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/prepaid-minutes.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/prepaid-minutes.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/prepaid-no-card-entered.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/prepaid-no-card-entered.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/prepaid-no-enough-credit.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/prepaid-no-enough-credit.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/prepaid-noanswer.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/prepaid-noanswer.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/prepaid-remaining.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/prepaid-remaining.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/prepaid-second.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/prepaid-second.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/prepaid-seconds.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/prepaid-seconds.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/prepaid-welcome.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/prepaid-welcome.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/prepaid-you-have-dialed.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/prepaid-you-have-dialed.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/prepaid-you-have.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/prepaid-you-have.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/prepaid-zero-balance.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/prepaid-zero-balance.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/refill_card_with_voucher.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/refill_card_with_voucher.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/unknow_used_currencie.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/unknow_used_currencie.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/voucher_does_not_exist.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/voucher_does_not_exist.gsm -------------------------------------------------------------------------------- /addons/sounds/fr/voucher_enter_number.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/fr/voucher_enter_number.gsm -------------------------------------------------------------------------------- /addons/sounds/global/menu_en.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/menu_en.gsm -------------------------------------------------------------------------------- /addons/sounds/global/menu_es.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/menu_es.gsm -------------------------------------------------------------------------------- /addons/sounds/global/menu_fr.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/menu_fr.gsm -------------------------------------------------------------------------------- /addons/sounds/global/menu_ru.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/menu_ru.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_en_1.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_en_1.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_en_2.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_en_2.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_en_3.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_en_3.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_en_4.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_en_4.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_en_5.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_en_5.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_en_6.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_en_6.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_en_7.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_en_7.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_en_8.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_en_8.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_en_9.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_en_9.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_es_1.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_es_1.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_es_2.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_es_2.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_es_3.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_es_3.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_es_4.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_es_4.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_es_5.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_es_5.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_es_6.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_es_6.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_es_7.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_es_7.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_es_8.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_es_8.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_es_9.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_es_9.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_fr_1.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_fr_1.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_fr_2.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_fr_2.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_fr_3.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_fr_3.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_fr_4.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_fr_4.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_fr_5.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_fr_5.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_ru_1.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_ru_1.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_ru_2.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_ru_2.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_ru_3.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_ru_3.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_ru_4.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_ru_4.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_ru_5.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_ru_5.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_ru_6.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_ru_6.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_ru_7.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_ru_7.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_ru_8.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_ru_8.gsm -------------------------------------------------------------------------------- /addons/sounds/global/num_ru_9.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/num_ru_9.gsm -------------------------------------------------------------------------------- /addons/sounds/global/prepaid-menulang-en-ru.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/prepaid-menulang-en-ru.gsm -------------------------------------------------------------------------------- /addons/sounds/global/prepaid-menulang.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/prepaid-menulang.gsm -------------------------------------------------------------------------------- /addons/sounds/global/prepaid-menulang2.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/global/prepaid-menulang2.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/credit.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/credit.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/0.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/0.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/1.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/1.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/10.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/10.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/100.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/100.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/11.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/11.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/12.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/12.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/13.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/13.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/14.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/14.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/15.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/15.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/16.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/16.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/17.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/17.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/18.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/18.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/19.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/19.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/2.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/2.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/20.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/20.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/3.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/3.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/30.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/30.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/4.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/4.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/40.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/40.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/5.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/5.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/50.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/50.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/6.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/6.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/60.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/60.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/7.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/7.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/70.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/70.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/8.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/8.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/80.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/80.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/9.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/9.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/90.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/90.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/Seconds.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/Seconds.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/a-m.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/a-m.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/at.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/at.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/billion.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/billion.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/day-0.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/day-0.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/day-1.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/day-1.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/day-2.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/day-2.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/day-3.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/day-3.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/day-4.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/day-4.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/day-5.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/day-5.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/day-6.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/day-6.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/dollars.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/dollars.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/ekatomyria.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/ekatomyria.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/female-1.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/female-1.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/female-2.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/female-2.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/female-3.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/female-3.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/female-4.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/female-4.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-1.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-1.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-10.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-10.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-11.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-11.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-12.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-12.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-13.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-13.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-14.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-14.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-15.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-15.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-16.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-16.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-17.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-17.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-18.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-18.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-19.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-19.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-2.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-2.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-20.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-20.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-3.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-3.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-30.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-30.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-4.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-4.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-40.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-40.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-5.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-5.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-50.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-50.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-6.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-6.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-60.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-60.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-7.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-7.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-70.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-70.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-8.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-8.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-80.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-80.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-9.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-9.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-90.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-90.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-billion.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-billion.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-hundred.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-hundred.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-million.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-million.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/h-thousand.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/h-thousand.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/hundred-100.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/hundred-100.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/hundred-200.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/hundred-200.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/hundred-300.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/hundred-300.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/hundred-400.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/hundred-400.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/hundred-500.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/hundred-500.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/hundred-600.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/hundred-600.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/hundred-700.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/hundred-700.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/hundred-800.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/hundred-800.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/hundred-900.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/hundred-900.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/hundred.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/hundred.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/kai.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/kai.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/million.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/million.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/minus.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/minus.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/mon-0.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/mon-0.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/mon-1.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/mon-1.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/mon-10.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/mon-10.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/mon-11.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/mon-11.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/mon-2.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/mon-2.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/mon-3.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/mon-3.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/mon-4.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/mon-4.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/mon-5.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/mon-5.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/mon-6.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/mon-6.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/mon-7.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/mon-7.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/mon-8.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/mon-8.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/mon-9.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/mon-9.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/myrio.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/myrio.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/oclock.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/oclock.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/oh.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/oh.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/p-m.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/p-m.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/pound.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/pound.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/star.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/star.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/thousand.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/thousand.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/thousands.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/thousands.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/today.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/today.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/tomorrow.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/tomorrow.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/xilia.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/xilia.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/digits/yesterday.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/digits/yesterday.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/euro.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/euro.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-account-firstused.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-account-firstused.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-account-has-locked.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-account-has-locked.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-account-nolocked.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-account-nolocked.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-account_refill.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-account_refill.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-assigned-speeddial.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-assigned-speeddial.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-auth-fail.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-auth-fail.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-call-duration.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-call-duration.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-callback_intro.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-callback_intro.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-callfollowme.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-callfollowme.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-card-expired.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-card-expired.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-card-in-use.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-card-in-use.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-cents.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-cents.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-cost-call.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-cost-call.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-dest-unreachable.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-dest-unreachable.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-dollar.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-dollar.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-dollars.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-dollars.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-enter-card-num.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-enter-card-num.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-enter-cid.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-enter-cid.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-enter-dest.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-enter-dest.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-enter-dialcode.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-enter-dialcode.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-enter-pin-lock.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-enter-pin-lock.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-enter-pin-number.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-enter-pin-number.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-enter-speeddial.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-enter-speeddial.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-euro.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-euro.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-euros.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-euros.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-final.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-final.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-invalid-digits.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-invalid-digits.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-is-used-for.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-is-used-for.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-isbusy.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-isbusy.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-lastcall.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-lastcall.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-locking-accepted.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-locking-accepted.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-menulang-en_gr.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-menulang-en_gr.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-minute.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-minute.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-minutes.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-minutes.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-no-call.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-no-call.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-no-card-entered.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-no-card-entered.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-no-dialcode.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-no-dialcode.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-no-enough-credit.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-no-enough-credit.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-no-pin-lock.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-no-pin-lock.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-noanswer.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-noanswer.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-pence.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-pence.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-per-minutes.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-per-minutes.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-point.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-point.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-pound.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-pound.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-pounds.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-pounds.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-press4-info.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-press4-info.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-press5-lock.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-press5-lock.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-pressdisconnect.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-pressdisconnect.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-second.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-second.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-seconds.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-seconds.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-sipiax-enternumber.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-sipiax-enternumber.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-sipiax-num-nomatch.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-sipiax-num-nomatch.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-sipiax-press9.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-sipiax-press9.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-speeddial-saved.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-speeddial-saved.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-the-phonenumber.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-the-phonenumber.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-welcome.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-welcome.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-you-have.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-you-have.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-your-locking-is.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-your-locking-is.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/prepaid-zero-balance.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/prepaid-zero-balance.gsm -------------------------------------------------------------------------------- /addons/sounds/gr/vm-and.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/gr/vm-and.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/0.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/0.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/1.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/1.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/10.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/10.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/100.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/100.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/11.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/11.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/12.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/12.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/13.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/13.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/14.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/14.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/15.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/15.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/16.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/16.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/17.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/17.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/18.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/18.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/19.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/19.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/1f.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/1f.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/2.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/2.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/20.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/20.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/200.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/200.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/2f.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/2f.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/3.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/3.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/30.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/30.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/300.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/300.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/4.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/4.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/40.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/40.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/400.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/400.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/5.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/5.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/50.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/50.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/500.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/500.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/6.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/6.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/60.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/60.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/600.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/600.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/7.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/7.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/70.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/70.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/700.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/700.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/8.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/8.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/80.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/80.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/800.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/800.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/9.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/9.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/90.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/90.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/900.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/900.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/million-a.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/million-a.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/million.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/million.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/millions.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/millions.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/thousand.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/thousand.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/thousands-i.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/thousands-i.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/digits/thousands.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/digits/thousands.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/dollar.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/dollar.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/dollar2.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/dollar2.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/dollars.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/dollars.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/euro.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/euro.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/euros.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/euros.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-account_refill.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-account_refill.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-auth-fail-card.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-auth-fail-card.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-auth-fail-pin.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-auth-fail-pin.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-callback_intro.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-callback_intro.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-card-expired.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-card-expired.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-card-in-use.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-card-in-use.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-cent.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-cent.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-cent2.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-cent2.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-cents.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-cents.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-cost-call.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-cost-call.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-customer-service.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-customer-service.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-dest-unreachable.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-dest-unreachable.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-enter-card-num.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-enter-card-num.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-enter-dest-europe.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-enter-dest-europe.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-enter-dest.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-enter-dest.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-enter-pin-number.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-enter-pin-number.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-final.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-final.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-invalid-digits.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-invalid-digits.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-isbusy.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-isbusy.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-lang-russian.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-lang-russian.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-minute.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-minute.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-minute2.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-minute2.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-minutes.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-minutes.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-no-card-entered.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-no-card-entered.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-no-enough-credit.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-no-enough-credit.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-noanswer.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-noanswer.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-per-minutes.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-per-minutes.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-second.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-second.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-second2.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-second2.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-seconds.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-seconds.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-thousand.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-thousand.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-thousand2.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-thousand2.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-thousands.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-thousands.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-welcome.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-welcome.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-you-have.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-you-have.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/prepaid-zero-balance.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/prepaid-zero-balance.gsm -------------------------------------------------------------------------------- /addons/sounds/ru/vm-and.gsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/addons/sounds/ru/vm-and.gsm -------------------------------------------------------------------------------- /admin/Public/images: -------------------------------------------------------------------------------- 1 | ../../common/images -------------------------------------------------------------------------------- /admin/Public/javascript: -------------------------------------------------------------------------------- 1 | ../../common/javascript -------------------------------------------------------------------------------- /admin/Public/jpgraph_lib: -------------------------------------------------------------------------------- 1 | ../../common/lib/jpgraph_lib -------------------------------------------------------------------------------- /admin/Public/pqp: -------------------------------------------------------------------------------- 1 | ../../common/lib/pqp/ -------------------------------------------------------------------------------- /admin/Public/templates/default/css/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/css/index.php -------------------------------------------------------------------------------- /admin/Public/templates/default/css/popup.css: -------------------------------------------------------------------------------- 1 | #page-wrap { 2 | min-width: 0; 3 | } -------------------------------------------------------------------------------- /admin/Public/templates/default/css/style-ie.css: -------------------------------------------------------------------------------- 1 | #page-wrap { 2 | width:expression(document.body.clientWidth < 1002? "1000px" : "auto"); 3 | } 4 | -------------------------------------------------------------------------------- /admin/Public/templates/default/images/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/add.png -------------------------------------------------------------------------------- /admin/Public/templates/default/images/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/back.png -------------------------------------------------------------------------------- /admin/Public/templates/default/images/cal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/cal.gif -------------------------------------------------------------------------------- /admin/Public/templates/default/images/clear.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/clear.gif -------------------------------------------------------------------------------- /admin/Public/templates/default/images/cog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/cog.png -------------------------------------------------------------------------------- /admin/Public/templates/default/images/cross.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/cross.gif -------------------------------------------------------------------------------- /admin/Public/templates/default/images/del.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/del.png -------------------------------------------------------------------------------- /admin/Public/templates/default/images/dl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/dl.gif -------------------------------------------------------------------------------- /admin/Public/templates/default/images/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/down.png -------------------------------------------------------------------------------- /admin/Public/templates/default/images/edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/edit.gif -------------------------------------------------------------------------------- /admin/Public/templates/default/images/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/edit.png -------------------------------------------------------------------------------- /admin/Public/templates/default/images/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/email.png -------------------------------------------------------------------------------- /admin/Public/templates/default/images/error.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/error.gif -------------------------------------------------------------------------------- /admin/Public/templates/default/images/excel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/excel.gif -------------------------------------------------------------------------------- /admin/Public/templates/default/images/eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/eye.png -------------------------------------------------------------------------------- /admin/Public/templates/default/images/group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/group.png -------------------------------------------------------------------------------- /admin/Public/templates/default/images/gtop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/gtop.png -------------------------------------------------------------------------------- /admin/Public/templates/default/images/house.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/house.png -------------------------------------------------------------------------------- /admin/Public/templates/default/images/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/index.php -------------------------------------------------------------------------------- /admin/Public/templates/default/images/info.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/info.gif -------------------------------------------------------------------------------- /admin/Public/templates/default/images/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/info.png -------------------------------------------------------------------------------- /admin/Public/templates/default/images/key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/key.png -------------------------------------------------------------------------------- /admin/Public/templates/default/images/line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/line.gif -------------------------------------------------------------------------------- /admin/Public/templates/default/images/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/link.png -------------------------------------------------------------------------------- /admin/Public/templates/default/images/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/lock.png -------------------------------------------------------------------------------- /admin/Public/templates/default/images/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/map.png -------------------------------------------------------------------------------- /admin/Public/templates/default/images/minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/minus.gif -------------------------------------------------------------------------------- /admin/Public/templates/default/images/money.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/money.png -------------------------------------------------------------------------------- /admin/Public/templates/default/images/next.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/next.gif -------------------------------------------------------------------------------- /admin/Public/templates/default/images/pdf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/pdf.gif -------------------------------------------------------------------------------- /admin/Public/templates/default/images/pixel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/pixel.gif -------------------------------------------------------------------------------- /admin/Public/templates/default/images/plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/plus.gif -------------------------------------------------------------------------------- /admin/Public/templates/default/images/prev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/prev.gif -------------------------------------------------------------------------------- /admin/Public/templates/default/images/tux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/tux.png -------------------------------------------------------------------------------- /admin/Public/templates/default/images/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/up.png -------------------------------------------------------------------------------- /admin/Public/templates/default/images/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Star2Billing/a2billing/8dd474c6077544dcc757159a50149bbeb403c314/admin/Public/templates/default/images/user.png -------------------------------------------------------------------------------- /admin/index.php: -------------------------------------------------------------------------------- 1 |

3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /customer/templates_c/.gitignore: -------------------------------------------------------------------------------- 1 | *.php 2 | -------------------------------------------------------------------------------- /customer/webservice/.htaccess: -------------------------------------------------------------------------------- 1 | 2 | order deny,allow 3 | deny from all 4 | -------------------------------------------------------------------------------- /src/Contracts/Factory/Factory.php: -------------------------------------------------------------------------------- 1 |