3CX Login
#1412
Replies: 1 comment
-
Got it... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm having a hard time authenticating to a 3CX extension. Anyone got it working?
I'm using 3CX's cloud Free plan and I already un-checked the "Block remote non-tunnel connections" at 3CX.
3CX's windows softphone connects with the same credentials I'm using to connect through sipsorcery....
I tried both below:
_registrar = new SIPRegistrationUserAgent(_sipTransport, "12345", "pass", "sip:[email protected]", 600, 60, 10);
var sip_uri = new SIPURI("12345", "123.3cx.cloud", null);
_registrar = new SIPRegistrationUserAgent(_sipTransport, null, "123.3cx.cloud", "12345", "pass", null, "123.3cx.cloud", new SIPURI("12345", "123.3cx.cloud", null), 3600, null, 60, 300, 3, true);
Thx
Beta Was this translation helpful? Give feedback.
All reactions