02-19-2013 04:58 AM - edited 03-16-2019 03:48 PM
Current config...
!
!
voice service voip
allow-connections h323 to sip
allow-connections sip to h323
allow-connections sip to sip
no supplementary-service sip handle-replaces
redirect ip2ip
fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none
sip
bind control source-interface GigabitEthernet0/0
bind media source-interface GigabitEthernet0/0
registrar server
!
!
voice register global
system message dCloud Offline
max-dn 100
max-pool 10
!
voice register pool 1
id network 10.65.0.32 mask 255.255.255.240
preference 1
proxy 10.65.0.33 monitor probe icmp-ping
dtmf-relay sip-notify
codec g711ulaw
!
!
The dial peers created are as follows -
Dialpeers created:
Dial-peers for Pool 1:
dial-peer voice 40001 voip
preference 1
destination-pattern +14085556017$
redirect ip2ip
session target ipv4:10.65.0.38:5060 <--- phone
session protocol sipv2
dtmf-relay sip-notify
digit collect kpml
codec g711ulaw bytes 160
after-hours-exempt FALSE
dial-peer voice 40002 voip
destination-pattern +14085556017$
redirect ip2ip
session target ipv4:10.65.0.33:5060 <--- 2911
session protocol sipv2
dtmf-relay sip-notify
digit collect kpml
codec g711ulaw bytes 160
monitor probe icmp-ping 10.65.0.33
dial-peer voice 40003 voip
preference 1
destination-pattern +14085556016$
redirect ip2ip
session target ipv4:10.65.0.39:5060 <---next phone
session protocol sipv2
dtmf-relay sip-notify
etc
Question is - does that look right?
And how would I create a translation under dial peers to allow calls from 6017 to 6016 and vica versa?
Thanks!
02-19-2013 05:30 AM
Paul,
The config looks okay. These are autogenerated when the phones register in SRST. You can use the config below for abbreviated dialling in SRST
voice-translation rule 10
rule 1 /\(^601.\)/ /+1408555\1/
voice tranlsation-profile abbr-dial
tranlsate called 1
dial-peer voice xxxx voip
destination-pattern 601.
session target ipv4:x.x.x.x (where x.x.x.x= the loopback or local ip address of your srst gateway where phones are registered)
translation-profile incoming abbr-dial
Please rate all useful posts
"opportunity is a haughty goddess who waste no time with those who are unprepared"
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide