Changes for page 07 - Dial plan
From version 10.7
edited by administrator BDP
on 2018/04/24 14:47
on 2018/04/24 14:47
Change comment:
There is no comment for this version
To version 10.6
edited by administrator BDP
on 2018/04/24 14:43
on 2018/04/24 14:43
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -84,7 +84,7 @@ 84 84 (% class="mark" style="font-family:Courier New,Courier,monospace" %)"|([1-9]{3})|\1|d" 85 85 86 86 87 -Il pattern intercetta tutti i numeri telefonici composti da 3 cifre ( (% style="font-family:Courier New,Courier,monospace" class="mark" %){3}(%%)) che contengono i numeri da 1 a 9 ((% style="font-family:Courier New,Courier,monospace" class="mark" %)[1-9](%%)****) ed esegue la chiamata in modo automatico senza che l'utente debba premere nessun tasto ((% class="mark" %)d(%%)).87 +Il pattern intercetta tutti i numeri telefonici composti da 3 cifre ( **{3}** ) che contengono i numeri da 1 a 9 ( **[1-9] **) ed esegue la chiamata in modo automatico senza che l'utente debba premere nessun tasto ( **d** ). 88 88 89 89 === Inserire il prefisso di impegno del centralino === 90 90 ... ... @@ -100,7 +100,7 @@ 100 100 (% class="mark" style="font-family:Courier New,Courier,monospace" %)“|^0([0-9]*)$|00\1|d” 101 101 102 102 103 -Il pattern intercetta il valore "0"del prefisso telefonico e lo sostituisce con valore"00".Infine esegue automaticamente la chiamata.103 +Il pattern intercetta il valore “0” del prefisso telefonico e lo sostituisce con valore “00”; infine esegue automaticamente la chiamata. 104 104 105 105 === Gestione dei numeri internazionali === 106 106