Reinvites on incoming calls fail (Voxalot only)

Hi

If I set my Asterisk server to canreinvite=yes incoming calls on Voxalot fail. They ring but when I pick up I get ‘403 Use From=id next time’ followed by Asterisk telling me, ‘WARNING[19228]: chan_sip.c:9847 handle_response_invite: Forbidden - wrong password on authentication for INVITE to…’

If I do not reinvite (canreinvite=no) then the call is fine with the obvious side effect of Asterisk staying in the RTP path.

I’d really like to use reinvites (as I do for a few other SIP accounts that I have with other providers) as it takes the load off Asterisk.

Any idea what might be wrong? Outgoing calls are fine.

Currently my sip.conf states:

[general]
context=default
port=5060
bindaddr=87.127.xxx.xxx
srvlookup=yes
rtptimeout=180
rtpholdtimeout=600
allow=all
disallow=g729
nat=no
canreinvite=yes
registerattempts=0
registertimeout=20

register => User:Pass@eu.voxalot.com/User

[User]
canreinvite=no
type=friend
username=User
secret=Pass
fromuser=User
fromdomain=eu.voxalot.com
host=eu.voxalot.com
insecure=very
dtmfmode=rfc2833
context=fromvoxalot

Cheers

Chrisp

Forgot to mention that I am running 1.2.18 on Mac OS X Server (10.3). I’ve recently upgraded from 1.0.7 and I can’t remember this happening on that version.

Could this be a bug?

It is reproducable so I wondered if there was a way of submitting some kind of bug report?

Thanks.

Chrisp