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

Outgoing A-number 4

Status
Not open for further replies.

MEklund

IS-IT--Management
Aug 31, 2015
7
SE
Hi!

I am new at my job and kind of clueless :)
I want to display an other outgoing A-number for a couple of extension. Ex Extension 2828 should show number 2000 when calling to others.

I thought that it was number_conversion_initiate, but I was probably mistaken. Can you good folks help me?

We are in an all MEX enviroment with Mitel/Aastra MX-One.

Mattias in Sweden
 
Yes,

number_conversion_initiate is the correct command.
What you are looking for is conversiontype 1 (sent A-number conversion) and numbertype 10 (internal number).

so

Code:
number_conversion_initiate -entry 2828 -conversiontype 1 -numbertype 10 -truncate 4 -pre 2000

should do the trick

Make sure that extension is setup to send clip to external (SERV parameter) or else it wont work.

/Daddy


-----------------------------------------------------
Helping people is my job...
 
Thank you Daddy!

Now it shows the correct number when calling to an external phone or to the underlying cellphone number! Brilliant!
Got any tips to get it to work when dialing extensions as well?
 
Internal clip is a bit more tricky as it depends on the extensiontype.
What sort of extension are we talking about? (Digital, analog, IP, ...)

Also, please post your version (ts_about) so I can give you correct advice.

/Daddy

-----------------------------------------------------
Helping people is my job...
 
We only have Mobile Extensions. Thank you for taking of your time to help me!
Here are our version:

====== MX-ONE Telephony System ======
Version: 5.0 SP4 build29

RPM Packages
============
Telephony Server 14.150.4 :
eri_sn-14.150.4-MR

Media Gateway File system 2.0 :
egx_rfs-2.0-1

Media Gateway 10.21 :
egx_sw-10.21-1

Media Gateway Classic 1.5_3 :
lsue_sw-1.5_3-1

Manager 9.297 :
eri_om-9.297-201312110851
 
It still doesn't work for internal calls....
 
Hi,

have you thought about using GH-Groups ?? (maybe this will be a possible solution for you)

GH SERV-Parameter :
D3 = Display of Called Number
0 Information about the selected member will be
used for display purpose of the calling party.
1 The group number and name will be used for
display purpose of the calling party. Only valid
when selected member extension is generic.

*89*grp-nummer# .. to activate the Display of GH-Grp Number and Name
#89# .. to deactivate it, number and Name of the generic Extension will be shown.

best regards,
Norbert
 
in V4.x, V5.0 and V6.0 ADDNUM can only be used for ATS or DTS, not for generic extensions.
in V3.x ist was possible to use ADDNUM for generic extensions.

P.S:
in a //-ringing Scenario number of the main-extension is shown
e.g.
when --dir = 2000 and --secondary-dir = 2828, 2000 will be shown, when 2828 calls internal numbers.

regards,
Norbert
 
You are all my heroes!

GH-Groups did the trick! Thank you to everyone!

Mattias in Sweden
 
Thank you himdp for the reminder!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top