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

Can't make call from pabx hicom to ipbx cisco

Status
Not open for further replies.

youfo007

Technical User
Nov 4, 2012
50
MA
Hi,

I can't make a call from pabx hicom to ipbx cisco through another pabx


Pabx hicom A to pabx B to ipbx cisco
There are Trunk e1 between A & B and trunk e1 between B & ipbx

Pabx A call pabx B n both directions A to B and B to A

Pabx B call ipbx cisco also in both directions

Ipbx Cisco call pabx A. The problem pabx A can't make a call to ipbx cisco

what are the parameter I have to check on cot & cop & cos


Tanks for all
 
A ---> B ---> Cisco


in the pabx B we have:


ADD-COT: 3,XFER&ANS&KNOR&CEBC&TIE&CBBN&CBFN&FWDN&FNAN&COTN&TSCS&DTNE;


ADD-COSSU:,103,TA&TNOTCR&KNOVR&CDRATN&CDRSTN&CDRS&CDRC&FWDNWK&
CDRIND



,,,,,,,,,,;



ADD-COP:3,,,;




| | PEN=01-02-025-00| ALARMNO = 0 | PROTVAR = CORNV33 |
| DEV=S2CONN +-----------------+-----------------------+---------------------+
| | TCHARG = N | SUPPRESS = 0 | DGTPR = * |
| +-----------------+-----------------------+---------------------+
| | COUNCODE = * | LODECODE = * | AREACODE = * |
| +-----------------+-----------------------+---------------------+
| | INTPRE = * | NATPRE = * | FIDX = 1 |
| +-----------------+-----------------------+---------------------+
| | ORNDNO = 1 | TRACOUNT = 31 | SATCOUNT = MANY |
| +-----------------+-----------------------+---------------------+
| | LCOSV = 15 | LCOSD = 1 | CARRIER = 1 |
| +-----------------+-----------------------+---------------------+
| | ZONE = EMPTY| SEGMENT = 1 | COS = 103 |
+------------+-----------------+-----------------------+---------------------+
| BCHAN 1 && 30 |
+------+-----+-----+----+----+----+------------+------+-----+-----+-----+----+
| BCGR | COT | COP |DPLN|ITR |TRGP| CCT |DESTNO|BCNEG|LWPAR| | |
+------+-----+-----+----+----+----+------------+-+----+-----+-----+-----+----+
| 0 | 3 | 3 | 0 | 0 | 3 | VERS M P II | 13 | N | 1 | | |
+------+-----+-----+----+----+----+--------------+----+-----+-----+-----+----+
 
ADD-WABE: 8 , , , TIE , N,,,,, , ;



ADD-RICHT:LRTENEW,240,ALL," ",
1,99,,,
,,"",,,11;

ADD-LDAT:240,ALL,1,,1,100,1,,1,EMPTY,
NONE;
ADD-LDAT:240,ALL,1,,1,100,1,,1,EMPTY,
NONE;


ADD-LDPLN:8-X-X-X-X-X-X,,240,1,;
 
Add in an LODR
ECHO,1;
END;

Delete the 8-X-X-X-X-X-X,
Add in 8-X

Try again
 
we still meet again, thank you very match.

i will change this config in PABX B which connects the two?

in the LDPLN we have extention number with 7 figure like (725 6253).

 
<reg-lodr;
REG-LODR;
H500: AMO LODR STARTED
ADD-LODR:100,,,ECHO,1;
ADD-LODR:100,,,ECHO,2;
ADD-LODR:100,,,ECHO,3;
ADD-LODR:100,,,END;
ADD-LODR:101,,,ECHO,1;
ADD-LODR:101,,,ECHO,2;
ADD-LODR:101,,,END;
ADD-LODR:102,,,ECHO,2;
ADD-LODR:102,,,ECHO,3;
ADD-LODR:102,,,END;
ADD-LODR:103,,,ECHO,2;
ADD-LODR:103,,,ECHO,3;
ADD-LODR:103,,,END;
ADD-LODR:104,,,ECHO,2;
ADD-LODR:104,,,ECHOALL;
ADD-LODR:104,,,END;

AMO-LODR -160 ADMINISTRATION OF LCR OUTDIAL RULES
REGENERATE COMPLETED;



this config is in pabx A
 
<dis-lodr;
DIS-LODR;
H500: AMO LODR STARTED
+-------------------------------------------------------+
| ODR POSITION CMD PARAMETER |
+--------+----------------------------------------------+
| 100 | 1 ECHO 1 |
| | 2 ECHO 2 |
| | 3 ECHO 3 |
| | 4 END |
+--------+----------------------------------------------+
| ODR POSITION CMD PARAMETER |
+--------+----------------------------------------------+
| 101 * | 1 ECHO 1 |
| | 2 ECHO 2 |
| | 3 END |
| +----------------------------------------------+
| | * = READY FOR USE BY AMO LDAT |
+--------+----------------------------------------------+
| ODR POSITION CMD PARAMETER |
+--------+----------------------------------------------+
| 102 | 1 ECHO 2 |
| | 2 ECHO 3 |
| | 3 END |
+--------+----------------------------------------------+
| ODR POSITION CMD PARAMETER |
+--------+----------------------------------------------+
| 103 | 1 ECHO 2 |
| | 2 ECHO 3 |
| | 3 END |
+--------+----------------------------------------------+
| ODR POSITION CMD PARAMETER |
+--------+----------------------------------------------+
| 104 | 1 ECHO 2 |
| | 2 ECHOALL |
| | 3 END |
+--------+----------------------------------------------+

AMO-LODR -160 ADMINISTRATION OF LCR OUTDIAL RULES
DISPLAY COMPLETED;
 
When you have LODR as ECHO,1 ECHO,2 ECHO,3 it is sending 8 X X and then waiting for the other X's

Add in a new LODR with ECHO,2 and END

Then delete the 8-x-x-x-x LDPLN and add it in again with 8-x

If you have to send the 8 again then make the LODR ECHO,1 and ECHO,2 END

If you do not have to send the 8 again then make the LODR as ECHO,2 END

 
in the PABX B

I performed all tests, with each change I can't make call from B to CISCO

the only solution that has been successful in this PABX B is:

ADD-LODR:20,,,ECHO,2;
ADD-LODR:20,,,ECHOALL;
ADD-LODR:20,,,END;

with ADD-LDPLN:8-X-X-X-X-X-X,
,240
,1,;
 
LDPLN 8-X-X-X-X-X-X, means you are going to send 6 digits to the Cisco
If that is so then you need to change the LODR (in the corresponding LDAT)
to be

ECHO,2
ECHO,3
ECHO,4
ECHO,5
ECHO,6
ECHO,7
END

Or else just Make the LDPLN 8-x
and the LODR ECHO,2
End
 
If you are sending 7 Digits to the cisco

ADD-LODR
ECHO,2;
END;

ADD-LDPLN
8-XXXXXXX

(7 X)

 
the problem is identified only in this part lodr?

I also want to check the config of the COP, I have no specified parameter?

ADD-COP:3,,,;
 
<dis-tdcsu;
DIS-TDCSU;
H500: AMO TDCSU STARTED
| | PEN=01-03-025-00| ALARMNO = 0 | PROTVAR = CORNV33 |
| DEV=S2CONN +-----------------+-----------------------+---------------------+
| | TCHARG = Y | SUPPRESS = 0 | DGTPR = * |
| +-----------------+-----------------------+---------------------+
| | COUNCODE = * | LODECODE = * | AREACODE = * |
| +-----------------+-----------------------+---------------------+
| | INTPRE = * | NATPRE = * | FIDX = 1 |
| +-----------------+-----------------------+---------------------+
| | ORNDNO = 1 | TRACOUNT = 31 | SATCOUNT = MANY |
| +-----------------+-----------------------+---------------------+
| | LCOSV = 1 | LCOSD = 1 | CARRIER = 1 |
| +-----------------+-----------------------+---------------------+
| | ZONE = EMPTY| SEGMENT = 1 | COS = 100 |
+------------+-----------------+-----------------------+---------------------+
| BCHAN 1 && 30 |
+------+-----+-----+----+----+----+------------+------+-----+-----+-----+----+
| BCGR | COT | COP |DPLN|ITR |TRGP| CCT |DESTNO|BCNEG|LWPAR| | |
+------+-----+-----+----+----+----+------------+-+----+-----+-----+-----+----+
| 0 | 1 | 1 | 0 | 0 | 1 | | 11 | Y | 1 | | |
+------+-----+-----+----+----+----+--------------+----+-----+-----+-----+----+

| | PEN=01-03-025-01| ALARMNO = 0 | PROTVAR = CORNV33 |
| DEV=S2CONN +-----------------+-----------------------+---------------------+
| | TCHARG = Y | SUPPRESS = 0 | DGTPR = * |
| +-----------------+-----------------------+---------------------+
| | COUNCODE = * | LODECODE = * | AREACODE = * |
| +-----------------+-----------------------+---------------------+
| | INTPRE = * | NATPRE = * | FIDX = 1 |
| +-----------------+-----------------------+---------------------+
| | ORNDNO = 1 | TRACOUNT = 31 | SATCOUNT = MANY |
| +-----------------+-----------------------+---------------------+
| | LCOSV = 1 | LCOSD = 1 | CARRIER = 1 |
| +-----------------+-----------------------+---------------------+
| | ZONE = EMPTY| SEGMENT = 1 | COS = 100 |
+------------+-----------------+-----------------------+---------------------+
| BCHAN 1 && 30 |
+------+-----+-----+----+----+----+------------+------+-----+-----+-----+----+
| BCGR | COT | COP |DPLN|ITR |TRGP| CCT |DESTNO|BCNEG|LWPAR| | |
+------+-----+-----+----+----+----+------------+-+----+-----+-----+-----+----+
| 0 | 1 | 1 | 0 | 0 | 1 | DIS/MD | 11 | N | 1 | | |
+------+-----+-----+----+----+----+--------------+----+-----+-----+-----+----+


on the PBX A, I have tow trunk, my question here: possible to have this config, two links with the same TRGP = 1.

 
a second question :

<REG-LDAT;
REG-LDAT;
H500: AMO LDAT STARTED

ADD-LDAT:240,ALL,1,,1,100,1,,1,EMPTY,
NONE;
ADD-LDAT:240,ALL,1,,1,100,1,,1,EMPTY,
NONE;


is it possible to have two same LDAT?
 
dis-richt

-----------------------------------------------------------------------------
|LRTE = 240 NAME = IP CISCO SRVC = ALL |
-----------------------------------------------------------------------------
|LDAT |DEST| |ROUT|RE | |FWD| DTMF |SUB |ROUTE|MAIN|
| TGRP| NO | DNNO| OPT|ROUT|PLB|BL |CNV|DSP| TEXT | GRP| NO | GRP|
-----------------------------------------------------------------------------
|L 1| | 99 | | * | | | W | W | | 1| 3| 7|
-----------------------------------------------------------------------------


dis-ldat

+----------------------------------------------------------------------+
| TYPE = LCR LROUTE = 240 LDPLN IP CISCO SERVICE = ALL|
+--------+-------+------+-----+------+----------+------------+---------+
| | | | | | SCHEDULE | CARRIER | |
| LRTEL | LVAL | TGRP | ODR | LAUTH| ABCDEFGH | ZONE | LATTR |
+--------+-------+------+-----+------+----------+------------+---------+
| 1 | 1 | 1 | 100 | 1 | ******** | 1 EMPTY | NONE |
| 2 | 1 | 1 | 100 | 1 | ******** | 1 EMPTY | NONE |
+--------+-------+------+-----+------+----------+------------+---------+



 
Protocol CORNV33 is no longer recommended, try ECMAV2 or if not working ECMAV1

You use 2 LDAT's when you have 2 Trunk Groups to the same destination
If only 1 Trunk Group then only 1 LDAT

Here is a document for Cisco/HiPath
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top