Need help please with conf

Hi

Can someone out there give me iax rpt and extension config files please as im think im mess up as im can connected my echolink node but when a user connection it disconnected them as im only can get 1 node connected im open the firewall ports 4570 and 4569 as well

Im have it out side of my qth in a vps it just only let 1 user to connected for some reson

Sorry forgot. Im using asl3

iax.conf

[iaxrpt]
type = user
context = iaxrpt
auth = md5
secret = secret
host = dynamic
disallow = all
allow = ulaw
;allow = adpcm
allow = gsm
transfer = no
requirecalltoken = no

extentions.conf

[iaxrpt]
exten => 48233,1,rpt(48233|X)
exten => 48234,1,rpt(48234|X)

Note: I do not use the var global logic for this.
I have to many private nodes to track and see no use for it. I like exact definition.
But if you use the stock stanza, you need to fill in a global var for node = xxxxx at the top of extentions.conf. Create a new one for a second node of a different variable name and add that to the stanza.

in iaxrpt program

Make sure your user = iaxrpt
“Account Name” becomes node#.
Don’t confuse this with “user”, which is the stanza name.

Anyway, that should clear up where I think many are in error.