Problems with call back on PSTN

Problems with call back
If I got Missed Call and I want to call back I can not reach called number… I got error “unknown number«
I thing is problem, with misrepresentation missed calls. On display I can see only original number of missed call without 0 witch I used for outgoing calls.

I was tried with:
voice translation-rule 133
rule 1 /^0/ /00/
But the same problem…

0
Your rating: None
jnikolatos's picture

Try something like this....

Try something like this.... I am using this to place a 9 in front of all incomming calls... so we can use the redial softkey (we dial 9 to get an outside line).

voice translation-rule 13
rule 1 /\(..........\)/ /9\1/
!
voice translation-profile Change_MissedCalls_Dialing
translate calling 13

voice-port 0/2/0:23
translation-profile incoming Change_MissedCalls_Dialing

** Please note: The words CALLING and INCOMING are very important... Also you have to apply the profile to EACH incomming PORT you want the rule to run on.

The redial button will work after that.
!

John
NIKTEK LLC

Caller ID

Do you have caller ID from your phone company?

try this

check out this topic, they discussed a similar issue. looks like they are translating the incoming call, so that when you try to return the call it is correct. just replace the 9 with a 0 for your example.

http://uc500.com/do-i-have-dial-9-call-out

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.