Realtime MYSQL configure

Hi
In the static configuration can be work normally,but Realtime But in Realtime can not work normally.
Error:
"NOTICE[5415]:chan_sip.c:8876 process_sdp:No compatible codecs,not accepting this offer!"
my configrue:

extensions.conf
[default]
switch => Realtime/default@extensions

extconfig.conf
[settings]
sippeers=>mysql,general,sipfriends
sipusers=>mysql,general,sipfriends
extensions=>mysql,general,extensions

Hi,

looks like your client doesn’t have a codec (i.e. ulaw,alaw,gsm) it can communicate with asterisk. check the “disallow” and “allow” colums.
disallow | all
allow | alaw;ulaw;gsm;g729

greets

in your sipfriends database set allow all field and check it out. It will work.