predictivedialer_en_us.php

来自「voip开源项目」· PHP 代码 · 共 24 行

PHP
24
字号
<?//En for mangaer$msgChannelsInfo = "reading message,please stand by...";$no_phonenumber_in_database = "no phone numbers in database";//$phonenumber_in_database = "Phone numbers in database ";$records_left = "records left";$ready_to_dial = "Ready to dial";$dial = "Dial";$stop = "Stop";$number_only = "Number only";$dialer_stopped = "Ready to dial";$dialing = "Dialing";$reach_maximum_concurrent_calls = "Reach maximum concurrent calls";$account = "SIP account";$dialed_number = "Dialed number";$call_type = "Call type";$call_status = "Call status";$trunk = "Trunk";$start_time = "Start Time";$duration = "Duration";$AMI_connection_failed			= "AMI connection failed, please check your configuration file";$cannot_use_predictive_dialer	= "Cannot use predictive dialer, please ensure your astercrm work on the same serer with asterisk, and then check your config file";?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?