cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2742
Views
0
Helpful
15
Replies

SIP-to-SIP through CUBE between CM 6.1 and a SIP provider

valdes.argm
Level 1
Level 1

I’m trying to set up a CUBE between our CM 6.1 and a SIP provider for PSTN access. So far I can make a phone outside the PSTN to ring and even pick up the call, but the Cisco phone on the CM side keeps in ring out state and obviously there is no audio.

I set up the transcode on the same 2801 that host CUBE, but I think I still have a signaling problem.

Do I miss something at the router's config? Thanks.

Building configuration...


Current configuration : 4842 bytes
!
! Last configuration change at 15:27:29 AR Tue Jun 5 2012 by servicio
! NVRAM config last updated at 15:33:39 AR Tue Jun 5 2012 by servicio
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
service sequence-numbers
!
hostname CUBE01
!
boot-start-marker
boot system flash c2801-ipvoice_ivs-mz.124-24.T6.bin
boot-end-marker
!
logging count
logging message-counter syslog
logging buffered 200000
logging rate-limit 10000
no logging console
enable secret 5 *************************
!
no aaa new-model
clock timezone AR -3
ip source-route
!
ip cef
no ip domain lookup
ip domain name avvid
no ipv6 cef
multilink bundle-name authenticated
!
voice service voip
address-hiding
allow-connections sip to sip
fax protocol cisco
sip
  midcall-signaling passthru
!
voice class codec 20
codec preference 1 g729r8
codec preference 2 g729br8
!
voice class codec 1
codec preference 1 g711ulaw
codec preference 2 g711alaw
!
voice translation-rule 10
rule 1 /^************\.*/ /\1/
!
voice translation-rule 20
rule 1 /^*********[*,*]$/ /****/
!
voice translation-profile Strip
translate called 10
!
voice-card 0
dsp services dspfarm
!
archive
log config
  hidekeys
!
interface FastEthernet0/0
ip address 10.0.0.9 255.255.255.0
duplex auto
speed auto
no cdp enable
no mop enabled
!
interface FastEthernet0/1
ip address [public ip] 255.255.255.240
duplex auto
speed auto
no cdp enable
!
ip forward-protocol nd
ip route *.*.*.* 0.0.0.0 *.*.*.* name DG
ip route 10.0.0.0 255.255.252.0 10.0.0.1 name LAN
!
ip http server
ip http authentication local
!
control-plane
!
sccp local FastEthernet0/0
sccp ccm 10.0.0.9 identifier 1 version 5.0.1
sccp
!
sccp ccm group 1
bind interface FastEthernet0/0
associate ccm 1 priority 1
associate profile 2 register MTP-CUBE01
associate profile 1 register TX-CUBE01
keepalive retries 5
switchover method immediate
switchback method immediate
switchback interval 15
!
dspfarm profile 1 transcode 
codec g711ulaw
codec g711alaw
codec g729ar8
codec g729abr8
codec g729r8
codec g729br8
maximum sessions 4
associate application SCCP
!
dspfarm profile 2 mtp 
codec g711ulaw
maximum sessions software 100
associate application SCCP
!
dial-peer voice 10 voip
translation-profile outgoing Strip
destination-pattern 0170.+
progress_ind setup enable 3
progress_ind progress enable 8
voice-class codec 20
session protocol sipv2
session target ipv4:[SIP server]
dtmf-relay rtp-nte
no vad
!
dial-peer voice 2 voip
answer-address 0170
voice-class codec 1
session protocol sipv2
dtmf-relay rtp-nte digit-drop
!
dial-peer voice 20 voip
voice-class codec 20
session target ipv4:10.0.0.10 /// Call Manager's IP
incoming called-number **********[*,*]
dtmf-relay rtp-nte
!
gatekeeper
shutdown
!
telephony-service
sdspfarm units 1
sdspfarm transcode sessions 4
sdspfarm tag 1 TX-CUBE01
max-ephones 1
max-dn 1
ip source-address 10.0.0.9 port 2000
max-conferences 4 gain -6
transfer-system full-consult
create cnf-files version-stamp 7960 Jun 05 2012 10:26:09
!
line con 0
exec-timeout 60 0
timeout login response 60
login local
line aux 0
line vty 0 4
exec-timeout 60 0
timeout login response 60
login local
!
scheduler allocate 20000 1000
no process cpu extended
no process cpu autoprofile hog
ntp update-calendar
end
!

15 Replies 15

Thanks, I let you know how it goes with the provider…