[cisco-voip] dial peers and translations

Erick Wellnitz ewellnitzvoip at gmail.com
Wed May 29 14:55:53 EDT 2013


Thanks guys!  Makes perfect sense now.

I'm in the process of cleaning up a CUBE so that the dial peer logic is
easier to follow. It isn't complex but it is production so I have to be
sure of my footsteps.


On Wed, May 29, 2013 at 12:53 PM, Robert Kulagowski <rkulagow at gmail.com>wrote:

> On Wed, May 29, 2013 at 11:43 AM, Erick Wellnitz
> <ewellnitzvoip at gmail.com> wrote:
> > Simple question I just need a refresher.
> >
> > On my CUBE, if I translate-outgoing called xxxx on the dial peer does my
> > destination pattern need to match the original number or the translated
> > number?  The dial peer guides are not quite clear in my mind.
> >
> > Here is my dial peer and my translation rule.
> >
> > voice translation-rule 4000
> >  rule 1 /^\+/ /9/
> > ***replacing the + globalization with 9 for outbound PSTN access
> >
> > dial-peer voice 4000 voip
> >  description Inbound Toll Bypass from XXXXX
> >  translate-outgoing called 4000
> >  preference 1
> >  destination-pattern +16304######   <-----should this be 916304######?
> >  session protocol sipv2
> >  session-taaget ipv4:172.16.7.12:5070
> >  incoming called-number +16304######
> >  dtmf-relay rtp-nte
> >  codec g711ulaw
>
> The translation happens once you've matched a dial-peer: (we dial "8"
> to get out so that people don't accidentally dial "911" by accident)
>
> dial-peer voice 10000 voip
>  description Outbound SIP to Bandwidth.com
>  translation-profile outgoing SIP-OUT
>  preference 1
>  destination-pattern 8T
>  session protocol sipv2
>  session target dns:ot.bandwidth.com
>  voice-class sip dtmf-relay force rtp-nte
>  voice-class sip profiles 200
>  dtmf-relay rtp-nte
>  codec g711ulaw
>  ip qos dscp cs5 media
>  ip qos dscp cs4 signaling
>  no vad
>
> voice translation-profile SIP-OUT
>  translate called 8
>
> voice translation-rule 8
>  rule 1 /^81\(.*\)/ /+1\1/
>  rule 2 /^\*81\(.*\)/ /+1\1/
>  rule 3 /^8011\(.*\)/ /+\1/
>  rule 4 /^\*8011\(.*\)/ /+\1/
>  rule 10 /^91\(.*\)/ /+1\1/
>  rule 11 /^9011\(.*\)/ /+\1/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://puck.nether.net/pipermail/cisco-voip/attachments/20130529/5b908cda/attachment.html>


More information about the cisco-voip mailing list