03-02-2004 05:34 AM - edited 03-13-2019 04:04 AM
In callmanager 3.3(3), Is there a way to append 9 to the missed called and received calls list in the directory of the individual IP phones without pushing "edit dial" and then 9? We want to be able to just hit dial and make the call. Without appending 9, of course, the call does not go through.
I would think this is not possible, but any input is appreciated.
03-02-2004 06:38 AM
You could achieve this using translation patterns.
Try this
Gateway has calling search space gateway_css
gateway_css has partition ddi_p
extensions are in partition internal_p
Search space incoming-ddi_css has internal_p
extenion number is 2500
ddi is 2500
Translation pattern 2500 is in ddi_p, has incoming-ddi_css assigned Called party transformation mask is 9XXXXXXXXXX (or however many x's your national dial plan sends you)
You will need to adapt this to your own particular scenario but this provides the basics.
The downside of this is ALL incoming calls have the same mask, so if you received varying length CLI then you will have some problems with ? appearing in the CLI and the numbers not appearing in the missed / received calls lists.
If you have an IOS based gateway it's possible to add the 9 using number translation rules on incoming CLI, which gets round the call manager problems.
http://www.cisco.com/en/US/tech/tk652/tk90/technologies_configuration_example09186a0080094681.shtml
shows how the IOS translation rules work.
Paul
03-02-2004 06:48 AM
Or you could just add a 9 to prefix all calls out of the route group you are using.
Go to: route plan>route list>route details for ***RG> and add a 9 to the prefix digits.
You can do this for all of them making it much simplier to dial out.
Geoff
03-02-2004 06:54 AM
Geoff,
This only works if you aren't using 0 for anything, like say switchboard.
Otherwise how would the call manager know that the user was making an outside call rather than to switchboard.
Paul
03-02-2004 07:07 AM
This is true. The only time we use 0 is in Unity for the call center. Otherwise the users use the corporate directory to get the person they want.
Personally I feel it is a waste of "man power" to use the operator for internal persons.
Just my 2 cents,
Geoff
03-02-2004 02:04 PM
Take this easy fix, if you have a h.323 gateway:
http://www.futureunix.net/cme/#How_do_I_fix_Missed_CallReceived_Call
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide