up vote 1 down vote favorite
share [g+] share [fb]

Does anyone know of a sip softphone that can be controller by an API. Xlite can launch a call through command line interface, but thats pretty much it, preferably looking for something cheap, the voip SDKs iv seen are pretty expensive and i wouldn't have any knowledge of sip protocol or development.

link|improve this question
I used linphone – Boris Jan 20 '10 at 7:14
feedback

6 Answers

You might want to look at the open source OPAL library which implements a complete SIP stack. The licence has few restrictions: it allows OPAL to be combined with proprietary code (but modifications to the OPAL library itself must be made available).

OPAL works under both Windows and Linux. I've used an earlier version to successfully add SIP call capability to a Windows application. It's used by the open source Ekiga (formerly GnomeMeeting) client.

The OPAL library includes a simple command line client called simpleOPAL that you may be able to use directly for simple calls, or you can use it as a starting point for a custom application. I was able to make calls to normal telephone lines using several commercial SIP/PSTN gateways using simpleOPAL, so it seems to interoperate fairly well.

link|improve this answer
feedback

The Express Talk softphone from NCH has an SDK that allows you to control it.

link|improve this answer
feedback

I used Linphone

link|improve this answer
can you broadcast a call to more than one receivers with linphone? – walters Dec 15 '10 at 9:48
feedback

sipcmd does some works too

link|improve this answer
feedback

try using google voice its free and no credits required.

link|improve this answer
feedback

Try pjsip.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.