Top "Sip" questions

The Session Initiation Protocol, defined in "RFC 3261", is an application layer signalling protocol for establishing and modifying long-running relationships between two or more peers.

Playing audio file using sipp

So using a syntax like ../sipp -sn uac SERVER_IP -s DESTINATION_NUMBER -ap AUTH_PASSWORD -aa -m 1 -l 1 -d 10000 …

sip sipp
How can I use Twilio as a SIP trunk for my Asterisk to make and receive calls?

I have a Twilio account which has a number (let's say 8881231234), and I have Asterisk box. I'd like to use …

sip voip asterisk twilio
Failure of SIP Proxy Authentication

I'm developing a SIP user agent application that connects to an Asterisk server and tries to do an outgoing call. …

sip digest digest-authentication jain-sip nonce
Description of Media parameter in SIP "m=audio 12548 RTP/AVP 0 8 101"

Can anyone describe each parameter in following media information m=audio 12548 RTP/AVP 0 8 101 Thanks

sip
RaspberryPI: Making SIP outbound calls using linphonec or an alternative SIP soft phone

In my project I want my Raspberry PI to dial an outbound PSTN number. I have a SIP account with …

raspberry-pi sip telephony linphone
Filtering VoIP calls with tshark

I'm analyzing VoIP calls on my network For now i'm using a generated .pcap file, but later i'll be listening …

sip voip wireshark tshark
What is the difference between ISIM and USIM?

what is the difference between ISIM and USIM in VoLTE/LTE/4G scope? What is its use in SIP REGISTRATION …

sip lte 4g ims
What is the currently popular Java SIP library?

I'm working on developing a SIP application in Java and wondering what is the most used SIP library currently. MJSIP?

java sip
Difference between sip proxy and sip outbound proxy

I'm little bit confused about sip proxy and sip outbound proxy? What is the basic difference between sip proxy and …

sip voip sip-server outbound
Python 3.6.x PyInstaller gives error "No module named 'PyQt5.sip'"

I developed a few programs that runs well on Python 3.5.4, but because of some errors about win32 made me go …

python pyqt5 sip pyinstaller