1
vote
3answers
189 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 i …
0
votes
4answers
601 views
How to build a softphone (using SIP protocol) using C#
Hi all!
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 suc …
0
votes
3answers
49 views
Suggested Approaches to programmatically make and record a VOIP call
I want to write a program that will be able to call into my company's bi-weekly conference calls, and record the call, so it can then be made into a podcast.
I am thinking of usin …
1
vote
3answers
59 views
Problem with SIP BYE message
I am writing a SIP server, and I have it taking calls and then connecting them to a voip phone, the problem is when you hang up the voip phone, there's something wrong with the for …
1
vote
1answer
113 views
Is it possible to use MJSIP api with Blackberry?
Hi,
I am trying to develop an VOIP application for blackberry,after a long surf i came
to know about mjsip api.But i have a doubt that is it possible to use this api
with blackbe …
1
vote
2answers
68 views
Is it possible to write an iPhone app which can be active while the person is making a call, and “talk” to the person on the other end?
For instance, the app could say something like, "Please wait." or "I'll be right back". A friend asked me if it was possible, and since I don't have an iPhone I couldn't answer th …
0
votes
2answers
64 views
VoIP using PjSIP : pjsua_acc.c SIP registration failed, status=408 (Request Timeo ut)
I am trying to run test VoIP program as given in http://www.pjsip.org/pjsip/docs/html/page%5Fpjsip%5Fsample%5Fsimple%5Fpjsuaua%5Fc.htm
I am trying public SIP servers present at ht …
2
votes
2answers
242 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 a …
1
vote
6answers
270 views
VoIP test environment
I want to build a VoIP test environment for a student project. It should use SIP.
My first idea is to use Asterisk, OpenSIPS or FreeSWITCH for the server and SIP Communicator, Mi …
1
vote
6answers
146 views
VoIP on windows [C]
Is there any widespread library's/API's that allow you to work with VoIP ?
I mean like a VoIP version of sockets or something..
0
votes
1answer
25 views
Does anyone know any service similar to Tropo?
I have used tropo and pretty happy with the service http://tropo.com/
Does anyone know of a reliable alternative?
1
vote
5answers
89 views
Answer modem using voip
I have an application where I have about 10,000 pieces of monitoring equipment across the US that periodically dials into a bank of 32 phone lines. I have two receivers of 16 lines …
0
votes
0answers
78 views
How to call a TieLine (Cisco VOIP phones) using Java
I have been playing X-lite for awhile now. It is extremely useful when I need to call a Tieline within our office environment. The only detail I know about it is, it connects to a …
-1
votes
0answers
61 views
Unable to call through asterisk [closed]
I want to create a voip service.I have installed asterisk-1.4 on a dedicated remotely hosted debian lenny distro. I made a sip.conf and extensions.conf so as to place a call betwe …
0
votes
2answers
59 views
Simple sip based client interaction… Any Ideas
Hi Floks,
I am tring to do the following:
I want a SIP User Agent to perform the following steps on receiving an inbound call (call set up request).
1) Read the caller ID from t …
