sip

Using UCMA to connect to 3CX?

Has anyone used Microsoft's UCMA 2.0 SDK to connect to 3CX's free IP PBX to add voice capabilities to their application? If so, does it work? What I am trying to accomplish is having a windows form app running on 2 or more computers, and each person can connect to another person and carry on a voice conversation using their headset con...

Getting RINGING response on SIP UAC without sending it from the other UAC

Hi, I hope this would be my last question about this SIP subject, I have managed to overcome the last issue I had by asking a friend to help me from a remote computer, I'm able to connect between the computers, but here is the thing, according to all the examples I saw, the Callee should invoke the Ringing response, but in my applicatio...

Which cloud telephony services support external sip providers?

I've looked at tropo, twilio and cloudvox, plus another bunch. Most of these services provide their own entry points (PSTN, sip, IM), which is cool. Unfortunately I already have a local PSTN number that is redirected to a local SIP account. For business, performance and cost reasons (I'm outside the US) I don't want to simply redirect ...

Problem initiating SIP session/ getClientTransaction(request) throws NullPointerException

Hi, I have a small issue, I had my SIP client working, and I changed the structure of the code. I kept the creation process of the SIP objects as it was before, but now it does not work. I keep getting: java.lang.NullPointerException at gov.nist.javax.sip.SipProviderImpl.getNewClientTransaction(SipProviderImpl.java:285) and ther...

How would a SIP request would look like when inviting more clients to conversation

Hi, I've finished my SIP client and it works, as long as it comes to one on one, or x on x if the participants are defined in the beginning of the call. I would like to attach a caller or a callee in the middle of the call, I understand the main issue is in the media session joining implementation, but I do need to tell the new partici...

What would be the best implementation to detect repeating SIP message?

Hi, I've wrote a SIP UAC, and I've tried a few ways to detect and ignore repeating incoming messages from the UAS, but with every approach I tried, something went wrong, my problem is that all the messages that has to do with the same call has the same signature, and to compare all of the message text is too much, so I was wondering, w...

SIP RTP Stack for IVR Application

I have an IVR application which plays the prompts and records the user message and detects the DTMF. Currently the application is based on SS7 signaling and uses the PSTN based media boards for media play / record functionality. Now I have to move this application to IP based solution. For this, I need any open-source / low-cost solutio...

How do I start phone-to-phone call with webcalldirect(betamax) in vb.net in my program?

Hello. I need to implement the phone-to-phone funcionality in vb.net. I've got the sip-account information from webcalldirect, but have no clue how to initiate a phone-to-phone call? In their clientapp their is such a function, so i thought it must be possible to do the same in my own clientapp. Thanks in advance ...

Best way to implement call flow with Jain-Sip.

Hi, I was looking into my code, and I wonder how would the SIP call flow would be best implemented /controlled using Jain-SIP, I have designed my SIP call flow to be handled entirely sightlessly by my own code, which I assume is not the right way to do things, so I wanted to see some implementation using the Jain-SIP dialog and transact...

SIP Callee does not get notification that call ended

Hey, I have deleted my previous question and post this updated: I have a an issue with my SIP UAC, once I received a ringing from the B2BUA on both the caller and callee, and the caller hangs up the call while the call is ringing (I send cancel request and receive "request terminated" on the caller side), the callee does not get any no...

How to compile third party c library in Xcode ?

Hi, i tried to do a sip client for iphone. I tried to use oSip or eXosip2 , i download their package ,and compile it using "./configure""make""make install " I get some *.a library, and i include there headers. When i compile it , their is warning , this *.a library formate doesn't support ! It's really annoying, what should i do to ...

DllNotFoundException libpjsipDll Mono

Hi everybody, I've a problem to execute a program with Mono in the terminal, (mono program.exe). An error appears : "System.DllNotFoundException : libpjsipDll.so " however my library exists and I've setted my 2 environment variables : LD_LIBRARY_PATH and MONO_PATH in the directory where the file is. I don't understand why this error o...

SIP subscription in PHP

I have several Snom VoIP phones in the office running off a virtual phone system in London somewhere. I've written a small PHP app that lets me control the phone remotely - all it does in the background is cURL into my handset's web interface and control it that way. However now I'd like my PHP app to know what other phones on the syst...

How to send a dial string from the computer to asterisks to call a phone?

Hello all! I've been trying to figure out how to send a dial string to the asterisks server which should then handle a call to the phone with that extension. I know there are programs like X-Lite and such but I don't want to manually dial it. I want to pass a string instead. Is there any way? Any help or tip would be very much appreciat...

Use SIP in iPhone app...

Hi, I want to build an iPhone app which has the option to make calls over SIP (VoIP) but at this moment I have no idea how to start. Does anyone have some information about this topic, or maybe a demo project which I can use to implement the SIP functionality? Thanks in advance! ...

how do i deploy mobicents to glassfish ?

Possible Duplicate: how do i deploy mobicents to glassfish v3 Mobicents with Glassfish in place of JBoss? how do i deploy mobicents to glassfish v3? wating your answers.. ...

Recording in Linux

In Fedora 12, what is available FREE, so that i can record my voice as G711u/a or GSM or G729 audio codec's. Thanks in advance. N.b: Tried gnome-sound-recorder 2.28.5 but it save file as WAV but doesn't allow to formet as ulaw or other audio codec's ...

How to connect asterisk to skype using siptosis?

Hello all! I've been trying to do this for weeks and still have not yet figured out how to connect to skype. The best progress I've found out was from this tutorial http://translate.google.com/translate?hl=en&sl=it&u=http://www.voipandhack.it/archives/linux/asterisk-failover-e-registrazioni-sip&ei=nqJRTNTPB8OfrAfDovGDAw&am...

How to handle video calls on Asterisk with Sipdroid?

Hey all! I'm currently able to send video from one soft phone to another but I'm not able to receive the video. So I'm only seeing the video that's being sent from the same phone sending it and not seeing the other phone's video. I know it's possible but I can't seem to figure out how to do this. I already added videosupport=yes in the ...

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 have .NET wrappers around C code. Has anyone run into a good C# implementation of the SIP protocol. I should not that I don't care about ...