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!

Identification at PRIVATE

Status
Not open for further replies.

149149149

Technical User
Jul 18, 2003
42
CZ
I have TLU80(E&M) of analog office. At DIALOG display is PRIVATE in the course of incoming call, how i get display identification direction of analog? (number or text)
 
Do you mean that incoming E&M shows "PRIVATE" and you want to have instead of that some kind of number or text?
If yes, what is the program unit you are using with the application (TLP19, TLP22 or what?) and which is your BC version? And are there any other analog routes showing "PRIVATE"?
 
I'ts the serv parameter D3 on the route that states if its a tie-line or public line . D3=0 equals public and D3=1 equals tie-line . If it is setup as public, and the route is not able to diplay a-number , then is displays "PUBLIC" at the answering party . If it's setup as tie-line is shows "PRIVATE" at the answering party . If it's possible for the route to receive a-number as MFC codes this can be altered in the origin route and the terminating route . Then it's possible to get the a-number displayed .
If you want a number displayed for incoming calls via this route and a-number is not supported ,you can program a fixed a-number for all calls with the ROAPI command .
Regards "Soaplover"
 
<rocap:ROU=all;
ROUTE CATEGORY DATA
ROU SEL TRM SERV NODG DIST DISL TRAF SIG BCAP
20 011000000000001 4 2110000000 30 128 01151514 111110000031 111100
40 011000000000001 4 2110000000 30 128 00070715 111000000000 001100
41 011000000000001 4 2110000000 30 128 00070715 111000000000 001100
42 011000000000001 4 2110000000 30 128 00070715 111000000000 001100
43 011000000000001 4 2110000000 30 128 00070715 111000000000 001100
44 011000000000001 4 2110000000 30 128 00070715 111000000000 001100
45 011000000000001 4 2110000000 30 128 00070715 111000000000 001100
80 011000000000001 7 0010000000 30 128 01151515 111010000000 001100
99 011000001000001 4 2100000001 30 128 00151515 311110000030 001100
(rou 20 and 99 is digital, 40-45 E&M, 80 is TLU25)

How i use ROAPI for showing number route(40,80...)? I have BC10.

ROA

 
Pls print out rodap:rou=40&&45 here.
Also rondp:rou=40&&45;
To Soaplover: If you know this kind of route is somehow
showing the rou/whatever number with a parameter (roapi?), just teach me!
 
<RODAP:ROU=40&&45;
ROUTE DATA
ROU TYPE VARC VARI VARO FILTER RVA
40 TL19 H'3100F500 H'0FF00011 H'00000040 NO H'000000
41 TL19 H'3200F500 H'0FF00011 H'00000040 NO H'000000
42 TL19 H'3200F500 H'0FF00011 H'00000040 NO H'000000
43 TL19 H'1200F500 H'0FF00011 H'00000040 NO H'000000
44
45 TL19 H'3200F500 H'0FF00011 H'00000040 NO H'000000

<RONDP:ROU=40&&45;
ROUTE NUMBER DATA
ROU PRE ROUDIR EXNOPU EXNOPR TERAC
40
41
42
43
44
45
 
You can also give the route a directory number with RONDI command (forgot to mention that). The ROAPI can be used to give additional a-number prefix on a route . In your case where no a-number is received ,you should program e.g route 40 to show a directory by the following measures .
Take out an internal free directory numeber from the numberanalyzes EX series .
Example use directory number 1001 for ROU 40:
NANSE:NUMTYP=EX,NUMSE=1001;
Y;
NANSI:NUMTYP=RD,NUMSE=1001;
RONDI:ROU=40,ROUDIR=1001;
(This is the documented way to achieve the function)

or:
ROAPI:ROU=40,PREPRI=1001;
(the roapi cannot be used together with roudir in rondi )

With the ROAPI there is no need to take the number out
of the numberanalyzis .

Regards Soaplover
 
Soaplover: This works only when the ROUDIR number is sent via transit. The ROUDIR/ROAPI numbers are NOT shown in the terminating MD phones!!!
In any case, this is solved, just waiting for info from 149....
 
Sorry, this isn´t work properly, numbers are not show in digit. phones. Next idea?
 
You will have to program it on the outgoing route in the orginating MD .
I've used this many times .

//Soaplover
 
soaplover:
If looking at the parameters (of course you already did?!),
you can see that this E&M (TLP19)is working with decadic signalling. So, the question is: how does the originating MD send the digits, by mail maybe? Or, even better: How do you know in this case that the originating PBX is MD?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top