08-05-2012 12:03 PM - edited 03-16-2019 12:32 PM
Dear All,
i m running cme 7.1
I need to configure voice translation rule in such a way that
if the user press digit 2 it should get an outside dial tone and will be able to make an outside call.
i configured rule as below
=======================
!
voice translation-rule 2739025
rule 2 /^2/ /19/
!
!
voice translation-profile DirectLine1
translate called 2739025
!
========================
And my dial peer is :
!
dial-peer voice 99999 voip
translation-profile incoming DirectLine1
answer-address 2739025
!
dial-peer voice 9999 pots
answer-address 2739025
destination-pattern 19T
port 0/3/0
!
As per my configuration when i press 2 and make an outside call the gateway gives me a fast busy tone.
but when dial 19 and outside number the call goes fine.
It seems that i am not configuring voice translation rule properly, can you please guide me how i can fix this issue.
Your consideration in this regard will be highly be comendable.
Best Regards,
Malik.
Solved! Go to Solution.
08-05-2012 03:43 PM
Malik,
You typically do not create translation rules for such a purpose. All you need is matching dial peers and telephony-service configuration.
So, build dial-peers that match your possible routes, i.e.
dial-peer voice 1 voip
destination-pattern 2T (2 is exclusively matched so it will be stripped)
port 0/3/0
then under your telephone-service configuration add secondary-dialtone 2 to provide dial tone after user presses 2.
HTH,
Chris
08-06-2012 12:08 PM
You will need to build cor-lists for that.
Here is a good doc on how to do that, it is also described well in CME admin guide as well as many other threads on this forum:
http://www.cisco.com/en/US/tech/tk652/tk90/technologies_configuration_example09186a008019d649.shtml
HTH,
Chris
08-05-2012 03:43 PM
Malik,
You typically do not create translation rules for such a purpose. All you need is matching dial peers and telephony-service configuration.
So, build dial-peers that match your possible routes, i.e.
dial-peer voice 1 voip
destination-pattern 2T (2 is exclusively matched so it will be stripped)
port 0/3/0
then under your telephone-service configuration add secondary-dialtone 2 to provide dial tone after user presses 2.
HTH,
Chris
08-05-2012 06:11 PM
Chris,
Many thanks and great idea
i really appreciate your reponse.
i will confgure it accordingly and will get back you.
many thanks
Malik
08-06-2012 03:18 AM
Hi Chris,
Yes it worked thank you sooooooo much
really grateful to you
thanks a lotttt man
08-06-2012 06:13 AM
You're welcome, glad it worked for you, and thank you for nice rating.
Chris
08-06-2012 10:17 AM
Dear Chris,
You deserve this rating and i appreciate your effort.
Chris after configuring this i come up with another issue.
The thing that i want each user to use a specific port to make an outside call which in my case is not happening.
Using 2T as a destination pattern i am able to make an outside call but the CME router is picking a random port for making an outside call. (Mapping Outbound calls to Unique FXO Port concept)
How can i restrict the user to use a specific FXO port to make an outside call.
Please let me know how i can fix this issue.
I will be very grateful to you.
Please help me in this issue.
I have attached the current show run for my cme after i did the modification explained by you.
Regards,
Mukarram
08-06-2012 12:08 PM
You will need to build cor-lists for that.
Here is a good doc on how to do that, it is also described well in CME admin guide as well as many other threads on this forum:
http://www.cisco.com/en/US/tech/tk652/tk90/technologies_configuration_example09186a008019d649.shtml
HTH,
Chris
09-08-2012 02:08 AM
Chris thanks a lott
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