Callcenter developers
If you are working on telephone solutions, please check
out the Ozeki VoIP SIP SDK.
It can be used to create: |
Webphone solutions:
- Adobe Flash video phone
- Silverlight video phone
- Web to web calls
- Web to VoIP calls
Custom SIP clients:
- Silverlight SIP VoIP client
- Flash SIP VoIP client
- C# .net SIP VoIP client
- ASP .net SIP VoIP client
- Web based SIP VoIP client
Custom VoIP solutions:
- VoIP SIP softphones
- VoIP call center clients
- VoIP IVR systems
- VoIP predictive dialer systems
- VoIP auto dialer systems
- VoIP call assistant
- VoIP call recording systems
- VoIP intercom solutions
|
C# SMS API - keepalive method
This method can be used to "ping" the server. Keepalive can be used to
detect if the server is available or not.
Usually you will not use this function.
| |
Name |
Description |
 |
bool keepAlive();
|
Use this function to check if the SMS Gateway is available.
Parameters
This function does not have any parameters
Returns
The function returns true if the server is on-line.
Example
bool ret=keepAlive();
|
Dig deeper!
People who read this also read...
Next page:
SMS delivered to network
|