From 45e26915fd5259e54dc527462b812612d2b7329a Mon Sep 17 00:00:00 2001 From: mattf Date: Wed, 8 Dec 2010 08:45:34 +0000 Subject: [PATCH] Changed some descriptions and field names in Phones admin.php git-svn-id: svn://192.168.202.10@1569 3d104415-ff17-0410-8863-d5cf3c621b8a --- .../TO_BE_TRANSLATED_2.4.txt | 4 ++++ www/vicidial/admin.php | 19 ++++++++++--------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/translations/raw_translation_files/TO_BE_TRANSLATED_2.4.txt b/translations/raw_translation_files/TO_BE_TRANSLATED_2.4.txt index b91178b3..04cb4adb 100644 --- a/translations/raw_translation_files/TO_BE_TRANSLATED_2.4.txt +++ b/translations/raw_translation_files/TO_BE_TRANSLATED_2.4.txt @@ -486,6 +486,10 @@ Manual Call Time Check|| If this option is enabled, it will check all manual dial calls to make sure they are within the call time settings set for the campaign. Default is DISABLED|| If you want to change this lead to a scheduled callback, first change the Disposition to CBHOLD, then submit and you will be able to set the callback date and time|| Web Form Override - This is the custom address that clicking on the WEB FORM button in VICIDIAL will take you to for calls that come in on this list|| +Agent Screen Login|| +The login used for the phone user to login to the client applications, like the ViciDial agent screen|| +Phone Extension|| +This field is where you put the phones name as it appears to Asterisk not including the protocol or slash at the beginning. For Example: for the SIP phone SIP/test101 the Phone extension would be test101. Also, for IAX2 phones: IAX2/IAXphone1@IAXphone1 would be IAXphone1. For Zap and Dahdi attached channelbank or FXS phones make sure you put the full channel number without the prefix: Zap/25-1 would be 25-1. Another note, make sure you set the Protocol field below correctly for your type of phone|| AST_LISTS_campaign_stats.php diff --git a/www/vicidial/admin.php b/www/vicidial/admin.php index e541769d..8f09de23 100644 --- a/www/vicidial/admin.php +++ b/www/vicidial/admin.php @@ -2619,12 +2619,13 @@ else # 101115-1355 - Added more options for the concurrent transfer limit campaign setting # 101123-2214 - Added api_manual_dial and manual_dial_call_time_check campaign options # 101127-2232 - Added webform override options to lists +# 101208-0341 - Changed some descriptions and field names in Phones # # make sure you have added a user to the vicidial_users MySQL table with at least user_level 8 to access this page the first time -$admin_version = '2.4-290'; -$build = '101127-2232'; +$admin_version = '2.4-291'; +$build = '101208-0341'; $STARTtime = date("U"); $SQLdate = date("Y-m-d H:i:s"); @@ -6209,7 +6210,7 @@ if ($ADD==99999) PHONES TABLE


- Phone extension - This field is where you put the phones name as it appears to Asterisk not including the protocol or slash at the beginning. For Example: for the SIP phone SIP/test101 the Phone extension would be test101. Also, for IAX2 phones make sure you use the full phones name: IAX2/IAXphone1@IAXphone1 would be IAXphone1@IAXphone1. For Zap phones make sure you put the full channel: Zap/25-1 would be 25-1. Another note, make sure you set the Protocol below correctly for your type of phone. + Phone Extension - This field is where you put the phones name as it appears to Asterisk not including the protocol or slash at the beginning. For Example: for the SIP phone SIP/test101 the Phone extension would be test101. Also, for IAX2 phones: IAX2/IAXphone1@IAXphone1 would be IAXphone1. For Zap and Dahdi attached channelbank or FXS phones make sure you put the full channel number without the prefix: Zap/25-1 would be 25-1. Another note, make sure you set the Protocol field below correctly for your type of phone.
@@ -6244,7 +6245,7 @@ if ($ADD==99999)

- Login - The login used for the phone user to login to the client applications. + Agent Screen Login - The login used for the phone user to login to the client applications, like the ViciDial agent screen.
@@ -9117,11 +9118,11 @@ if ($ADD==11111111111) echo "
\n"; if ($voi_count > 0) { - echo "\n"; + echo "\n"; } else { - echo "\n"; + echo "\n"; } echo "\n"; echo "\n"; @@ -9132,7 +9133,7 @@ if ($ADD==11111111111) echo "$servers_list"; echo "$NWB#phones-server_ip$NWE\n"; - echo "\n"; + echo "\n"; echo "\n"; echo "\n"; echo "\n"; @@ -24424,7 +24425,7 @@ if ($ADD==31111111111) echo "\n"; echo "
Phone extension: Auto-Generated $NWB#phones-extension$NWE
Phone Extension: Auto-Generated $NWB#phones-extension$NWE
Phone extension: $NWB#phones-extension$NWE
Phone Extension: $NWB#phones-extension$NWE
Dial Plan Number: (digits only)$NWB#phones-dialplan_number$NWE
Voicemail Box: (digits only)$NWB#phones-voicemail_id$NWE
Login: $NWB#phones-login$NWE
Agent Screen Login: $NWB#phones-login$NWE
Login Password: $NWB#phones-pass$NWE
Registration Password: $NWB#phones-conf_secret$NWE     Strength:
Status: $NWB#phones-status$NWE
\n"; - echo "\n"; + echo "\n"; echo "\n"; echo "\n"; echo "\n"; @@ -24435,7 +24436,7 @@ if ($ADD==31111111111) echo "$servers_list"; echo "\n"; echo "$NWB#phones-server_ip$NWE\n"; - echo "\n"; + echo "\n"; echo "\n"; echo "\n"; echo "\n";
Phone extension: $NWB#phones-extension$NWE (Agent Screen Phone Login)
Phone Extension: $NWB#phones-extension$NWE
Dial Plan Number: (digits only)$NWB#phones-dialplan_number$NWE
Voicemail Box: (digits only)$NWB#phones-voicemail_id$NWE
Outbound CallerID: (digits only)$NWB#phones-outbound_cid$NWE
Login: $NWB#phones-login$NWE
Agent Screen Login: $NWB#phones-login$NWE
Login Password: $NWB#phones-pass$NWE
Registration Password: $NWB#phones-conf_secret$NWE     Strength:
Set As Webphone: $NWB#phones-is_webphone$NWE