VoIP - Calling With a SIP URI: Difference between revisions
Appearance
Content deleted Content added
m Show steps to disable systemd-resolved |
m Get NetworkManager to takeover control of /etc/resolv.conf |
||
| Line 39: | Line 39: | ||
systemctl disable systemd-resolved |
systemctl disable systemd-resolved |
||
systemctl mask systemd-resolved |
systemctl mask systemd-resolved |
||
add the line |
|||
dns=default |
|||
to the ''main'' section of ''/etc/NetworkManager/NetworkManager.conf'' |
|||
and then |
and then |
||
rm /etc/resolv.conf |
rm /etc/resolv.conf |
||
to get NetworkManager to take over control. |
to get NetworkManager to take over control of resolving. |
||
* Voipfone Softphone (Android) deserves a mention. It needs an account with voipfone.co.uk, but you can signup and try for free. Their softphone app works out of the box for calling SIP URIs - provided they don't have numeric usernames: so you can call AAISP's office (e.g. support@aa.net.uk) but you can't call sip:<number>@host (it'll call the number direct instead). |
* Voipfone Softphone (Android) deserves a mention. It needs an account with voipfone.co.uk, but you can signup and try for free. Their softphone app works out of the box for calling SIP URIs - provided they don't have numeric usernames: so you can call AAISP's office (e.g. support@aa.net.uk) but you can't call sip:<number>@host (it'll call the number direct instead). |
||