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

Transit call

Status
Not open for further replies.

250376

Technical User
Jul 4, 2005
2
VN
I don't want a call from a PBX transit through my MD110 to other PBX. How to setup the route for this?
 
Hi,

You need to setup the Traffic Matrix... With TCMAS, then change the routes TRAF with ROCAC. The following example ROU 1 is not allowed to connect with ROU 2.

Code:
TCMAS:CON=ALL,A=01,B=01;  
TCMAS:CON=ALL,A=02,B=02; 

ROCAC:ROU=1,TRAF=XXXXXX01;
ROCAC:ROU=2,TRAF=XXXXXX02;

Note you should print the matrix first to make sure it is not in use. TCMAP:CON=ALL; it should be all zero's except 15 if its not in use.

Print the ROUs (ROCAP:ROU=XX;) and keep the first 6 TRAF digits as in the print.

Regards
Isinor
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top