cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
704
Views
0
Helpful
3
Replies

Redial missed calls without editing the called number

networkexpert
Level 1
Level 1

Dear all ,

 

I need to allow users to redial the missed calls directly with no need to edit before dialing .

for cell phones which received with constant pattern , I fixed it by applying the below translation rule under incoming dial-peer

voice translation-rule 1
rule 1 /^5/ /905/
rule 2 /^966/ /90/
rule 5 // /9/

however for local number (inside city) and national numbers I  don't know how to manage

local calls received with 911 but redial should be with only 9

national calls received with 9012 or 9013 or 9014 .... and should redial using same pattern

 

please support if the below is correct

voice translation-rule 2

rule 1 /^5/ /905/
rule 2 /^966/ /90/
rule 3 // /9/
rule 4 /^011/ /9/
rule 5 /^012/ /9012/
rule 6 /^013/ /9013/
rule 7 /^014/ /9014/

 

3 Replies 3

Is this in the NANP or another dialing domain? Also, are the inbound calls coming in over a SIP trunk or a PRI?

 

Maren

Hi Maren ,

thanks for your reply

not NANP , it is middle east

it is Sip trunk

Yes, the voice translation-rule you posted should work when applied to the calling party.

Maren