Changes

Jump to navigation Jump to search
Line 4: Line 4:     
:It has been in the manual already even highlighted as a tip box in chapter 6. Do we really need to show the apply screen? Wouldn't it be obvious enough? <small>—&nbsp;[[User:Cactus|Cactus]] ([[User talk:Cactus|talk]]&nbsp;|&nbsp;[[Special:Contributions/Cactus|contribs]])&nbsp;</small> 08:10, 17 May 2009 (UTC)
 
:It has been in the manual already even highlighted as a tip box in chapter 6. Do we really need to show the apply screen? Wouldn't it be obvious enough? <small>—&nbsp;[[User:Cactus|Cactus]] ([[User talk:Cactus|talk]]&nbsp;|&nbsp;[[Special:Contributions/Cactus|contribs]])&nbsp;</small> 08:10, 17 May 2009 (UTC)
 +
 +
== Dialup phone numbers with # and * characters  ==
 +
 +
Add to Admin manual Chapter 5
 +
 +
Section
 +
Configuring the Server for Server and Gateway Mode - Dialup Access
 +
 +
Add Warning:
 +
When entering your dialup phone number the default allowable character set does not include # and/or *.  If your country uses dialup phone numbers with # and/or *  you will need to edit the following script
 +
 +
/usr/lib/perl5/site_perl/esmith/console/configure.pm
 +
 +
Section
 +
#------------------------------------------------------------
 +
DIALUP_ACCESS_NUMBER:
 +
#------------------------------------------------------------
 +
 +
Change line 1398 "if ($choice =~ /^[-,0-9]+$/)"
 +
 +
To "if ($choice =~ /^[-,\#\*0-9]+$/)"
 +
 +
Which allows '#' and '*' in the Dialup phone number
 +
 +
save changes.

Navigation menu