![]() |
PortSIP VoIP SDK Manual for Windows
16.2
PortSIP features our newest, supported, quality-assured VoIP SDK used by Several hundred companies around the world for easy VoIP application develop and quality-assured code.
|
Functions | |
| Int32 | PortSIP.SIPCallbackEvents.onWaitingVoiceMessage (Int32 callbackIndex, Int32 callbackObject, String messageAccount, Int32 urgentNewMessageCount, Int32 urgentOldMessageCount, Int32 newMessageCount, Int32 oldMessageCount) |
| Int32 | PortSIP.SIPCallbackEvents.onWaitingFaxMessage (Int32 callbackIndex, Int32 callbackObject, String messageAccount, Int32 urgentNewMessageCount, Int32 urgentOldMessageCount, Int32 newMessageCount, Int32 oldMessageCount) |
| Int32 PortSIP.SIPCallbackEvents.onWaitingVoiceMessage | ( | Int32 | callbackIndex, |
| Int32 | callbackObject, | ||
| String | messageAccount, | ||
| Int32 | urgentNewMessageCount, | ||
| Int32 | urgentOldMessageCount, | ||
| Int32 | newMessageCount, | ||
| Int32 | oldMessageCount | ||
| ) |
If there is voice message (MWI) waiting, this event will be triggered.
| messageAccount | Voice message account |
| urgentNewMessageCount | Urgent new message count. |
| urgentOldMessageCount | Urgent old message count. |
| newMessageCount | New message count. |
| oldMessageCount | Old message count. |
| Int32 PortSIP.SIPCallbackEvents.onWaitingFaxMessage | ( | Int32 | callbackIndex, |
| Int32 | callbackObject, | ||
| String | messageAccount, | ||
| Int32 | urgentNewMessageCount, | ||
| Int32 | urgentOldMessageCount, | ||
| Int32 | newMessageCount, | ||
| Int32 | oldMessageCount | ||
| ) |
If there is fax message (MWI) waiting, this event will be triggered.
| messageAccount | Fax message account |
| urgentNewMessageCount | Urgent new message count. |
| urgentOldMessageCount | Urgent old message count. |
| newMessageCount | New message count. |
| oldMessageCount | Old message count. |