Scroll Top
Level 17/31 Queen St, Melbourne. VIC. 3000

Cisco Call Manager Router (CME)

Cisco Call Manager Router (CME)

The example configuration below is used to configure Cisco Call Manager gateways with our service.

The example requires you to push 9 before dialing any phone number. E.g. to Call URL Networks you would dial 90390085900 and the leading 9 is removed with the Discard9 translation profile.

Cisco Example Configuration

  • In the configuration your will see items that say REPLACE_WITH, you need to replace this item with your details which can be found via your dashboard login or in your Account Notification
				
					voice service voip
 allow-connections sip to sip
 sip
!
!
voice translation-rule 1
 rule 1 /(^9)/ //
!
!
voice translation-profile Discard9
 translate called 1
!
!
dial-peer voice 500 voip
 translation-profile outgoing Discard9
 destination-pattern 9T
 session protocol sipv2
 session target dns:REPLACE_WITH_YOUR_DOMAIN
 session transport udp
 dtmf-relay sip-notify rtp-nte
 codec g711ulaw
 no vad
!
dial-peer voice 300 pots
 trunkgroup lo
 destination-pattern REPLACE_WITH_YOUR_DID
!
sip-ua
 credentials username REPLACE_WITH_YOUR_USERNAME password REPLACE_WITH_YOUR_PASSWORD realm voip.url.net.au
 authentication username REPLACE_WITH_YOUR_USERNAME password REPLACE_WITH_YOUR_PASSWORD
 realm REPLACE_WITH_YOUR_DOMAIN
 nat symmetric role passive
 nat symmetric check-media-src
 srv version 1
 registrar dns:REPLACE_WITH_YOUR_DOMAIN expires 180
!
				
			

Related Posts