SIP Commander. Version 1.0
Download free version (1Mb)
SIP Commander is a free portable softphone that you can use to make and receive VoIP phone calls from your PC, iPhone or Android based smartphone.
SIP Commander like a telephone to let you make calls through your computer. Call anyone via the internet who also has a softphone installed and if you sign up with a VoIP gateway service company you call regular telephone numbers as well.
The advantage of using SIP Commander is that you can leverage low cost or free VoIP calls and you can connect to the company SIP PBX and work remotely.
Easy to use and powerful Windows program was designed for people who want to improve dynamic interactions with contacts and to manage contact information. It supports multiple SIP accounts and save calls history.
See all contact information for incoming calls. For example, you can see Firstname, Lastname, Birhdate, Company name and other information before call answering. Keep detailed records and notes in your call log about each call and contact.
You can use SIP Commander as a customer database, or personal contact address/phone book, working with groups for managing contact info of individuals and organizations with relationships. Phone numbers, emails, web pages, faxes, pagers, addresses, customer notes - you can save all this data in an organized format.
You can dial phone numbers in one click via Internet. Program has a simple intuitive interface and quick and easy contact lookup. Import and export features are also available.
Attractive and easy-to-use organizer & PIM will keep track of your contacts, addresses, distribution lists, manage your schedule, remind about appointments, and keep your daily notes in order, store your contacts and call by one click. The slick user interface makes it a snap to find addresses and phone numbers, enter reminders.
With its intuitive & familiar interface, users can seamlessly transition from a traditional hard phone environment into the world of Voice over IP. Also by making the navigation simple and user friendly, SIP Commander provides users with easy access to address book management.
The program detects DTMF user input, sends DTMF (Inbound, SIP INFO, RFC2833), supports G.721 A-law/Mu-law, GSM.610, Speex. You can select audio In/Out Devices.
What Is SIP? Architecture
What Is SIP Architecture Introduction About SIP Overview Basics
> ABOUT SIP > WHAT IS SIP > ARCHITECTUREArchitecture
Architecture
There are two basic components within SIP: the SIP user agent and the SIP network server. The user agent is the end system component for the call and the SIP server is the network device that handles the signalling associated with multiple calls.
The user agent itself has a client element, the User Agent Client (UAC) and a server element, the User Agent Server (UAS). The client element initiates the calls and the server element answers the calls. This allows peer-to-peer calls to be made using a client-server protocol.
SIP user agents can be lightweight clients suitable for embedding in end-user devices such as mobile handsets or PDAs. Alternatively, they can be desktop applications that bind with other software applications such as contact managers.
The main function of the SIP servers is to provide name resolution and user location, since the caller is unlikely to know the IP address or host name of the called party, and to pass on messages to other servers using next hop routing protocols.
SIP servers can operate in two different modes: stateful and stateless. The difference between these modes is that a server in a stateful mode remembers the incoming requests it receives, along with the responses it sends back and the outgoing requests it sends on. A server acting in a stateless mode forgets all information once it has sent a request. These stateless servers are likely to be the backbone of the SIP infrastructure while stateful-mode servers are likely to be the local devices close to the user agents, controlling domains of users.
Other functions fulfilled by the SIP servers are re-direct and forking. A re-direct server receives requests but, rather than passing these onto the next server, it sends a response to the caller indicating the address for the called user. Forking is the ability to split or "fork" an incoming call so that several locations can ring at once. The first location to answer takes the call.
These functions are further illustrated in SIP signalling.
Together these components make up a basic SIP infrastructure. Application servers can sit above these components delivering SIP services to end-users. Application servers host service modules such as IM and presence, third party call control and user profiling. They also interact with other media servers and can be responsible for load balancing across a distributed architecture. These servers will also typically contain the management interface.
Custom services can be created by accessing subroutines in the application servers using APIs (Application Program Interfaces). When service modules are used in combination the service possibilities are vast. For further information on service creation and APIs see the Programming SIP section.
SIP follows the client/server model that has proved so successful with the Internet. Backbone service providers can offer SIP infrastructure as part of their IP service offering to other service providers. These can, in turn, offer their own SIP services over this infrastructure in a ISP/ASP model. It is even possible for applications to be written by end-users in the same way that web applications are today.