cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2325
Views
0
Helpful
6
Replies

CCX recording G711alaw

David Winther
Level 1
Level 1

Hi,

After we have converted from ISDN to SIP we are not able to make any recordings using the CCX, i have read the documentation and can understand that CCX do not support G711alaw recording. The SIP provider is sending G711alaw so i need to convert it to G711ulaw. I have tried to make a specific dial-peer in the cube to force it running G711ulaw but then i get SIP 503 service unavaible. I have assigned MTP resources to the SIP trunk pointing at the CUBE. Does any one have an idea how to find a solution on this one?

 

/David

1 Accepted Solution

Accepted Solutions

You should be able to do this. You will just need to configure this using a different identifier on your sccp config.

eg

sccp local GigabitEthernet0/0
sccp ccm 9.13.29.30 identifier 1 version 7.0 -- Use its own IP address
sccp ccm 9.13.29.40 identifier 2 version 7.0--uses cucm ip address
sccp
!
sccp ccm group 1
 associate ccm 1 priority 1
 associate ccm 2 priority 2
 associate profile 1 register XCODE123456
 associate profile 2 register CUCM_XCODE_01
!
 keepalive retries 1
 keepalive timeout 10
 switchover method immediate
 switchback method immediate
!
dspfarm profile 1 transcode-------------on board xcoder
 codec g711ulaw
 codec g711alaw
 codec g729ar8
 codec g729abr8
 codec gsmfr
 codec g729r8
 codec g729br8
 maximum sessions 10
 associate application SCCP

dspfarm profile 2 transcode--------cucm registered xcoder
 codec g711ulaw
 codec g711alaw
 codec g729ar8
 codec g729abr8
 codec gsmfr
 codec g729r8
 codec g729br8
 maximum sessions 10
 associate application SCCP

telephony-service
 max-ephones 1
 max-dn 1
 ip source-address 9.13.29.30 port 2000 --> Use its own IP address
 sdspfarm units 1
 sdspfarm transcode sessions 10
 sdspfarm tag 1 XCODE123456

 

Please rate all useful posts

View solution in original post

6 Replies 6

Gordon Ross
Level 9
Level 9

What we did, was to create a new audio codec preference list which had G711 u-Law over a-Law. Then, create a new Region, and put the UCCX ports into that. Finally, modify the UCCX Region relationship to the other regions (e.g. the region your SIP trunk is in) and select your new audio codec list.

 

GTG

Please rate all helpful posts.

Thanks Gorden i will try to create a new port group and make the Codec preference list in next week.

I will let you know the result.

If your provider is only sending you g711alaw, then changing your codec preference list won't help you. To force your CUBE to use G711ulaw, you will need to have an on board xcoder on the cube to convert G711a to ulaw. You will then configure your outbound dial-peer oto cucm on cube to use G711ulaw

An onboard xcoder is different from a cucm registered xcoder..

Here is a link that has config examples

http://www.cisco.com/c/en/us/support/docs/voice-unified-communications/unified-border-element/100480-cube-transcode.html

Please rate all useful posts

Right now we are actually using some MTP ressources in the CUBE which is registered with the CUCM, would it be possible to have registrations against the CUCM (MTP) and locally to the CME (XCODE).  

You should be able to do this. You will just need to configure this using a different identifier on your sccp config.

eg

sccp local GigabitEthernet0/0
sccp ccm 9.13.29.30 identifier 1 version 7.0 -- Use its own IP address
sccp ccm 9.13.29.40 identifier 2 version 7.0--uses cucm ip address
sccp
!
sccp ccm group 1
 associate ccm 1 priority 1
 associate ccm 2 priority 2
 associate profile 1 register XCODE123456
 associate profile 2 register CUCM_XCODE_01
!
 keepalive retries 1
 keepalive timeout 10
 switchover method immediate
 switchback method immediate
!
dspfarm profile 1 transcode-------------on board xcoder
 codec g711ulaw
 codec g711alaw
 codec g729ar8
 codec g729abr8
 codec gsmfr
 codec g729r8
 codec g729br8
 maximum sessions 10
 associate application SCCP

dspfarm profile 2 transcode--------cucm registered xcoder
 codec g711ulaw
 codec g711alaw
 codec g729ar8
 codec g729abr8
 codec gsmfr
 codec g729r8
 codec g729br8
 maximum sessions 10
 associate application SCCP

telephony-service
 max-ephones 1
 max-dn 1
 ip source-address 9.13.29.30 port 2000 --> Use its own IP address
 sdspfarm units 1
 sdspfarm transcode sessions 10
 sdspfarm tag 1 XCODE123456

 

Please rate all useful posts

It did work with local transcoding. Thanks

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: