Tagged Questions

The Session Initiation Protocol, defined in [RFC 3261][1], is an application layer signalling protocol for establishing and modifying long-running relationships between two or more peers. [1]: http://tools.ietf.org/html/rfc3261

learn more… | top users | synonyms

34
votes
16answers
19k views

C# SIP Stack/Library

I'm looking for a good SIP library either written in C# or that provides a C# wrapper. Does not necessarily need to be free. Has anyone used anything good? To clarify, I'm talking about the VOIP ...
12
votes
3answers
12k views

Open Source VoIP/SIP Objective-C Code

I have been tasked with investigating the feasibility of writing an iPhone App to access our internal VoIP/SIP systems. I've never coded anything close to VoIP before. Are there any open source ...
10
votes
2answers
328 views

Is there a SIP library for Windows Phone 7 yet?

I am currently in the process of designing (not implementing yet) a Windows Phone 7 application that our team thinks should use SIP (the VoIP standard). With the new Mango SDK, this should be ...
7
votes
6answers
553 views

Are there any good Delphi VoIP SIP SDK/Library/Component?

Are there any good Delphi VoIP SIP SDK/Library/Component that you have personally used? This is might to be not only open source or free, but and a good commercial solutions within reasonable limits. ...
7
votes
5answers
6k views

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?
6
votes
4answers
776 views

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 have call transfer, call conference, and recording of conversations in mp3. I've looked at VOIP SDK ...
5
votes
3answers
203 views

How compliant is SIP VoIP software on the net? [closed]

I developed a SIP stack for my company. It's far from perfect, and it's lacking a lot of things from the RFCs, but it's functional and works well with a lot of tested softphones and other SIP hardware ...
5
votes
4answers
11k views

Best C++ RTP/RTSP library

I'm looking for a RTP/RTSP library in C++. I found pjsip but it is more C-style. I'm looking for more OO library. Thanks
5
votes
2answers
3k views

How to start RTP stream inside a SIP/SDP call

I've managed to set up a SIP call using the JAIN-SIP API for Java. Now I would like to stream some video once a dialog has been established. I've read that this is possible with SDP and RTP, and I've ...
5
votes
7answers
8k views

How to build a softphone (using SIP protocol) using C#

I have this challenge to build an sip softphone using c# or .net technologies. Please guide me the technology, requirements and specifications that is needed to build such. Possible requirements: ...
4
votes
1answer
445 views

H.264 decoding using gstreamer and ffmpeg

I have a voip application I am working on using the OPAL voip SIP stack. I am overriding a class called OpalLocalEndpoint and reading/writing encoded data to and from my gstreamer pipelines. For ...
4
votes
3answers
465 views

Implemenation of SIP on android platform 2.1

I want to work on SIP and Android. I am supposed to make it possible for two users to call eachother using iptel.org. One way to do this, I can use the demo provided with 2.3 but it needs a real ...
4
votes
2answers
247 views

Is there any Perl Module available to send messages to Office Communicator?

Is there any Perl module available to send messages to Office Communicator? I searched in CPAN but without any luck. Can I use Python or Ruby to send messages to Office Communicator. I want to do this ...
4
votes
4answers
516 views

SIP test platform

I am searching for a tool that tests SIP calls. A platform that makes a call from SIP device A to SIP device B and reports results... Any idea? A simulation platform would be ideal. thnx, cateof
4
votes
3answers
419 views

Simple IVR solution?

I have a pretty basic need for an IVR system that does the following: Allows for dialing in and recording a message with an ID. The ID could be supplied by the caller or provided by the system. ...
4
votes
4answers
4k views

Python SIP library

I need to write python application connect to trixbox that run as SIP server. But I not found any library that implement in python. I found SIP SKD at http://www.vaxvoip.com/ but it not support ...
3
votes
2answers
50 views

I need to find a good BSD Licensed C# SIP Softphone

I currently have written an API to a SIP phone system, and would like to integrate a full on SIP softphone into what I already have. I'm looking to integrate an open source softphone that: includes ...
3
votes
2answers
169 views

J2ME Audio Streaming through SIP Connection

I am creating a J2ME real time streaming audio player with RTP and through SIP connection. Also I am new for these things. I want to take look deeply those things. If any one know a good working ...
3
votes
3answers
90 views

Python: how to deal with several .pyd dependencies with the same name?

I have in my python workspace two Modules which need sip.pyd Module1.pyd needs sip.pyd (which implements v 8.0-8.1) Module2.pyd needs sip.pyd (another file, that implements v6.0)v So I can't just ...
3
votes
1answer
116 views

How to make a call in j2me by using SIP protocol?

How to make a j2me application which allows the user to call?
3
votes
4answers
473 views

VOIP C++ Programming

I want to write a program to create VOIP application for my final year project. For this time being, I spend my time to understand how SIP works and later I need to implement it into my project. As ...
3
votes
6answers
704 views

Parse SIP packet in C

I am trying to parse a SIP packet and get some information out of it. To be more specific, the packet looks like this REGISTER sip:open-ims.test SIP/2.0 Via: SIP/2.0/UDP ...
3
votes
1answer
491 views

RTP Packets - c# code

How can I convert a .wav file to RTP packet and send it to a sip Client? I would really appreciate some example code. I'm working in C#.
3
votes
1answer
219 views

Hold Button On Red5Phone

I have configured Red5Phone on Red5 Server. I am able to connect to Asterisk Server its working fine. I have used Flex as a client. Red5 and Asterisk are on the same server. Now i want a implement ...
3
votes
2answers
2k views

Android as SIP to GSM gateway

Soon I could use a SIP to GSM gateway, because I'll need to make phone calls from Germany to a mobile phone in Czech Republik. Hence, I thought about implementing one. Now, the questions are: Does ...
3
votes
3answers
776 views

libpcap setfilter() function and packet loss

this is my first question here @stackoverflow. I'm writing a monitoring tool for some VoIP production servers, particularly a sniff tool that allows to capture all traffic (VoIP calls) that match a ...
3
votes
2answers
1k views

Chat and VOIP Application

I have successfully installed the Openfire XMPP server and built an Android app to text chat, How can I implement VOIP functionality to my application? Can this be done by connecting openfire with ...
3
votes
5answers
957 views

SIP soft phone in java

I am looking for the best open source softphone that is implemented in JAVA and comes in a jar file. Any suggestions?
3
votes
2answers
342 views

Looking for a good SIP implementation in C#

I saw a similar question from 1.5 years ago and I am hoping there is something better. I am looking for a totally managed C# implementation because I need it for the .NET Microframework, so I can't ...
3
votes
1answer
517 views

Sharing widgets between PyQT and Boost.Python

I was wondering if it was possible to share widgets between PyQt and Boost.Python. I will be embedding a Python interpreter into an application of mine that uses Qt. I would like users of my ...
3
votes
3answers
2k views

Does anyone know of a good, simple C++ based SIP stack that I could use?

I'm looking for a very simple way of answering a call placed down a SIP trunk. I don't need anything more than being able to answer the call when it rings and being able to detect when it has ended. ...
3
votes
3answers
354 views

Book recommendations for SIP

I'm looking for a intermediate/advanced book(s) on the explanation of VoIP protocols and related technologies. I'm focusing on SIP in particular but if there are titles that include H.323 also then ...
2
votes
2answers
130 views

Frank Shearar SIP Component

I am looking at the demo program by Frank Shearar and cannot build the demo program. I fixed up all the references to "missing files" and the last errors that I am trying to fix are related to ...
2
votes
2answers
128 views

Working with SIP trunks, PBX phone systems and the like

This isn't a question that has a black/white yes/no answer, this is more a request for advice so I hope this doesn't break any rules and if it does, I apologise and will remove if asked to. I will ...
2
votes
2answers
169 views

Browser to browser voip calling using SIP?

I am trying to call from one browser to another browser. What I have done: I set up my asterisk server just like getonsip.com I wrote a client using pjsua python binding which acts as a server ...
2
votes
4answers
312 views

sip stack for iphone and android

I am looking for the SIP stacks for Android and iPhone. I found plenty of similar questions, which are sometimes quite old... I do not care too much if the solution is commercial (but this is ...
2
votes
2answers
314 views

Android SIP stack: NullPointerException on register

I've been writing code on a HTC Desire Z running 2.3.3 and it works fine - now I've come to test it on another device (Nexus One running 2.3.4), and it crashes. Here's the code: if (me == null || ...
2
votes
0answers
367 views

How to decode RTP packets and save it has .wav file

I am trying to develop an application in which a sip call is established and then i am capturing rtp audio packets. As they are encoded so i need to decode them and save it has .wav file. Tried using ...
2
votes
2answers
202 views

Asterisk + Android, communication service

I would like to make a simple project. Having two Android phones, I would like to send messages and call between them using an Asterisk PBX. I guess that I should program a SIP application for Android ...
2
votes
1answer
201 views

Push to talk with Android

I want to add one feature of Push To Talk kind of application for communication between my Team in my application. Beside this I also need some kind of text messaging. But I want it to be able to work ...
2
votes
2answers
335 views

Sipdroid documentation android - STUN server

I am currently working on SipDroid for private purposes (yet fully agreeing to the OpenSource licensing). I have several problems with this : aside an enormous lack of documentation, it seems that the ...
2
votes
1answer
187 views

How to resume an action when quitting with home button?

I'm developping a SIP application. I have a little problem: when "reducing" the application with home button and i make a call to the phone, i have the coded ringing incoming call but the application ...
2
votes
2answers
1k views

How to fragment H264 Packets in RTP compliant with RFC3984

I have the FFMPEG streaming baseline h264 video, which I have to encapsulate in RTP and send to SIP phones for their decoding. I am using Linphone with the h264 plugin for Windows and Mirial for the ...
2
votes
1answer
337 views

BlackBerry SIP communication

I am trying to enable the SIP communication in BlackBerry. I am developing an application to call from BlackBerry simulators. I came across the MJSIP api, which is used for the SIP communication. But ...
2
votes
3answers
483 views

How can I tell when the “search” button is clicked when I set InputScope to search?

For Windows Phone. How can I tell when the "search" button is clicked when I set InputScope to search on a TextBox? Is there an event?
2
votes
1answer
508 views

iPhone peer-to-peer voice chat

I see that Game Kit allows you to develop games with voice chat. I want to build a more general, peer-to-peer voice chat application, that does not have to live in the Game Center. So a couple ...
2
votes
2answers
386 views

Audio/video streaming on Windows platform

I'm building an interactive language learning application to be used in a classroom environment. The idea is that a teacher should be able to talk to the students (=audio stream to all students), let ...
2
votes
2answers
327 views

Replacement technology for TAPI?

Is there a replacement technology for TAPI that supports third-party call control (3pcc)? I want to provide the following 3pcc functionalities in an application: Outgoing call: User clicks at a ...
2
votes
5answers
2k views

Looking for a SIP Stack for Android

I'm looking for a SIP stack to use on the Android platform. Since it's for a client, to be used for commercial purposes, GPL'ed stacks are not feasible. What would you recommend, SO?
2
votes
1answer
388 views

Is there any Open-Source Java SIP Server for Google App engine?

I'd like to know what my options are for an open-source SIP server based on Java, that would work under GAE.

1 2 3 4 5 9