Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VG200 routing problems

Status
Not open for further replies.

chicagotechsolutions

Technical User
May 31, 2005
71
US
Im having trouble routing calls out through my VG200 onto regular pots lines. When I call someone, the call goes through and the person who i'm calling hears me talk; however, I can not hear the person who I am calling. Below is my configuration for my VG200:

Current configuration : 1630 bytes
!
version 12.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname vg200
!
enable secret 5 $1$C1cg$YJWx.FkFcRJN0nZohegPz.
enable password XXXXX
!
ip subnet-zero
no ip routing
!
!
!
voice call carrier capacity active
!
!
!
interface FastEthernet0/0
ip address 10.1.1.202 255.255.255.0
no ip redirects
no ip proxy-arp
no ip route-cache
no ip mroute-cache
no keepalive
duplex auto
speed auto
no cdp enable
h323-gateway voip interface
h323-gateway voip h323-id vg200
h323-gateway voip bind srcaddr 10.1.1.202
!
ip default-gateway 10.1.1.1
ip classless
no ip http server
!
!
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
no cdp run
call rsvp-sync
!
voice-port 1/0/0
connection plar opx 3200
station-id name 3200
station-id number 8473298836
!
voice-port 1/0/1
connection plar opx 3201
station-id name 3201
station-id number 8473298736
!
voice-port 1/1/0
!
voice-port 1/1/1
!
no mgcp timer receive-rtcp
!
mgcp profile default
!
dial-peer voice 1 pots
destination-pattern 9T
port 1/0/1
!
dial-peer voice 2 pots
destination-pattern 9T
port 1/0/0
!
dial-peer voice 3200 voip
preference 1
incoming called-number 3200
destination-pattern 2...
session target ipv4:10.1.1.200
dtmf-relay h245-alphanumeric
codec g711ulaw
no vad
!
dial-peer voice 3201 voip
preference 1
incoming called-number 3201
destination-pattern 2...
session target ipv4:10.1.1.200
dtmf-relay h245-alphanumeric
codec g711ulaw
no vad
!
gateway
!
!
line con 0
line aux 0
line vty 0 4
password XXXXX
login
!
end

---------------------------------------------------
I suspect that my problem lies within the 'mgcp profile default' statement, since my vg200 is configured as H323. But, when I type "no mgcp profile default", the vg200 responds that I can't delete the default MGCP profile.

Any suggestions?

All help is appreciated!
 
I also noticed something interesting, although there's one-way audio DTMF tones are passed from the person being called to the person originating the call from the callmanager. Also, for some reason, the router doesn't allow me to execute the caller-id enable command on voice ports? Perhaps I screwed something up when convering to H323?
 
im an idiot, solved it, was using the wrong codec, changed g711ulaw to g711alaw, everything works perfect!

I just have one more question. How do I get the CID info to show up when someone calls in?
 
To allow the sending or receiving of caller-ID information, use the caller-id enable command in voice-port configuration mode at the sending foreign exchange station (FXS) voice port or the receiving foreign exchange office (FXO) voice port.
 
pndscm, thanks for the quick reply!

You mean that I should do the following:

voice-port 1/0/0
connection plar opx 3200
station-id name 3200
station-id number 8473298836
caller-id enable
!
voice-port 1/0/1
connection plar opx 3201
station-id name 3201
station-id number 8473298736
caller-id enable

I have tried what you are saying; however, for some reason the router wont let me execute the command, here are my results:

vg200(config)#voice-port 1/0/0
vg200(config-voiceport)#caller-id enable
^
% Invalid input detected at '^' marker.

In other words, it seems as if the router isn't recognizing my command.

Thanks again
 
I copied the response directly from the cisco web site but you're correct, I can't put the command in my router either. I read further and found this also "If the station name, station number, or a caller-id alerting command is configured on the voice port, these automatically enable caller ID, and the caller-id enable command is not necessary."
Dumb question but I have to ask, is the line connected to the FXO caller-id enabled? Also have you tried running any debugs to see what shows up, ie, debug voice ccapi inout?
 
The VG200 with the VIC-2FXO will pass caller ID, but only if you're running H323. Granted, MGCP is easier to set up, but H323 allows for a bit more control, since alot more "stuff" is configured on the VG200. It will not pass caller id when you have it set up as MGCP (I found this out the hard way).

The VG200 I had on my test lab in my last job had the VIC-2FXO card in it, running H323, and caller ID was being passed. If you set it up H323 and caller ID still doesn't appear, call the phone company and make sure the line is enabled to send caller ID info...

TMH
 
O ok, then I guess there was just something wrong with my configuration. That's really strange though cause I know I get CID info on my phone lines, I have regular analog phones hooked up to both lines and the information is being sent and received fine. I guess that cisco document just got me off track with their descriptions of the cards.

i run a show call history command on the router and it shows that no caller id data was received...

Also, with regard to my configuration, do you have any idea why the router wouldn't let me enter any "caller-id enable" commands into my voice-port configuration?

Thanks again!

db
 
Sorry, I forgot to add that my vg200 is running fine, and is currently running H323 mode. The only feature thats not working is the caller-id.

Any help is appreciated, and thanks for all the help you have given me before!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top