Changes for page Remote SIP Client Softphone Setup
Last modified by Chase Eckert on 2026/08/19 16:33
From version 18.1
edited by cstopel@remc1_org
on 2020/03/26 08:52
on 2020/03/26 08:52
Change comment:
There is no comment for this version
To version 26.1
edited by Josh Hiner
on 2020/09/18 05:30
on 2020/09/18 05:30
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. cstopel@remc1_org1 +XWiki.josh@remc1_org - Content
-
... ... @@ -13,10 +13,11 @@ 13 13 14 14 === {{id name="Download"/}}Download === 15 15 16 -* Main Downloads Section: [[https:~~/~~/jitsi.org/ downloads/>>url:https://jitsi.org/downloads/||shape="rect"]]17 -* Windows (select the file titled "latest") [[WindowsJitsiMSIInstaller Archive>>url:https://download.jitsi.org/jitsi/msi/||style="text-decoration: none;text-align: left;" shape="rect"]] [[Latest MSI>>url:https://download.jitsi.org/jitsi/msi/jitsi-latest-x64.msi||shape="rect"]]16 +* Main Downloads Section: [[https:~~/~~/desktop.jitsi.org/Main/Download>>url:https://desktop.jitsi.org/Main/Download||shape="rect"]] 17 +* Windows: [[Latest MSI>>url:https://github.com/jitsi/jitsi/releases/download/Jitsi-2.10/jitsi-2.10.5550-x64.msi||shape="rect"]](6/19/2020) 18 18 * OSX/Mac/Apple: [[https:~~/~~/download.jitsi.org/jitsi/macosx/jitsi-latest.dmg>>url:https://download.jitsi.org/jitsi/macosx/jitsi-latest.dmg||shape="rect"]] 19 19 * Android, IOS are available on the App Store and Google Play respectively 20 +* GitHub for older releases 20 20 21 21 === {{id name="Install"/}}Install === 22 22 ... ... @@ -74,7 +74,7 @@ 74 74 75 75 = {{id name="Android-Native-Soft-Client"/}}Android Native Soft Client = 76 76 77 -This section is for native android sip connections. 78 +This section is for native android sip connections. You will need the FortiClient SSL VPN connected for this to work. 78 78 79 79 == {{id name="Setup"/}}Setup == 80 80 ... ... @@ -88,15 +88,19 @@ 88 88 1. push the plus in the upper right 89 89 1. set the username as your ext 90 90 1. put in your password 91 -1. set the server to voip.ccisd.adremc1.org 92 +1. set the server to the dns name of the voip server. 93 +11. Example: voip.ccisd.adremc1.org 92 92 1. Port number should be 5060 93 93 1. transport type should be UDP 94 94 1. set send keep-alive to always send 95 -1. [[image:attach:Screenshot_20200326-114906.png||thumbnail="true" height="250"]] 96 96 98 +Example: 99 + 100 +[[image:attach:Screenshot_20200326-114906.png||thumbnail="true" height="250"]] 101 + 97 97 == {{id name="Disable-WiFi-Sleep"/}}Disable WiFi Sleep == 98 98 99 -On Android 10 it is disabled by default. Other versions you may need to disable it. 104 +On Android 10 on a Pixel 3 and newer, it is disabled by default. Other versions you may need to disable it. 100 100 101 101 * go to you phone settings 102 102 * click on network & internet ... ... @@ -110,13 +110,56 @@ 110 110 111 111 While on the call open up your keypad and type ~#~# then the extension to transfer to. You will hear a dial tone as soon as you press ~#~# you will hear a voice say transfer, then just type the extension and it will transfer the call and hang you up. 112 112 113 -== {{id name="Issues- placing-an-sip-call"/}}Issuesplacingan sipcall ==118 +== {{id name="Issues-with-calls"/}}Issues with calls == 114 114 120 +=== {{id name="Issues-placing-an-sip-call"/}}Issues placing an sip call === 121 + 115 115 If you are having issues placing the sip call you may need to go into your call settings. 116 116 117 117 * click on calling accounts 118 -* under make calls with, first try ask first, if that doesn't work click on your extension. Just remember to change it back to your cell provider when you no longer need to use it. 125 +* under make calls with, choose ask first 126 +* under use sip calling set to for all calls. When you no longer need this you may need to turn that back to use for sip only. 119 119 128 +=== {{id name="Connection-issues"/}}Connection issues === 129 + 130 +If you have issues with the sip connecting 131 + 132 +* open phone app 133 +* 3 dots in the upper right 134 +* settings 135 +* calls 136 +* calling accounts 137 +* sip accounts, this will show you the status of it 138 +* If it doesn't say receiving calls then 139 +* go back one page to the calling accounts page 140 +* Click on all calling accounts 141 +* toggle that off and back on 142 +* go back to calling accounts 143 +* click on sip accounts and check its status again 144 +* if it still doesn't say connected then go back to the previous page, calling accounts 145 +* Click on the sip account name 146 +* click to open optional settings 147 +* You may need to change a setting for "set send keep-alive to always send" change that to "auto" save 148 +* go back to the setting and change it back to "always send" 149 +* go back to calling accounts 150 +* click on all calling accounts and check its status again. You can try toggling it off and on again. 151 + 120 120 You will still be able to receive calls from your cell provider, both while on the sip call and not. 121 121 122 122 \\ 155 + 156 += {{id name="Linux-Install"/}}Linux Install = 157 + 158 +* On the Jitsi download page there is a link to use their repo. Follow that link and install the repo using their directions. Trying to use the .deb file install just results in missing dependencies like jitsi keyring that you must get from their repo anyways. 159 +* As of 2020 you must use java 8. 160 +* ((( 161 +(% style="" %) 162 +For Ubuntu 18.04 this is to be solved by install the default availble jdk8. 163 +sudo apt install openjdk-8-jdk 164 +sudo update-alternatives ~-~-config java 165 + 166 +(% style="" %) 167 +Select the correct version (java 8 from the list) and Jitsi will now start without error now. 168 +))) 169 + 170 +\\
- Confluence.Code.ConfluencePageClass[0]
-
- id
-
... ... @@ -1,1 +1,1 @@ 1 -171 803801 +17179552