Make PhoneSystem available from outside/not localhost

Status
Not open for further replies.

FHD-MF

Silver Partner
Joined
Jan 2, 2024
Messages
4
Reaction score
1
I'm currently working on an C# extension for our on premise 3CX. I'm currently trying to make the ports (5482, 5432 and 5485) used for communicating with the 3cx available for outside connections. I already whitelisted my ip in the nftables configuration but it seems like the 3CX only listens on localhost connections.
I spotted an configuration file in
Code:
/usr/share/3cxpbx/skel/Bin/
and changed
Code:
pbxSLNIC=127.0.0.1
confNIC=127.0.0.1
to
Code:
pbxSLNIC=0.0.0.0
confNIC=0.0.0.0
with the result that the 3cx dosn't start.
 
Last edited:
You should not modify those files.

Not sure what you're trying to access but if 3CX locks it to localhost, leave it that way.

If you're trying to access the database: big no no.
 
  • Like
Reactions: FHD-MF
Yes I know that there are many scripts, it was just an example.
Thanks for your information, it really helped me
 
  • Like
Reactions: Evolute IT
Status
Not open for further replies.

Forum statistics

Threads
111,953
Messages
589,914
Members
164,849
Latest member
BillyAkansel