Ozeki VoIP SDK - Product Guide
Developers Guide
How to use the C# SIP softphone source of Ozeki VoIP SDK for creating a SIP SMS example
![]() |
Download: | SIP_SMS_Example.zip |
These pages are meant to be guidelines on how to use the C# SIP softphone source of Ozeki VoIP SDK for creating a SIP SMS example. Start to create your own SIP SMS system after checking the utilization, configuration guide and source code explanation pages.
Click here to check the sample source code >>>>
In case of softphones important information is being
transmitted in SIP messages. Often these messages are not only necessary for establishing
phone calls, but complementary actions can also be made with them. For instance you can
find out from a SIP message that the server you want to connect is currently not available. In this case
the server probably requires maintenance or
configuration. In everyday life it is critical for the maintainer to receive such an
important message as soon as possible. To receive critical messages immediately, automated SMS sending
is highly recommended.
The main goal of this sample program is to demonstrate the efficient solution for this
problem with the help of Ozeki VoIP SIP SDK.
This sample program is for presenting the significant and easy to use services
that Ozeki VoIP SIP SDK offers. With this program you have the opportunity to
make and receive calls. It is also for sending and receiving DTMF signals that
are for navigating in IVR systems.
How to make your SIP SMS system?
For creating your own SIP SMS system to be notified about the critical information
you only need to download Ozeki VoIP SIP SDK. With the help
of SIP_SMS_Example.zip
you can start developing your system easily.
Please check the following prerequisites to get started:
Time needed to introduce Ozeki VoIP SIP SDK:
It requires a really short time to introduce this SDK. Just download Ozeki VoIP SIP SDK and
then the SIP_SMS_Example.zip to get started.
Operating systems:
- Microsoft Windows XP
- Microsoft Windows Server 2003
- Microsoft Windows Server 2008
- Microsoft Windows Vista
- Microsoft Windows 7
Developer environment:
- Microsoft Visual Studio 2010
- Microsoft .Net Framework 3.5 or 4.0
- SIP account (or a SIP PBX)
- Internet connection
Hardware requirements:
- 1 GHz or faster processor
- 1GB RAM (32-bit) || 2GB RAM (64-bit)
Further requirements:
- Finally, you also need an SMS gateway software that will forward the message as SMS text message to the intended person. For this purpose we can recommend you the stable and reliable Ozeki NG SMS Gateway software. In this example, Ozeki NG SMS Gateway forwards messages via HTTP as SMS text messages to the recipient mobile phone. For more information please contact us at info@voip-sip-sdk.com.
Ready to start?
If you are ready to start please check the following handy shortcuts that will help you get going! Follow the links to create your SIP SMS system step by step:
- How to utilize a SIP SMS system:
First read utilization possibilities of a SIP SMS system. When you are familiar with the main usage issues you can switch to configuration steps.
- How to configure the SIP SMS system:
This page helps you configure your SIP SMS system based on Ozeki SIP SDK step by step. Follow the configuration instructions to gain an efficient SIP SMS system!
- Source code for SIP SMS example:
To learn the source code of this sample program in details check the source code explanation page for clarification. On this page you will find the source code with comments in a transparent way.
Licensing information
When you decide to purchase Ozeki VoIP SIP SDK license you may be interested
in licensing policy.
A purchased Ozeki VoIP SIP SDK "license" can be used to build a "single product".
This "single product" (along with it's subsequent versions) can be freely
distributed in as many copies as you wish without paying any royalties or
license fees to Ozeki.
To check the available Ozeki VoIP SIP SDK licenses or to place an order go
to Pricing and licensing information page!
| Name: | SIP SMS Example Program |
| Download: | SIP_SMS_Example.zip (14.9 MB) |
For more information please do not hesitate to contact us! Send an Email to info@voip-sip-sdk.com
INTERMEDIATE
VoIP technology walkthrough
Softphone development
Webphone development
Mobile development
Voice recording
GETTING AROUND
Sitemap
Search the manual
API documentation
FAQ
Appendix


