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

Andreas Sikkema asikkema at unet.nl
Fri Jun 17 11:53:11 EDT 2011


> 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



More information about the cisco-voip mailing list