Click here to Skip to main content
15,897,334 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Everyone.
I am looking for a library (library for Java or C # or Vb.net) that will let me call a number through a VoIP service

I am interested in a really small library because I just need to call and hear the voice of the receiver using this data for call setup
SIP server (or proxy, or domain)	sip.sipserver.com
SIP proxy (or "Outbound Proxy")	        leave blank
STUN server	                        stun.sipserver.com
Username (or User ID)	                Myusername
Password	                        Mypassword
Auth name (or Auth ID)	                Myusername
Display Name	                        My name
Register (or Send registration request)	Yes
G729a Codec Name (for buggy Linksys/Sipura/Cisco ATAs)	G729.
The default codec name in those adapters is set to non RFC compliant "G729a" and might not work with our service, go to Admin/Advanced/SIP menu in ATA settings to change the codec name.
Registry Expiry (or Registration interval)   120 sec (2 minutes) if your SIP client is behind NAT router.



If there isn't a library like that, or are too complex for my goal, maybe Java or C # have built something that allows me to hear the voice of the person I'm calling?
Posted
Updated 7-Jun-17 6:46am

1 solution

SIP is still an evolving standard. There is an active SIPForum (www.sipforum.org) group that is currently developing SIPConnect 1.1 to standardize on an interface between a SIP Service provider (e.g. Vonage) and a SIP-PBX.

There is an activity called BLISS for defining the "best practices" to implement SIP features between User Agents. BLISS reference: http://www.bliss-ietf.org/charter.html[^]
 
Share this answer
 
v2
Comments
ludo237 24-Mar-12 8:52am    
Thank you i will try it this afternoon :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900