cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
271
Views
0
Helpful
2
Replies

incoming call problem

michalis1234
Level 1
Level 1

I have a cm 6.1.2, the problem is that when i receive an international missed call i can not reial the number because the 00 is missing from the number (example: 944161....)

The call manager is connected to pstn gateway but there are no translation rules that affect the international numbering.

Can you please advice.

Thank you.

2 Replies 2

Marwan ALshawi
VIP Alumni
VIP Alumni

ok the following link very nice and will guid u set by step to do this although it is for version 4 but the idea exactly yhte same and in this link they add 9 for missed calls u can make 00 and the matching number u can make it more spicific for international calls to get it work corectly have a look :

http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_tech_note09186a00805b6f33.shtml

good luck

if helpful Rate

I have tried what you told me. But it did not work.

In front of the call manager we have a voice gateway (2811 router) connected to a pri line from the telco.

I think the best is to change the translation rules we have our translation rules are:

translation-rule 1

Rule 0 ^0.% 90

Rule 1 ^1.% 91

Rule 2 ^2.% 92

Rule 3 ^3.% 93

Rule 4 ^4.% 94

Rule 5 ^5.% 95

Rule 6 ^6.% 96

Rule 7 ^7.% 97

Rule 8 ^8.% 98

Rule 9 ^9.% 99

Rule 10 ^00.% 900

The last statement i added for testing.

I our country the dialling plan for land line is 2xxxxxxx (8numbers), for mobiles is 9xxxxxxx.

I believe this translation rule is only for local dialling ?

Can i create a another dial rule for international numbers and applied to the same dial peer ?

I will show you the dial peers:

translation-rule 1

Rule 0 ^0.% 90

Rule 1 ^1.% 91

Rule 2 ^2.% 92

Rule 3 ^3.% 93

Rule 4 ^4.% 94

Rule 5 ^5.% 95

Rule 6 ^6.% 96

Rule 7 ^7.% 97

Rule 8 ^8.% 98

Rule 9 ^9.% 99

Rule 10 ^00.% 900

!

!

translation-rule 2

Rule 1 1000 1297

Rule 8 1222 1296

Rule 9 1200 1296

Rule 10 1010 1298

!

!

translation-rule 3

Rule 1 1000 1005

Rule 2 1200 1201

Rule 3 1222 1201

!

!

!

!

interface FastEthernet0/0

description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-I

ip address 192.168.x.x 255.255.255.0

duplex auto

speed auto

h323-gateway voip interface

h323-gateway voip h323-id PSTN_GATEWAY

h323-gateway voip bind srcaddr 192.168.x.x

!

interface FastEthernet0/1

no ip address

shutdown

duplex auto

speed auto

!

interface Serial0/0/0:15

no ip address

encapsulation hdlc

ip mroute-cache

no logging event link-status

isdn switch-type primary-net5

isdn timer T310 60000

isdn incoming-voice voice

isdn sending-complete

no cdp enable

!

ip route 0.0.0.0 0.0.0.0 192.168.x.x

!

!

!

control-plane

!

!

!

voice-port 0/0/0:15

translate called 2

echo-cancel coverage 32

cptone CY

bearer-cap Speech

!

!

!

!

dial-peer cor custom

!

!

!

dial-peer voice 3 pots

destination-pattern 9T

progress_ind alert enable 8

direct-inward-dial

port 0/0/0:15

!

dial-peer voice 5 pots

destination-pattern 516T

progress_ind alert enable 8

direct-inward-dial

port 0/0/0:15

!

dial-peer voice 6 pots

destination-pattern 517T

progress_ind alert enable 8

direct-inward-dial

port 0/0/0:15

!

dial-peer voice 7 pots

destination-pattern 518T

progress_ind alert enable 8

direct-inward-dial

port 0/0/0:15

!

dial-peer voice 4 pots

destination-pattern 515T

progress_ind alert enable 8

direct-inward-dial

port 0/0/0:15

!

dial-peer voice 1 voip

shutdown

destination-pattern 1...

translate-outgoing calling 1

voice-class codec 2

voice-class h323 1

session target ipv4:192.168.x.x

dtmf-relay h245-alphanumeric

no vad

!

dial-peer voice 2 voip

preference 1

shutdown

destination-pattern 1...

translate-outgoing calling 1

voice-class codec 2

voice-class h323 1

session target ipv4:192.168.x.x

dtmf-relay h245-alphanumeric

no vad

!

dial-peer voice 10 pots

destination-pattern 7T

progress_ind alert enable 8

direct-inward-dial

port 0/0/0:15

!

dial-peer voice 60 voip

destination-pattern 1[6-9]..

voice-class codec 10

session target ipv4:10.1.x.x

dtmf-relay h245-alphanumeric

!

dial-peer voice 100 voip

preference 2

destination-pattern 1199

voice-class codec 3

session target ipv4:10.0.x.x

dtmf-relay h245-alphanumeric

fax-relay ecm disable

fax protocol t38 ls-redundancy 0 hs-redunda

no vad

!

dial-peer voice 150 voip

destination-pattern 1299

translate-outgoing calling 1

voice-class codec 2

voice-class h323 1

session target ipv4:192.168.x.x

dtmf-relay h245-alphanumeric

no vad

!

dial-peer voice 1000 voip

preference 1

destination-pattern 1...

translate-outgoing calling 1

voice-class codec 2

voice-class h323 1

session target ipv4:192.168.x.x

dtmf-relay h245-alphanumeric

no vad

Can you please advice..