[asterisk-users] Connecting AS5350XM with Asterisk

Alex Balashov abalashov at evaristesys.com
Tue Nov 25 17:58:46 CST 2008


A T I F wrote:
> 1.   dial-peer voice 500 voip
> 
> I use this configuration for inbound to asterisk.
> 
> 2. dial-peer voice 510 pots
>     description Fancy PRI - Outgoing
>     huntstop
>     destination-pattern .T
>     direct-inward-dial
>     forward-digits 10
> 
> And use this configuration for outbound from asterisk to Cisco 5350 right?

Yep.

You may wish to have an incoming peer on the VoIP side to match first to 
do various translations in the future.  It's generally considered better 
form.  Then the call will enter in this dial peer and exit in 510.

dial-peer voice 801 voip
  description Asterisk - inbound
  voice-class codec 1
  session protocol sipv2
  session target ipv4:ip.addr.of.asterisk
  session transport udp
  incoming called-number .T
  dtmf-relay rtp-nte
  no vad


-- 
Alex Balashov
Evariste Systems
Web    : http://www.evaristesys.com/
Tel    : (+1) (678) 954-0670
Direct : (+1) (678) 954-0671
Mobile : (+1) (706) 338-8599



More information about the asterisk-users mailing list