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

VG200 FXO-M2 ports and caller ID

jerake
Level 1
Level 1

--begin ciscomoderator note-- The following post has been edited to remove potentially confidential information. Please refrain from posting confidential information on the site to reduce security risks to your network. -- end ciscomoderator note --

VG200, 2 VIC-2FXO-M2 cards, four ports total, all MGCP gateways on CCM 3.1.3(a). Have two straight POTS lines hooked into both ports on the VIC (I'm testing right now).

I have enabled caller ID on all of my FXO ports, but calls from the PSTN through the VG200 still show up as "External Call (Unknown Number)" on our IP phones. Yes, the lines are enabled for caller ID from the PSTN as well; that's why I'm puzzled as to why this isn't working. This is the first time I've set one of these up, so if there is an obvious solution, I apologize in advance. Any suggestions would be appreciated. My sh ccm, mgcp, and voice ports are below.

MGCP Domain Name: VG200A

Total number of host: 3

Priority Status Host

============================================================

Primary Registered 192.168.234.12

First backup Backup ready 192.168.12.12

Second backup Idle 192.168.134.12

Current active Call Manager: 192.168.234.12

Current backup Call Manager: 192.168.12.12

Redundant link port: 2428

Failover Interval: 30 seconds

Keepalive Interval: 15 seconds

Last keepalive sent: 20:31:19 (elapsed time: 00:00:12)

Last MGCP traffic time: 20:31:19 (elapsed time: 00:00:12)

Last switchover time: None

Switchback mode: Graceful

MGCP Admin State ACTIVE, Oper State ACTIVE - Cause Code NONE

MGCP call-agent: 192.168.234.12 Initial protocol service is MGCP, v. 0.1

MGCP block-newcalls DISABLED

MGCP send RSIP for SGCP is DISABLED

MGCP quarantine mode discard/step

MGCP quarantine of persistent events is ENABLED

MGCP dtmf-relay voip codec all mode out-of-band

MGCP dtmf-relay for VoAAL2 disabled for all codec types

MGCP voip modem passthrough mode: NSE, codec: g711ulaw, redundancy: DISABLED,

MGCP voaal2 modem passthrough mode: NSE, codec: g711ulaw

MGCP TSE payload: 0

MGCP Network (IP/AAL2) Continuity Test timer: 200

MGCP 'RTP stream loss' timer disabled

MGCP request timeout 500, MGCP request retries 3

MGCP gateway port: 2427, MGCP maximum waiting delay 3000

MGCP restart delay 0, MGCP vad DISABLED

MGCP simple-sdp DISABLED

MGCP codec type g711ulaw, MGCP packetization period 20

MGCP JB threshold lwm 30, MGCP JB threshold hwm 150

MGCP LAT threshold lmw 150, MGCP LAT threshold hwm 300

MGCP PL threshold lwm 1000, MGCP PL threshold hwm 10000

MGCP CL threshold lwm 1000, MGCP CL threshold hwm 10000

MGCP playout mode is adaptive 60, 4, 200 in msec

MGCP IP ToS low delay disabled, MGCP IP ToS high throughput disabled

MGCP IP ToS high reliability disabled, MGCP IP ToS low cost disabled

MGCP IP RTP precedence 5, MGCP signaling precedence: 3

MGCP default package: line-package

MGCP supported packages: gm-package dtmf-package trunk-package line-package

hs-package ms-package dt-package

MGCP VoAAL2 ignore-lco-codec DISABLED

Using 1442 out of 29688 bytes

!

version 12.1

no parser cache

no service single-slot-reload-enable

no service pad

service timestamps debug uptime

service timestamps log uptime

no service password-encryption

!

hostname VG200A

!

logging rate-limit console 10 except errors

enable secret 5 --moderator edit-- nnnnnnnnnnn

enable password XXXXX

!

ip subnet-zero

no ip finger

!

mgcp

mgcp call-agent 192.168.234.12 service-type mgcp version 0.1

mgcp dtmf-relay voip codec all mode out-of-band

no mgcp timer receive-rtcp

call rsvp-sync

!

!

!

!

!

ccm-manager switchback graceful

ccm-manager redundant-host 192.168.12.12 192.168.134.12

ccm-manager mgcp

!

!

interface FastEthernet0/0

ip address 192.168.221.254 255.255.255.0

no ip mroute-cache

speed auto

full-duplex

!

ip classless

ip route 0.0.0.0 0.0.0.0 192.168.234.21

ip route 0.0.0.0 0.0.0.0 192.168.221.1

no ip http server

!

!

voice-port 1/0/0

station-id name pots1

station-id number 5683652

caller-id alerting ring 2

!

voice-port 1/0/1

station-id name pots2

station-id number 5683651

caller-id enable

!

voice-port 1/1/0

caller-id enable

!

voice-port 1/1/1

caller-id enable

!

dial-peer voice 1 pots

application mgcpapp

port 1/0/0

!

dial-peer voice 2 pots

application mgcpapp

port 1/1/1

!

dial-peer voice 3 pots

application mgcpapp

port 1/0/1

!

dial-peer voice 4 pots

application mgcpapp

port 1/1/0

!

dial-peer hunt 1

!

line con 0

transport input none

line aux 0

line vty 0 4

password XXXXX

login

!

end

TMH

2 Replies 2

ndoshi
Cisco Employee
Cisco Employee

CSCdv42814

Internally found moderate defect: Duplicate (D)

Voice over IP, Caller ID receive failed on M2

Also I found

Incoming Caller ID on FXO with MGCP is not supported by CM AFAIK. The GW gets it (and supports it for H.323) but CM does not get it or does not

interpret it. CM supports Caller ID only outgoing on FXS with MGCP.

You may want to double check on this .

Nilesh

Thanks for the response - that's what I was afraid of. I'll have to give H.323 a try.

TMH