0% found this document useful (0 votes)
540 views

How To Fix Error SIP 488 Not Acceptable in Cisco Call Manager

The document provides instructions for fixing the SIP 488 Not Acceptable error in Cisco CallManager. This error occurs when the codecs configured on the CallManager and SIP trunk or other device are not compatible. The main steps to resolve it are to 1) check and ensure the preferred originating codec is set the same on the CallManager and SIP trunk, and 2) configure the CallManager for early offer INVITEs instead of delayed offer to allow codec negotiation.

Uploaded by

Sammy Domínguez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
540 views

How To Fix Error SIP 488 Not Acceptable in Cisco Call Manager

The document provides instructions for fixing the SIP 488 Not Acceptable error in Cisco CallManager. This error occurs when the codecs configured on the CallManager and SIP trunk or other device are not compatible. The main steps to resolve it are to 1) check and ensure the preferred originating codec is set the same on the CallManager and SIP trunk, and 2) configure the CallManager for early offer INVITEs instead of delayed offer to allow codec negotiation.

Uploaded by

Sammy Domínguez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

How to fix Error SIP 488 Not Acceptable in Cisco Call

Manager
pbxdom.com/how-to-fix-error-sip-488-not-acceptable-in-cisco-call-manager

January 12, 2019

Did you get this SIP error on your Cisco call manager?

You already change all the codec, configured transcoder which is register with call
manager and everything seems fine. But outgoing calls still give this error!!!

SIP/2.0 488 Not Acceptable Here


Via: SIP/2.0/UDP 192.168.1.1:5060;received=192.168.1.1;branch=fg5df4bK4F1C77
To: <sip:[email protected]>;tag=5435345-43543
From: <sip:[email protected]>;tag=E435A43-A43
Call-ID: [email protected]
CSeq: 101 INVITE
Allow: CANCEL, ACK, INVITE, BYE, OPTIONS, REGISTER, NOTIFY, INFO, REFER, SUBSCRIBE,
PRACK, UPDATE, MESSAGE, PUBLISH
Contact: <sip:[email protected]:5060>
Reason: Q.850;cause=65
Content-Length: 0
Based on the Wikipedia article List of SIP response codes

488 Not Acceptable Here


1/4
Some aspect of the session description or the Request-URI is not acceptable, or Codec
issue.

If we want to go to more deep, the IETF rfc3261 explain about that message:

488 Not Acceptable Here

The response has the same meaning as 606 (Not Acceptable), but only
applies to the specific resource addressed by the Request-URI and the
request may succeed elsewhere.

A message body containing a description of media capabilities MAY be


present in the response, which is formatted according to the Accept
header field in the INVITE (or application/sdp if not present), the
same as a message body in a 200 (OK) response to an OPTIONS request.

Often this is related to codec incompatibilities. For anyone encountering this issue, they
should check whether both sides (server and client) have at least one codes they can
negotiate.

For fix that you should check both side configuration, I mean if you got an error for a SIP
trunk you should check the SIP trunk provider codec and config if it’s interconnection in
your company you should check the second server configuration.

For finding and debugging the codec for both side, you can capture SIP session by tools
like Wireshark; you can check the codec for each call.

To fix it you should go to SIP trunk and look for “MTP Preferred Originating Codec” and
change it. Make sure both sides use the same codec.

Step 1:
Login into your Cisco Unified CM Administration and click on Device menu.

2/4
Step 2:
Click on Trunk

Step 3:
Select your SIP trunk and click on to change the configuration.

Step 4:
In SIP trunk configuration goto “SIP Information” section and check the value of “MTP
Preferred Originating Codec.”

If the problem is still unresolved, there is one more step.


Most of SIP provider want Early Offer INVITEs. They use this always to decide on which
codec to offer for the calls.

To configure Delayed-Offer to Early-Offer for SIP Audio Calls at the global level, perform the
steps in this section.

Step 1:
Open a terminal and connect to your CUCM console.

Step 2:
And enter the following commands:

1. enable
2. configure terminal
3. voice service voip

3/4
4. allow-connections sip
5. early-offer forced
6. exit

4/4

You might also like