cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3280
Views
12
Helpful
21
Replies

Auto attendant CUE SIP Trunking

kotushaMx
Level 1
Level 1

Hi, 

I'm having problems to redirect incoming call from sip trunk to  CUE AA,

- I have a Cisco 3945 and  a NME-CUE , VID: V04

- the sip trunk provider only gives the last four digits.

- sip trunk number 8800 redirects to extension 100. Works fine.

- sip trunk number 5624 redirects to extension 100. Works fine.

- sip trunk number 8006 redirects to extension 600, which is the AA. Does not work.

- When I dial 600 from any extension AA work fine.

Here is a briefing of the configuration, if you need any more info please let me know. Thank you in advance.

1 Accepted Solution

Accepted Solutions

I don’t see that you have configured the required settings for the transcoder to work. The CCM group is not configured, and the IP address mentioned for the SCCP CCM is your second interface used by the ISP trunk. Any changes you make need to take effect by issuing the “no SCCP” command and then re-enabling SCCP. Also changes on telephoney-service need recreate cnf files.

You need to make the following changes to the configurations:

telephony-service
sdspfarm units 10
sdspfarm transcode sessions 30
sdspfarm tag 1 MTP881dfcdf4502

sccp ccm group 1
associate ccm 1 priority 1
associate profile 1 register MTP881dfcdf4502

sccp local GigabitEthernet0/1
sccp ccm 172.16.1.1 priority 1  version 7.0

 

You can verify the status of the transcoder using the command "show sccp".

 



Response Signature


View solution in original post

21 Replies 21

kotushaMx
Level 1
Level 1

sorry, the other post was taken down, I did not know why and I created this shorter and it came back overnight. I muted the post I did not find how to erase it.

Thank you

You can delete the duplicate post before someone replies to it.

Could you clarify what you mean by ‘not working’? Are you getting a fast busy signal, or are you accessing the AA menu but the DTMF is not working? What exactly is not functioning?

Could you share the debug CCSIP messages and debug ccapi in/out in a different attachment?



Response Signature


kotushaMx
Level 1
Level 1

it does not transfer the call to AA in the dial peer 600, it just silence fot 45 seconds and then it hang up the call, I will share the ccsip tomorrow.

thank u

 

kotushaMx
Level 1
Level 1

i cannot find the option to delete post.

I’m not sure if the option to delete your own response is available to you. @Nithin Eluvathingal I think that option is available for us in the VIP community, for “regular” members I think that they would need to use the option to notify the moderator team to have it removed. This said I did notify the moderator team about the duplicate post and moved the post to a holding space the VIP community has access to, so the duplicate post is not accessible any more.



Response Signature


kotushaMx
Level 1
Level 1

Hi, Im attaching the files you ask 

-   CCSIP messages two files when a dial sip trunk ending number 8800 that works and 8806 that does not work to compare.

-    ccapi in/out  same two files

-   as well as debug dialpeer when dial some two number 8800.

Thank you very much, let me know if you need anything-else.

 

kotushaMx
Level 1
Level 1

it did not let me attach file with txt extension, Im attaching it in word format 

I see a ‘Service Unavailable’ warning and a warning message indicating that the transcoder is not configured.

CUE supports only the G.711 codec, so you need to specify this codec on the dial-peer pointing to the CUE.

 

 

 

 

NithinEluvathingal_0-1728143844776.png

 



Response Signature


kotushaMx
Level 1
Level 1

thank you, I will try it and let u know.

kotushaMx
Level 1
Level 1

I will not be able to test it until Monday night, because the sip trunk is operational on another phone system, but I think everything is on g711ulaw, but I will add g711alaw on monday and test it. Thank you very much.

voice class codec 1
codec preference 1 g711ulaw
codec preference 2 g729r8
!
dial-peer voice 9000 voip
description ** INBOUND CALLS from telecoms **
translation-profile incoming PSTN_INCOMING
session protocol sipv2
incoming called-number .%
incoming uri via PSTN
voice-class codec 1
voice-class sip early-offer forced
dtmf-relay rtp-nte
no vad
!
dial-peer voice 100 voip
description **** OUTBOUND CALLS to telecoms *****
translation-profile outgoing SIP
destination-pattern 9T
session protocol sipv2
session target sip-server
voice-class codec 1
voice-class sip early-offer forced
dtmf-relay rtp-nte
no vad
!
dial-peer voice 4500 voip
description **** VoiceMail *****
destination-pattern 45..
session protocol sipv2
session target ipv4:172.16.1.2
dtmf-relay sip-notify
codec g711ulaw
no vad
!
dial-peer voice 600 voip
description **** Auto Attendant*****
destination-pattern 60.
session protocol sipv2
session target ipv4:172.16.1.2
no voice-class sip early-offer forced
dtmf-relay sip-notify
codec g711ulaw
no vad
!

 

kotushaMx
Level 1
Level 1

I change all dials peers to g711alaw instead of g711ulaw, and it did not work, any ideas what else could the problem be?  it is giving me the same error.

thank you

I continue to see the 503 Service Unavailable error with the message ‘Transcorder Not Configured’ in the CCSIP logs.

 

NithinEluvathingal_0-1728364466376.png

 The codec on the dial-peer must be G.711alaw, as the ISP is sending ‘m=audio 60228 RTP/AVP 8 18 98’ in the SDP.

Your problem will be solved if you configure the transcoder.

 

Why did you configure ‘no voice-class sip early-offer forced’ on dial-peer 600 towards Unity Express?

 

 

dial-peer voice 600 voip
description **** Auto Attendant*****
destination-pattern 60.
session protocol sipv2
session target ipv4:172.16.1.2
no voice-class sip early-offer forced
dtmf-relay sip-notify
codec g711ulaw
no vad

 

 



Response Signature


kotushaMx
Level 1
Level 1

I cancel command "no voice-class sip early-offer forced" because it did not fix the problem, do you have an article or example in how correctly configure a transcoder? thank you