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.

Thank you!

link|improve this question

feedback

7 Answers

up vote 4 down vote accepted

I'm a user of SIP Delphi component for past two years. I used it to replace XLite as we wanted an integrated solution. It's in use in a call center with Asterisk and 20+ concurrent users and we had no issues with it. It comes with source and is well written, so I have nothing bad to say about it. The price is reasonable too. IMHO, it's worth checking out

link|improve this answer
Do you have direct access to the stream being sent? i am asking this because i want to make a minimal encryption before sending the stream. – opc0de Feb 1 at 14:47
feedback

May be you can take a look at SimpleIAX for Delphi

The SimpleIAX is a component library for Delphi and C++Builder, allowing to build the VoIP applications. SimpleIAX is built on top of the IAXClient - an open source, multiplatform library for creating telephony solutions that interoperate with Asterisk, the Open Source PBX.

link|improve this answer
feedback

I'm obviously biased, but this stack has seen use in production in the RNID TalkByText products.

(TalkByText implements TOIP - text over IP - but SipStack is medium-agnostic. It supports whatever you like, over RTP.)

link|improve this answer
Thank you, Frank. Please, tell me, for support your SIP Stack in Indy 10, Delphi XE? – YoungMaster Sep 8 '11 at 15:43
Heh, no: Indy 9, I'm afraid. But precious little Indy stuff: before I left my previous job I was systematically stripping the Indy stuff out. Apart from things like email address parsing, there's very little Indy left, except maybe in test cases. – Frank Shearar Sep 8 '11 at 18:44
feedback

You can use Portsip SDK. It's commercial, but easy to use. It's not a VCL but a COM component that works fine for Delphi. http://portsip.com/

link|improve this answer
feedback

Making a voice call using a softphone through internet requires accurate programming and you can have the directions from Ozeki systems. They will tell you how to make a call using VoIP SIP SDK step by step. You can also know about playing a .wav audio file in the predefined situations. softphone,SDK,SIP softphone

link|improve this answer
feedback

VoIP program really should be bought in that case hooked up to your laptop .Microsoft mobile has been more open about open source. Microsoft’s proprietary software worked with various popular open source offerings. Microsoft mobile gives more information about open source. Microsoft mobile gives more instruction about open source. VoIPMicrosoft mobile is very important people. Skype has been the VOIP solution that has been very popular among people for a long time now.

link|improve this answer
feedback

Try www.VoIPSIPSDK.com It has a good sample softphone on Delphi. Personally I found it very useful.

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.