-
1
- #1
Some commands have been changed from MX-one 3.2 to 4.0.
Just to give you an idea - here are some examples of how to initiate an IP extension in both 3.2 and 4.0.
Note: The value of traf, serv, cdiv, npres and roc has not been translated directly from 3.2 to 4.0 in this example.
------------------------------------------------------------
MX-ONE 3.2 // MX-ONE 3.2 // MX-ONE 3.2
Create sevice profile (0) for generic numbers:
GESPI:CSP=00,TRAF=0103151515,SERV=2011511011300,CDIV=11510000,ROC=000001,NPRES=1210;
Initiate the generic number 4711:
GEDIIIR=4711,CSP=0,LIM=1;
(Print: GEDIPIR=4711
(Delete: GEDIEIR=4711
Initiate the generic number 4711 as IP extension:
IPEXIIR=4711;
(Print: IPEXPIR=4711)
(Delete: IPEXEIR=4711
-----------------------------------------------------------
MX-ONE 4.0 // MX-ONE 4.0 // MX-ONE 4.0
Create sevice profile (0) for generic numbers:
extension_profile -i --csp 0 --ext -traf 0103071514 --ext -serv 2121101000111011100 --ext -cdiv 001021000110 --ext -roc 222201
--ext -npres 000110
Initiate the generic number 4711:
extension -i -d 4711 -l 1 -csp 0
(PRINT: extension -p)
(Delete: extension -e -d 4711)
Initiate the generic number 4711 as IP extension:
ip_extension -i -d 4711
(PRINT: ip_extension -p)
(Delete: ip_extension -e -d 4711)
This was just an example.
You could add more...
///doktor
Just to give you an idea - here are some examples of how to initiate an IP extension in both 3.2 and 4.0.
Note: The value of traf, serv, cdiv, npres and roc has not been translated directly from 3.2 to 4.0 in this example.
------------------------------------------------------------
MX-ONE 3.2 // MX-ONE 3.2 // MX-ONE 3.2
Create sevice profile (0) for generic numbers:
GESPI:CSP=00,TRAF=0103151515,SERV=2011511011300,CDIV=11510000,ROC=000001,NPRES=1210;
Initiate the generic number 4711:
GEDIIIR=4711,CSP=0,LIM=1;
(Print: GEDIPIR=4711
(Delete: GEDIEIR=4711
Initiate the generic number 4711 as IP extension:
IPEXIIR=4711;
(Print: IPEXPIR=4711)
(Delete: IPEXEIR=4711
-----------------------------------------------------------
MX-ONE 4.0 // MX-ONE 4.0 // MX-ONE 4.0
Create sevice profile (0) for generic numbers:
extension_profile -i --csp 0 --ext -traf 0103071514 --ext -serv 2121101000111011100 --ext -cdiv 001021000110 --ext -roc 222201
--ext -npres 000110
Initiate the generic number 4711:
extension -i -d 4711 -l 1 -csp 0
(PRINT: extension -p)
(Delete: extension -e -d 4711)
Initiate the generic number 4711 as IP extension:
ip_extension -i -d 4711
(PRINT: ip_extension -p)
(Delete: ip_extension -e -d 4711)
This was just an example.
You could add more...
///doktor