Hi there,
I am trying to configure Wazo in a local test environment to try it out first.
I followed this guide: https://sparrow.b5.pm/docs/quick-start/
I have:
added contexts, created a user, created a corresponding line for the user.
However I am unable to connect my SIP Softphone (microSip).
It always throws the “Incorrect Password” error.
I have tried the following username/password combinations:
User Mail / User Password
User Name / User Password
Line Name / Line Password
Line Provisioning extension / Line Password
Line Name / User Password
User Name / Line Password
Line number / Line Password
Line number / User Password
However all of these fail.
If I have missed anything, or you need more info don’t hesitate to ask!
any help is appreciated!
(Yes I have looked through the similar forum posts)
sip server: ip or hostname of your wazo-platform server
sip proxy: empty if you have none
username: the username of your sip line
domain: ip or hostname of your wazo-platform server
password: the password of your sip line
I do not know if this is still the case or not, but when I configured Wazo to use SoftPhones, I had to make sure the Line Name used for teh SoftPhone was all number, not AlphaNumeric and no Special characters
It’s all local (same subnet, no router, firewall or proxy in between)
I can reach the server with pings, HTTP, and SIP as well since it responds with “wrong password” instead of “unreachable” which happens when the Server is shut down.
if there are any log files I can share I would be more than happy to!
edit: just did a Portscan on the VM, these are the open ports:
That was the final hint…
Checked with asterisk -r and the following message popped up:
[2024-04-02 12:45:47.6273] WARNING[2294]: res_pjsip_registrar.c:1282 registrar_on_rx_request: Endpoint 'hvtiaj8q' (10.0.0.10:5060) has no configured AORs
It turns out that I didn’t choose a SIP Template when creating the users.
I created another one (this time choosing the global config) and it worked instantly…
thank you so much @quintana and @julienfr for your help!