Connecting more than one IAX server

Hello Asterisk-Community,

in my configuration setup I use three accounts on the same IAX server. (sipload.de)

With only one number and the corresponding peer/user pair all is working fine, but than I add a second account, it maybe chooses the first context or the second context. And depending on that there comes the “No authority found” error.

This is my iax.conf:

[general]
register => iax127xxx:xxxxxxxx@iax.sipload.com
register => iax128xxx:xxxxxxxx@iax.sipload.com
;register => iax126xxx:xxxxxxxx@iax.sipload.com
jitterbuffer=yes

[sipload-outbound-10]
type=peer
qualify=yes
qualifyfreqok=10000
qualifyfreqnotok=2000
username=iax127xxx
secret=xxxxxxxx
host=iax.iaxport.de

[iax127xxx]
type=user
host=iax.iaxport.de
username=iax127xxx
secret=xxxxxxxx
peercontext=iax127xxx
context=from-sipload-10
notransfer=yes


;[sipload-outbound-317]
;type=peer
;qualify=yes
;qualifyfreqok=10000
;qualifyfreqnotok=2000
;username=iax128xxx
;secret=xxxxxxxx
;host=iax.iaxport.de

;[iax128xxx]
;type=user
;host=iax.iaxport.de
;username=iax128xxx
;secret=xxxxxxxx
;peercontext=iax128xxx
;context=maik-in
;notransfer=yes

;[iax126xxx]
;type=user
;host=iax.iaxport.de
;username=iax126xxx
;secret=xxxxxxxx
;peercontext=iax126xxx
;context=from-sipload-317
;notransfer=yes

Thank you for your help :slight_smile:

Best regards,

Maik