[cisco-voip] FW: Cisco CUBE Sip to Sip Question

Paul asobihoudai at yahoo.com
Fri Jun 17 12:06:46 EDT 2011


That'll only match two digits though. 9 and one other digit.

e.g.

9[2-9]...... will only match seven digit dial in the US.

I only use the T operator for international destination-patterns as it is required for all international destination access.


----- Original Message -----
From: Andreas Sikkema <asikkema at unet.nl>
To: "cisco-voip at puck.nether.net" <cisco-voip at puck.nether.net>
Cc: 
Sent: Friday, June 17, 2011 8:53 AM
Subject: Re: [cisco-voip] FW: Cisco CUBE Sip to Sip Question

> dial-peer voice 9 voip
>  translation-profile outgoing SIP_OUTGOING
>  destination-pattern 9T
>  session protocol sipv2
>  session target ipv4:82.12.241.168
>  dtmf-relay rtp-nte
>  codec g711ulaw

Do you really need to wait for additional digits? Most SIP
applications/hardware generally support only en-bloc dialing so you
just need to make sure you match on a 9 and anything after that. I'd
use the following:

dial-peer voice 9 voip
  translation-profile outgoing SIP_OUTGOING
destination-pattern 9.
session protocol sipv2
session target ipv4:82.12.241.168
dtmf-relay rtp-nte
codec g711ulaw

IIRC this would have the same result without you having to wait for
the interdigit timer...

-- 
Andreas Sikkema

_______________________________________________
cisco-voip mailing list
cisco-voip at puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip




More information about the cisco-voip mailing list