Setup an IAXRPT connection to a private node on same server as public node?

Is it possible to connect via IAX to a private node instead of a public node?
If so, Can someone tell me how to configure the IAXRPT windows client for this?
If not, Can you vary the iax port for the private node only? it seems you have only have one iax port per ASL.

Ports not a problem and doesn’t matter if it’s a private node or not. I have 27849 and 29496 on the same server and can connect to either one via iaxrpt. Just have to create another “account” for the other node.

From my config files:

In iax.conf

[gui]
type=user
context=radio-gui
auth=md5
secret=XXXXXXXXXX
host=dynamic
disallow=all
allow=gsm
allow=ulaw
codecpriority=Caller
transfer=no

gui2]
type=user
context=radio-gui2
auth=md5
secret=XXXXXXXX
disallow=all
allow=gsm
allow=ulaw
codecpriority=Caller
transfer=no

extensions.conf

[radio-gui]
exten => 27849,1,Rpt(27849|X)

[radio-gui2]
exten => 29496,1,Rpt(29496|X)

So in the iaxrpt PC program account settings, 27849 username is gui, 29496 is gui2. Host is same ip and port number for both.
Hope that makes sense.

Ed W8VT

1 Like

Perfect, it’s working!
Thanks @Ed_Wilhelm !!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.