The SIP RFC has these things to say about 488:
21.4.26 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.
The first paragraph describing 606 says:
21.6.4 606 Not Acceptable
The user's agent was contacted successfully but some aspects of the session description such as the requested media, bandwidth, or addressing style were not acceptable.
So you probably need to enable a different codec.
Elsewhere, 488 is mentioned as follows:
A UAS rejecting an offer contained in an INVITE SHOULD return a 488 (Not Acceptable Here) response. Such a response SHOULD include a Warning header field value explaining why the offer was rejected.
So look at the 488 response packet and see what explanation is included in that header.
Also, look at the message bodies to see what codecs are being offered by each side.
- tye
In reply to Re: Getting error '488' using Net::SIP::Simple (RTFM)
by tye
in thread Getting error '488' using Net::SIP::Simple
by Skaraluk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |