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.

Android VOIP application without access to internet

I need to develop the VOIP application between 2 android devices. As I know there is a SIP protocol used for …

android sip voip
Which is the best SIP compatible codec type for Android

I want to develop a Android App which will use a SIP Server of my client. My client is exposing …

android rest voip sip sip-server
How to log call (SIP) requests in asterisk?

Is it possible to log SIP requests to a database in asterisk? I am interested in these details: timestamp SIP …

sip asterisk asteriskami
What is the use of from-tag in SIP request?

I have a trivial doubt with respect to SIP. I tried googling and referring many books, but still I am …

sip sip-server opensips
Getting started with a VOIP app for iOS or Android?

I'd like to create an app for iOS that does VOIP, presumably by interacting with a website. I can start …

iphone android blackberry voip sip
SIP and Java, where to start and with what?

I want to implement the SIP protocol in java and would want to be able to create different clients (5 or …

java sip
VOIP using XMPP Framework in iPhone

I am able to implement Facebook and Gmail chat with the help of XMPP Framework in my iPhone app. Wanted …

iphone xmpp sip voip
VoIP/SIP Soft Phone C# WPF

I need to write VoIP/SIP Soft Phone in C# using WPF interface with Audio support only. I need to …

c# wpf voip sip
How implement the VOIP application using android.net.rtp package

I am trying to implemented the VoIP application using the AudioGroup and AudioStream classes of the android.net.rtp package. …

android sip voip rtp
Android Create Sip Account Programmatically

In my application I want to have one Activity that enables user to add his SIP account parameters in fields. …

android settings add sip account