cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
560
Views
5
Helpful
4
Replies

Voicemail

gustavocardozo
Level 1
Level 1
I have a Cisco 3845 and Cisco 2811 used for telephony in to different sites connected through ipsec-isakmp.  All working well, i can call between sites ande receive external calls. The problen is with the voicemail, wen i call from site 1 to site 2 and no one answer the voicemail works, but from site 2 to site 1 if no one answer after 3 rings a get busy tone. When i call to any site from outside the voicemail works.
¿what can be wrong?
1 Accepted Solution

Accepted Solutions

Rajan
VIP Alumni
VIP Alumni

You could check the codec negotiated for that failed instance to see whether its a codec issue when transitioning the phone call to voicemail since calls from outside works fine.

Check the codec negotiated for the initial call and pls provide debugs to confirm the exact cause.

HTH

Rajan

View solution in original post

4 Replies 4

Rajan
VIP Alumni
VIP Alumni

You could check the codec negotiated for that failed instance to see whether its a codec issue when transitioning the phone call to voicemail since calls from outside works fine.

Check the codec negotiated for the initial call and pls provide debugs to confirm the exact cause.

HTH

Rajan

Sorry for the delay. ¿How can i get a debug from the call?

I check de codec configuration in both routers:

Router1

GigabitEthernet0/0.3 192.168.3.1 YES NVRAM up up

voice-card 0
dspfarm
dsp services dspfarm
!
sccp local GigabitEthernet0/0.3
sccp ccm 192.168.3.1 identifier 1
sccp ccm 192.168.110.1 identifier 2
sccp ccm 192.168.12.1 identifier 2
sccp
!
sccp ccm group 1
associate ccm 1 priority 1
associate profile 1 register xcd0016462991d0
keepalive retries 5
switchover method immediate
switchback method immediate
switchback interval 5
!
sccp ccm group 2
bind interface GigabitEthernet0/0.3
associate ccm 2 priority 1
associate profile 2 register transcode
!
dspfarm profile 1 transcode
codec g711ulaw
codec g711alaw
codec g729ar8
codec g729abr8
codec g729r8
maximum sessions 6
associate application SCCP
shutdown
!
dspfarm profile 2 transcode
codec g711ulaw
codec g711alaw
codec g729ar8
codec g729abr8
codec g729r8
maximum sessions 6
associate application SCCP
shutdown
!
telephony-service
sdspfarm units 1
sdspfarm transcode sessions 6
sdspfarm tag 1 xcd0016462991d0
max-conferences 12 gain -6

Router2

FastEthernet0/1.2 192.168.12.1 YES NVRAM up up

voice-card 0
dspfarm
dsp services dspfarm
!
sccp local FastEthernet0/1.2
sccp ccm 192.168.12.1 identifier 1
sccp ccm 192.168.110.1 identifier 2
sccp ccm 192.168.3.1 identifier 3
sccp
!
sccp ccm group 1
associate ccm 1 priority 1
associate profile 1 register xcd0015c678f2a1
keepalive retries 5
switchover method immediate
switchback method immediate
switchback interval 5
!
sccp ccm group 2
bind interface FastEthernet0/1.2
associate ccm 2 priority 1
associate profile 2 register transcode
!
dspfarm profile 1 transcode
codec g711ulaw
codec g711alaw
codec g729ar8
codec g729abr8
codec g729r8
maximum sessions 6
associate application SCCP
!
telephony-service
sdspfarm units 1
sdspfarm transcode sessions 6
sdspfarm tag 1 xcd0015c678f2a1
max-conferences 4 gain -6

Please post full configs, this will let us know what protocols you are using and how your dialpeers are configured so that we can provide next steps.

I found the problem. The dspfarm profile in one site has de shutdown parameter. I took out that and the voicemail start working.

Thanks for all the assistance.