Sip response 488

Hi,

Working configuration, trying to add a new sip provider (callvoip.nl / breezz.nl)

registring seems succesful. When trying an outgoing call however, I get te following error only when using this new provider:

Dec 21 17:21:44 VERBOSE[28794] logger.c: – Got SIP response 488 “Not acceptable here” back from 83.98.222.5

Has this todo with codecs?
Thanks for any help!

in sip.conf:
[general]
disallow=all
allow=ulaw
allow=alaw

[thisnewprovider]
allow=ulaw
allow=alaw
allow=gsm
authuser=telphonenr
context=from-trunk
disallow=all
fromdomain=sip.sipnl.net
fromuser=telphonenr
host=sip.sipnl.net
insecury=very
nat=yes
port=5060
canreinvite=no
username=telphonenr
secret=password
type=friend

try

[thisnewprovider]
disallow=all
allow=ulaw
allow=alaw
allow=gsm
authuser=telphonenr
context=from-trunk
fromdomain=sip.sipnl.net
fromuser=telphonenr
host=sip.sipnl.net
insecure=very
nat=yes
port=5060
canreinvite=no
username=telphonenr
secret=password
type=friend

you had the disallow after the codecs so all would disallowed

Ian

Ah, thanks!

This seems to work; when I try to dial out I now hear a “this accounts number is not valid”, which sounds like it doesn’t come from asterisk. So that is something I have to sort out with this new provider.

Thanks again!