Bug 107501

Summary: some international dialup codes missing
Product: [Fedora] Fedora Reporter: Roman Maurer <roman.maurer>
Component: redhat-config-networkAssignee: Harald Hoyer <harald>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.3.9 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-10-27 13:54:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
patch for adding some international dialup codes none

Description Roman Maurer 2003-10-19 14:33:39 UTC
Description of problem:
redhat-config-network 1.3.7 lacks international phone dialup codes for some
countries.

Version-Release number of selected component (if applicable):
redhat-config-network 1.3.7

Proposed patch:

--- src/netconfpkg/NCDialup.py.orig     2003-10-08 17:10:13.000000000 +0200
+++ src/netconfpkg/NCDialup.py  2003-10-19 16:29:47.000000000 +0200
@@ -47,6 +47,7 @@
     _("Argentina") : 54,
     _("Australia") : 61,
     _("Austria") : 43,
+    _("Belarus") : 375,
     _("Belgium") : 32,
     _("Bosnia and Hercegovina") : 387,
     _("Brazil") : 55,
@@ -59,6 +60,7 @@
     _("Colombia") : 47,
     _("Croatia") : 385,
     _("Cuba") : 53,
+    _("Cyprus") : 357,
     _("Czech Republic") : 420,
     _("Denmark") : 45,
     _("Finland") : 358,
@@ -74,18 +76,30 @@
     _("Israel") : 972,
     _("Italy") : 39,
     _("Japan") : 81,
+    _("Kazakhstan") : 7,
     _("Korea North") : 850,
     _("Korea Republic") : 82,
-    _("Malaysia") : 60,
+    _("Liechtenstein") : 423,
+    _("Lithuania") : 370,
     _("Luxembourg") : 352,
+    _("Macedonia") : 389,
+    _("Malaysia") : 60,
+    _("Malta") : 356,
     _("Mexico") : 52,
+    _("Moldova") : 373,
+    _("Monaco") : 377,
     _("Netherlands") : 31,
     _("New Zealand") : 64,
     _("Norway") : 47,
+    _("Palestine") : 970,
     _("Philippines") : 63,
+    _("Poland") : 48,
+    _("Portugal") : 351,
     _("Romania") : 30,
+    _("Russia") : 7,
     _("Singapore") : 65,
     _("Slovakia") : 421,
+    _("Slovenia") : 386,
     _("Spain") : 34,
     _("Sweden") : 46,
     _("Switzerland") : 41,

Comment 1 Roman Maurer 2003-10-22 19:19:06 UTC
Created attachment 95395 [details]
patch for adding some international dialup codes

This patch adds international dialup codes for Belarus, Cyprus, Kazakhstan,
Liechtenstein, Lithuania, Macedonia, Malta, Moldova, Monaco, Palestine, Poland,
Portugal, Russia and Slovenia. Source is my phone book.

Comment 2 Harald Hoyer 2003-10-23 06:28:10 UTC
many thanks