Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Some new & changed commands in MX-One 4.0 1

Status
Not open for further replies.

doktor

IS-IT--Management
Dec 3, 2003
3,841
DK
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:

GEDII:DIR=4711,CSP=0,LIM=1;
(Print: GEDIP:DIR=4711;)
(Delete: GEDIE:DIR=4711;)

Initiate the generic number 4711 as IP extension:

IPEXI:DIR=4711;
(Print: IPEXP:DIR=4711)
(Delete: IPEXE:DIR=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
 
new and changed in TSE 4.0
call_list
call_list_profile
csta_initiate
csta_print
csta_status
extension
extension_info
extension_key
extension_procedure
extension_profile
extension_text
extension_unregistration
ip_extension
ip_gatekeeper
ldap_find_patchdata
media_gateway_config
number_data_end
number_data_initiate
number_end
number_initiate
number_print
parallel_ringing
remote_extension
status_view
ts_about
vi
 
Yes!

CSTA commands have also been changed, so CSTLP;, CSTLI; and CSTLE; are removed and the new commands are:
csta_initiate
csta_print
csta_status

///doktor
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top