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

identify caller

Status
Not open for further replies.

syscomm

Technical User
Joined
Jun 23, 2003
Messages
3
Location
IT
what's to set to identify from external an internal of MD110?

 
Syscomm - Do you mean CLI? How do you set the Md110 so that an external B party sees the A party's DDI number?

Please try to explain a bit more.
 
I SET NUTRI SO AND FROM AN EXTERNAL PHONE I SEE ONLY +390403197111
ENTRY CNVTYP NUMTYP PRE TRC NEWTYP CONT BCAP HLC

4031971 0 2 1 7 0
4031972 0 2 2 7 0
4031973 0 2 3 7 0
4031974 0 2 4 7 0
END

 
When I call an external phone, on the display of external phone is not visible the internal number of MD110, but is only visible +39 040 3197 111 ( country +39 , district 040 , public number 3197 , operator number 111). How can I programme and what foe seeing instead of 111 the internal number ????
 
ah,

there several things you must do.
I suppose you want this for public calls and not private calls

first you must specify the network number

RONDI:ROU=xx,EXNOPU=2-40319; (your provider prefixes the +39 whenever you call international, replace xx with the number of your public route)

as you can see we're missing the '7' here.
there are 2 solutions :
- go from 3 to 4 digit extension numbers (111 to 7111)
- an easier solution is work via NUTRI :
nutri:entry=1,cnvtyp=1,numtyp=10,pre=7,rou=xx;
nutri:entry=2,cnvtyp=1,numtyp=10,pre=7,rou=xx;
... (add as many entries you need, only first digit of extension is required)

the clip on the extensions must be activated
excac:dir=xxx,adc=xxxxxxxxx1; (analog extension :set the last digit of ADC to 1))
kscac:dir=xxx,adc=xxxxxxxxx1x; (digital extension : set the second last digit to 1)

hope this helps,


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top