Using Simple SIP

I am getting the following error when attempting to chat over blink client:
[2014-01-25 23:55:43] WARNING[2303][C-00000019] chan_sip.c: Failing due to no acceptable offer found
How do I go about troubleshooting this?

There are no codecs in common between Asterisk’s sip.conf entry for the device and what the device is prepared to use.

Enable the full log in logger.conf, then do

core set verbose 5
core set debug 5
sip set debug on

to see what codecs are being offered by the device.

This is a support question and should have been asked on a forum for such questions.

[quote=“david55”]There are no codecs in common between Asterisk’s sip.conf entry for the device and what the device is prepared to use.

Enable the full log in logger.conf, then do

core set verbose 5
core set debug 5
sip set debug on

to see what codecs are being offered by the device.

This is a support question and should have been asked on a forum for such questions.[/quote]

Thanks for the guidance!