From: Scott Morris (swm@emanon.com)
Date: Wed Sep 17 2003 - 22:27:08 GMT-3
Try some debugs... Look and see whether you are actually trying to
establish a connection and can't. If you have IP connectivity, do you
have a POTS peer on the other end?
Debug voice ccapi inout
Debug h225 events
Whatever other ones float your boat along the way!
Debugs are your friend!
Scott Morris, CCIE4 (R&S/ISP-Dial/Security/Service Provider) #4713,
CISSP, JNCIS, et al.
IPExpert CCIE Program Manager
IPExpert Sr. Technical Instructor
swm@emanon.com/smorris@ipexpert.net
http://www.ipexpert.net
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Paul Chen
Sent: Wednesday, September 17, 2003 8:46 PM
To: 'Robert Neil'; 'Brian Sims'; ccielab@groupstudy.com
Subject: RE: Destination-pattern- Calling all VOIP Experts
Yes, I used show dialplan. Here is what I have:
The problem is when I dial 408555, I get a busy tone after 6 digit. As
you can see from the dial plan below, 408555+ matches 4085551234 ?
Any suggestions ?
Thanks,
Paul
R1
dial-peer voice 11 pots
destination-pattern 7038101111
port 1/0/0
!
dial-peer voice 101 pots
destination-pattern 4085551234
port 1/0/1
!
dial-peer voice 300 voip
destination-pattern 7038103333
session target ipv4:172.16.13.3
R3
dial-peer voice 300 pots
destination-pattern 7038103333
port 1/0/0
!
dial-peer voice 301 voip
destination-pattern 408555+
session target ipv4:172.16.13.1
r3#sh dialplan number 4085551234
Macro Exp.: 4085551234
VoiceOverIpPeer301
peer type = voice, information type = voice,
description = `',
tag = 301, destination-pattern = `408555+',
answer-address = `', preference=0,
CLID Restriction = None
CLID Network Number = `'
CLID Second Number sent
source carrier-id = `', target carrier-id = `',
source trunk-group-label = `', target trunk-group-label = `',
numbering Type = `unknown'
group = 301, Admin state is up, Operation state is up,
incoming called-number = `', connections/maximum = 0/unlimited,
DTMF Relay = disabled,
modem transport = system,
huntstop = disabled,
in bound application associated: 'DEFAULT'
out bound application associated: ''
dnis-map =
permission :both
incoming COR list:maximum capability
outgoing COR list:minimum requirement
Translation profile (Incoming):
Translation profile (Outgoing):
incoming call blocking:
translation-profile = `'
disconnect-cause = `no-service'
type = voip, session-target = `ipv4:172.16.13.1',
technology prefix:
settle-call = disabled
ip media DSCP = ef, ip signaling DSCP = af31, UDP checksum =
disabled,
session-protocol = cisco, session-transport = system, req-qos =
best-eff ort,
acc-qos = best-effort,
RTP dynamic payload type values: NTE = 101
Cisco: NSE=100, fax=96, fax-ack=97, dtmf=121, fax-relay=122
CAS=123, ClearChan=125, PCM switch over u-law=0,A-law=8
RTP comfort noise payload type = 19
fax rate = voice, payload size = 20 bytes
fax protocol = system
fax-relay ecm enable
fax NSF = 0xAD0051 (default)
codec = g729r8, payload size = 20 bytes,
Expect factor = 0, Icpif = 20,
Playout Mode is set to adaptive,
Initial 60 ms, Max 300 ms
Playout-delay Minimum mode is set to default, value 40 ms
Fax nominal 300 ms
Max Redirects = 1, signaling-type = cas,
VAD = enabled, Poor QOV Trap = disabled,
Source Interface = NONE
voice class sip url = system,
voice class sip rel1xx = system,
voice class perm tag = `'
Time elapsed since last clearing of voice call statistics never
Connect Time = 0, Charged Units = 0,
Successful Calls = 1, Failed Calls = 6, Incomplete Calls = 0
Accepted Calls = 0, Refused Calls = 0,
Last Disconnect Cause is "1 ",
Last Disconnect Text is "unassigned number (1)",
Last Setup Time = 98246.
Matched: 4085551234 Digits: 6
Target: ipv4:172.16.13.1
r3#
-----Original Message-----
From: Robert Neil [mailto:RNeil@nova-data.com]
Sent: Thursday, September 18, 2003 2:17 AM
To: 'Paul Chen'; 'Brian Sims'; ccielab@groupstudy.com
Subject: RE: Destination-pattern- Calling all VOIP Experts
If your dial peer's destination pattern is 408555.+ then you should
match this dial peer when you dial 4085551212 with a 6-digit match.
Don't forget, "." and "+" are wildcards and do not count as explicit
matches. You might be matching another peer before this one. Try using
the "show dialplan number 4085551212" command and it will show you all
the dial peers which match that number.
HTH,
robert
-----Original Message-----
From: Paul Chen [mailto:cpjchen@starhub.net.sg]
Sent: Wednesday, September 17, 2003 12:50 PM
To: 'Brian Sims'; ccielab@groupstudy.com
Subject: RE: Destination-pattern- Calling all VOIP Experts
Brian,
Thanks, I got it to work. I just got confused looking at the Netmaster's
lab solutions.
By the way, I can't figure this out ?
If I have a dial peer with destination-pattern 4085551234
If I use a destination pattern of 408555.+ it will not connect to the
dial peer. But if I have 4085556 then it would work .
CCO documentation states that .+ implies a single digit occurred ONE
or MORE times, so 4085551234 should work ? One digit works but what
about more times ?
Same goes for .% and + and % and ? symbols - they don't work with the
above dial-peer
Go to TABLE 12 at this URL - perhaps I don't really understand the
concepts
http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_configur
atio
n_guide_chapter09186a0080080aec.html
Thanks,
Paul
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Brian Sims
Sent: Wednesday, September 17, 2003 11:23 PM
To: ccielab@groupstudy.com
Subject: RE: Destination-pattern- Calling all VOIP Experts
Hey Paul,
Adding this voip dial-peer will work fine. I have used it on a client's
voice network.
dial-peer voice 100 voip
destination-pattern 55574.....
session target ipv4:135.15.13.1
Brian
dial-peer voice 100 voip
destination-pattern 55574.....
session target ipv4:135.15.13.1
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of
Todor Georgiev
Sent: Wednesday, September 17, 2003 6:06 AM
To: Paul Chen; ccielab@groupstudy.com
Subject: RE: Destination-pattern- Calling all VOIP Experts
Hi,
Try this
dial-peer voice 100 voip
destination-pattern 55574T
session target ipv4:135.15.13.1
or
dial-peer voice 100 voip
destination-pattern 55574.....
session target ipv4:135.15.13.1
-----Original Message-----
From: Paul Chen [mailto:cpjchen@starhub.net.sg]
Sent: Wednesday, September 17, 2003 12:34 PM
To: ccielab@groupstudy.com
Subject: Destination-pattern- Calling all VOIP Experts
Hi Everyone,
Can anyone figure out how to do this ? Any help appreciated.
R1
dial-peer voice 100 pots
destination-pattern 5557412345
port 1/0/0
!
dial-peer voice 101 pots
destination-pattern 5557434567
port 1/0/1
!
dial-peer voice 300 voip
destination-pattern 7038103333
session target ipv4:135.15.13.3
-Question ------------R3- call any R1's phones with only one voip
dial-peer.
dial-peer voice 300 pots
destination-pattern 7038103333
port 1/0/0
!
dial-peer voice 100 voip
destination-pattern 55574[(12345),(34567)]$ ----------- This Does
NOT
work ? I tested it. Busy tone after dialing 55574
session target ipv4:135.15.13.1
***Get your CCIE and a FREE vacation: Shop.GroupStudy.com***
This archive was generated by hypermail 2.1.4 : Wed Oct 01 2003 - 07:24:30 GMT-3