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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Q-sig trunking in siemens 4000 Version 7

Status
Not open for further replies.

persi01

Technical User
Sep 14, 2017
32
IN
Hi guys I am new to H4K & need help in Q-sig trunk configuration with closed numbering

hipath extension[Master] : 31XX
other pbx extension range[slave] : 24XX

User at hipath will dial only extension of other pbx. They dont require Access code to reach other pbx.

Can someone share commands for Q-sig trunking.

Thanks in advance
 
Hi,
Is the link up and running and you just need to add the routing ?
Are there already extensions working between the systems ?
 
Hi sbcsu,
highly appreciate your prompt response.
Yes Link is UP & extension are also working at both, only trunking need to be done.
I have run commands till add-tdcsu & by DIS-SDSU the link is showing "READY"
need further commands RICHT, LDAT, LODR.
actually not familiar what it does?
 
So if you have TDCSU then you must have BUEND (Trunk Group-Bundle)

What you can use is a NETROUTE
So
ADD-WABE:20,,,NETRTE,N;
ADD-RICHT:CD,20,20,,,0,ALL,"OTHER SYSTEM",,,20,,,,20,,,,,,20,YES,,20,NEUTRAL,NO,NO,; (using trunk group - buend 20 here)
CHANGE-RICHT:CD,20,,0,VCE,DTMF,FIX,,,PP80;

ADD-LODR:20,,,,ECHO,1;
ADD-LODR:20,,,,END;
ADD-LODR:20,,,"QSIG LINK TO OTHER SYSTEM",;


ADD-LDAT:20,ALL,1,,20,20,64,,1,EMPTY,NONE,20,4,,,,,,,,,,,,; (using trunk group - buend 20 here)


ADD-WABE:2400&&2499,,,STN,N;
CHA-WABE:2400&&2499,20;

Make Test Calls




 
Above is in position oriented method, here is the keyword method.
Change the TGRP - trunk group/buend/bundle to the one you are using

ADD-WABE:CD=20,DAR=NETRTE,CHECK=N;
ADD-RICHT:MODE=CD,LRTE=20,CD=20,CPS=0,SVC=ALL,NAME="OTHER SYSTEM",TGRP1=20,DESTNO=20,DNNO=20,ROUTOPT=YES,PDNNO=20,CHARCON=NEUTRAL,NOPRCFWD=NO,CLNAMEDL=NO;
CHANGE-RICHT:MODE=CD,CD=20,CPS=0,SVC=VCE,TYPE=DTMF,DTMFCNV=FIX,DTMFPULS=PP80;

ADD-LODR:ODR=20,CMD=ECHO,FIELD=1;
ADD-LODR:ODR=20,CMD=END;
ADD-LODR:ODR=20,INFO="QSIG LINK TO OTHER SYSTEM";

ADD-LDAT:LROUTE=20,LSVC=ALL,LVAL=1,TGRP=20,ODR=20,LAUTH=64,CARRIER=1,ZONE=EMPTY,LATTR=NONE,DNNO=20,VCCYC=4;


ADD-WABE:CD=2400&&2499,DAR=STN,CHECK=N;
CHANGE-WABE:CD=2400&&2499,DESTNO=20;

You can use 'comwin edit'
Logon to the system
Click up top - Macro/Retrieve System Variant'
Paste any command into the bottom input area - then right mouse click on that command and select MML Editor
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top