Baresip – An Open Source modular SIP User-Agent with audio and video support
1–10 of 57 posts
Re: Baresip – An Open Source modular SIP User-Agent with audio and video support
#2Re: Baresip – An Open Source modular SIP User-Agent with audio and video support
#3Re: Baresip – An Open Source modular SIP User-Agent with audio and video support
#4Can somebody give an ELI5 explanation of SIP? That’s a lot of functionality.
If you've got VoIP service for a landline, it's probably SIP. I think VoLTE might be SIP too? There's extensions for text messaging over SIP as well.
Re: Baresip – An Open Source modular SIP User-Agent with audio and video support
#5Can somebody give an ELI5 explanation of SIP? That’s a lot of functionality.
SIP is the control channel and you use it to login to the server (once registered calls to a number will be sent to your program) and control both sending and receiving calls. The actual audio protocol is RTP, typically 20ms of audio is sent or received per RTP packet.
Re: Baresip – An Open Source modular SIP User-Agent with audio and video support
#6Can somebody give an ELI5 explanation of SIP? That’s a lot of functionality.
SIP is more or less the signaling protocol for telephone service as VoIP. SIP doesn't include the actual audio, which is usually RTP on a different socket, but this client seems to do audio too. If you've got VoIP service for a landline, it's probably SIP. I think VoLTE might be SIP too? There's extensions for text messaging over SIP as well.
UMTS an similar 2G and 3G protocols could do neat things like have multiple towers compare the signals received from your phone to enable more reliable calling, but this functionality did not survive to make it into cellular's LTE or 5G New Radio (NR) standards.
Re: Baresip – An Open Source modular SIP User-Agent with audio and video support
#7Can somebody give an ELI5 explanation of SIP? That’s a lot of functionality.
Re: Baresip – An Open Source modular SIP User-Agent with audio and video support
#8Can somebody give an ELI5 explanation of SIP? That’s a lot of functionality.
SIP is more or less the signaling protocol for telephone service as VoIP. SIP doesn't include the actual audio, which is usually RTP on a different socket, but this client seems to do audio too. If you've got VoIP service for a landline, it's probably SIP. I think VoLTE might be SIP too? There's extensions for text messaging over SIP as well.
Re: Baresip – An Open Source modular SIP User-Agent with audio and video support
#9Earlier quoted context omitted.
SIP is more or less the signaling protocol for telephone service as VoIP. SIP doesn't include the actual audio, which is usually RTP on a different socket, but this client seems to do audio too. If you've got VoIP service for a landline, it's probably SIP. I think VoLTE might be SIP too? There's extensions for text messaging over SIP as well.
So where does that leave H.323?
The whole PBX was running on SIP using Asterisk.