psanders on master
psanders on main
psanders on main
psanders on main
psanders on feat-add-liveness-probe
Fixed typo (compare)
psanders on feat-add-liveness-probe
Fixed using string instead of i… (compare)
psanders on feat-add-liveness-probe
Added liveness probe changes (compare)
github-actions[bot] on 1.0.5
psanders on master
Replaced healthchecks Merge branch 'master' of https:… (compare)
psanders on v2
Changed path to certificates Changed verbosity level (compare)
psanders on v2
Removed devcontainers (compare)
psanders on v2
Updated .gitignore Set default hosts to local (compare)
psanders on v2
Added gitpod badge Added gitpod file (compare)
psanders on master
Updated copyright year (compare)
psanders on master
Re-arranged badges (compare)
psanders on master
Cleanup comments (compare)
psanders on master
Enable software development fro… Merge branch 'master' into mast… Merge pull request #134 from gi… (compare)
psanders
What about your gateway.yml?
markcs
coming ... just removing my passwords
markcs
- apiVersion: v1beta1host: sip70.mynetfone.com.au
transport: tcp
credentials:
username: 'sipnumber'
secret: 'password'
username: 'sipnumber'
secret: 'password'
psanders
Also, are you using Snap to install Routr?
markcs
all formatting is lost unfortunately
markcs
I'm using the tar.gz file from github
psanders
Ok
markcs
snap on ubuntu didn't work correctly for me... environment not set correctly and easier with the simple tar file
markcs
linphone always works for me. The other two do not in this case
markcs
I've tried all with tcp and udp as transport
psanders
Something is up with two of your providers
markcs
that screenshot doesn't come through here for me on the element client
psanders
quijote:Projects pedrosanders$ nc -zvw3 -G 3 http://localphone.com|localphone.com 5060
nc: connectx to http://localphone.com|localphone.com port 5060 (tcp) failed: Operation timed out
quijote:Projects pedrosanders$ nc -zvw3 -G 3 http://sip70.mynetfone.com.au|sip70.mynetfone.com.au 5060
nc: connectx to http://sip70.mynetfone.com.au|sip70.mynetfone.com.au port 5060 (tcp) failed: Operation timed out
quijote:Projects pedrosanders$ nc -zvw3 -G 3 http://sip.linphone.org|sip.linphone.org 5060
found 0 associations
found 1 connections:
1: flags=82<CONNECTED,PREFERRED>
outif en0
src 192.168.1.149 port 59362
dst 54.37.202.229 port 5060
rank info not available
TCP aux info available
Connection to http://sip.linphone.org|sip.linphone.org port 5060 [tcp/sip] succeeded!
psanders
Basically, I'm getting a timeout when proving port 5060 with http://localphone.com|localphone.com and http://sip70.mynetfone.com.au|sip70.mynetfone.com.au.
markcs
+++ 12-9-2020 09:55:06.012556 INFO SIP ::process_sip_msgpsanders
🤯
markcs
shouldn't I at least see the register message being sent in tshark for localphone for example ?
psanders
(edited) ... host -> sip provider
.(Verify your network status)tells me that Routr can't connect to the endpoint at the transport level. I have seem in the past issue with firewalls or dns, but it is obviously not your case. => ... host -> sip provider.(Verify your network status)
tells me that Routr can't connect to the endpoint at the transport level. I have seen in the past issue with firewalls or DNS, but that can't be your issue because your other apps work fine.
markcs
yes, it is weird.
markcs
okay, this is strange. I did a subdomain search for localphone.com and found gateway.localphone.com and I managed to get this to register now
psanders
I can give it a shot. But I'm doing a simple telnet <http://localphone.com|localphone.com> 5060
markcs
Is there some mangling of domain names you're doing that expect the host in the format xxx.yyy.zzz ? The ones that failed for me did not have that format
psanders
Are you in Ubuntu?
markcs
I am
psanders
Try this telnet <http://localphone.com|localphone.com> 5060
psanders
Tell me what you see
psanders
Also try telnet <http://sip.linphone.org|sip.linphone.org> 5060
markcs
telnet to what? localhost or where?
psanders
Does it give you different results?
psanders
telnet http://localphone.com|localphone.com 5060
psanders
and telnet http://sip.linphone.org|sip.linphone.org 5060
psanders
to localphone[.]com and port 5060
psanders
and to sip.linphone[.]org and port 5060
markcs
telnet'ing just hangs for those
markcs
however, telnet'ing to gateway.localphone.com connects
markcs
linphone always works for me too
markcs
localphone does not. Neither does sip70.mynetfone.com.au. Neither does sip2sip.info
markcs
but sip2sip.info requires a outbound proxy which is not yet supported
psanders
Ok. I get connection refused for sip2sip[dot]info