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

caller id on fxo with router running MGCP

shaun.white
Level 1
Level 1

All,

I have a voice gateway with a Caller ID enabled FXO card...the gateway is running MGCP...however im not seeing caller id being passed to the phone...what do i need to do?

TIA

3 Replies 3

gogasca
Level 10
Level 10

Change to H323.

No support for callerID with FXO running MGCP

I have the same issue and have converted to H.323. Now caller ID only works while SRST is enabled. When the gateway (1760) is communicationg with my CCM cluster (pub+sub) caller ID does not work. I have tried playing w/ the dial peers listed below and changing them to a more H.323 like version but have had no luck.

Here are my fist 6 dial peers that connected and incoming call on the FXO port to the CCM cluster prior to H.323 mode:

!

dial-peer voice 1 pots

service mgcpapp

port 2/0

!

dial-peer voice 2 pots

service mgcpapp

port 2/1

!

dial-peer voice 3 pots

service mgcpapp

direct-inward-dial

port 3/0

!

dial-peer voice 4 pots

service mgcpapp

direct-inward-dial

port 3/1

!

dial-peer voice 5 pots

service mgcpapp

direct-inward-dial

port 3/2

!

dial-peer voice 6 pots

service mgcpapp

direct-inward-dial

port 3/3

Once I change them to something like below I can no longer dial in, I get a busy signal.

dial-peer voice 1 voip

preference 1

ip precedence 5

destination-pattern .T

voice-class h323 1

session target ipv4:192.168.2.12

dtmf-relay h245-alpha

!

dial-peer voice 2 voip

preference 2

ip precedence 5

destination-pattern .T

voice-class h323 1

session target ipv4:192.168.2.10

dtmf-relay h245-alpha

Any ideas?

tia - Mike

Well, you still need POTS dial-peers when using H.323.

Add the following:

dial-peer voice 3 pots

description 911 calling

direct-inward-dial

incoming dialed-number .

destination-pattern 911

forward-digits all

port 2/0

dial-peer voice 4 pots

description local calling

destination-pattern [2-9]......

forward-digits all

port 2/0

dial-peer voice 5 pots

description ld calling

destination-pattern 1[2-9]..[2-9]......

forward-digits all

port 2/0

dial-peer voice 6 pots

description international calling

destination-pattern 011T

forward-digits all

port 2/0

repeat the above for all FXO ports, add "preference" command that will increament for every port, for example port 2/1 dial-peers will have "preference 1", port 3/0 preference 2, etc.

HTH,

Chris