Has anyone here actually built a softphone for Asterisk?
Can you recommend me any book that might help me build a softphone for Asterisk?
Will any softphone work with Asterisk or does it have to support IAX/SIP?
Which prorgamming language would you choose to build an Asterisk Softphone? I have some work experience in programming C/C++, VC++, VB, VB.net, C# and know a very lil bit of Java.
Thanks a lot for reading
Jen
PS: Thank you Zoa for helping me understand Asterisk. Everything you recommended in the other forum helped me a lot.
just curious, not saying that you shouldn’t, but why do you want to write a softphone of your own? for a fun project, or are you dissatisfied with those available on the market?
if you do happen to find any info on starting this project, please post it here or pm me. i’d be interested in learning what goes into writting such an application (for curiosity, i’m happy with sjphone).
not that i know anything, but i’ll give some input anyway… it would seem to me that you could use any of the protocols supported by asterisk (SIP, IAX, MGCP, H.323). it would be a matter of studying the specifications for each protocol, picking the one you like (or want to see implemented), and using the specifications to write the softphone.