Once the services are up and running, you can join a conference from your preferred SIP softphone by calling the following SIP addresses :
- Direct access to your conference (for example https://jitsi.domain.com/your_conference_name)
sip:your_conference_name@KAMAILIO_IP_ADDRESS - Home page that allows IVR access
sip:0@KAMAILIO_IP_ADDRESS
We provide a bash script that runs a SIP call via Baresip.
To launch the script, simply replace KAMAILIO_IP_ADDRESS with the corresponding IP address and run the following command:
./test/baresip/SIPCall.sh -u sip:test@YOUR_IP -d 0@KAMAILIO_IP_ADDRESS
It is also possible to perform tests from a SIP client such as Linphone.
- Download and install Linphone
- Add an account (in Preferences) [1] [2] [3] [4]
- SIP Address:
sip:username@YOUR_IP - SIP Server address :
<sip:YOUR_IP;transport=tls> - Disable the following options :
Register,Publish presence information,Enable AVPF,Enable ICE,Bundle mode
- SIP Address:
- In the audio section, it is recommended to disable all codecs except
PCMU,PCMAandG722 - In the video section, it is recommended to disable all codecs except
H265andH264 - In the network section, select
SIP INFOand disableIPV6. If you are in a local network, disable ICE/STUN option too. - Open your jitsi conference in the browser (for example :
https://jitsi.domain.com/myConference) - Launch a new SIP call from the call menu in Linphone
sip:myConference@KAMAILIO_IP_ADDRESSfor direct access to the conferencemyConferencesip:0@KAMAILIO_IP_ADDRESSfor DTMF access (ConfMapper should be configured)