Changes for page 07 - Dial plan
From version 21.1
edited by administrator BDP
on 2018/10/05 10:40
on 2018/10/05 10:40
Change comment:
There is no comment for this version
To version 20.1
edited by administrator BDP
on 2018/05/09 17:31
on 2018/05/09 17:31
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,1 @@ 1 -xwiki:IFMSoftPhone.WebHome 1 +xwiki:IFMSoftPhone2\.1.WebHome - Content
-
... ... @@ -81,7 +81,7 @@ 81 81 82 82 Per comporre il numero di un interno ed eseguire automaticamente la chiamata, impostare il seguente dial plan: 83 83 84 -(% class="mark" style="font-family:Courier New,Courier,monospace" %)|([1-9]{3})|\1|d 84 +(% class="mark" style="font-family:Courier New,Courier,monospace" %)"|([1-9]{3})|\1|d" 85 85 86 86 Il pattern intercetta tutti i numeri telefonici composti da 3 cifre ( (% class="mark" style="font-family:Courier New,Courier,monospace" %){3}(%%) ) che contengono i numeri da 1 a 9 ( (% class="mark" style="font-family:Courier New,Courier,monospace" %)[1-9](%%)** **) ed esegue la chiamata in modo automatico senza che l'utente debba premere nessun tasto ( (% class="mark" %)d(%%) ). 87 87 ... ... @@ -89,7 +89,7 @@ 89 89 90 90 Per inserire il prefisso di impegno del centralino, impostare il seguente dial plan: 91 91 92 -(% class="mark" style="font-family:Courier New,Courier,monospace" %)|^\+39([0-9]*)$|0\1|d 92 +(% class="mark" style="font-family:Courier New,Courier,monospace" %)"|^\+39([0-9]*)$|0\1|d" 93 93 94 94 95 95 Il pattern intercetta il codice internazionale appartenente all’Italia ( +39** **) e lo sostituisce con il valore "0"; infine esegue automaticamente la chiamata. ... ... @@ -96,7 +96,7 @@ 96 96 97 97 La variante senza codice internazionale appartenente all’Italia ( +39** **): 98 98 99 -(% class="mark" style="font-family:Courier New,Courier,monospace" %)|^0([0-9]*)$|00\1|d 99 +(% class="mark" style="font-family:Courier New,Courier,monospace" %)"|^0([0-9]*)$|00\1|d" 100 100 101 101 102 102 Il pattern intercetta il valore "0" del prefisso telefonico e lo sostituisce con valore "00". Infine esegue automaticamente la chiamata.