|
SIP Endpoint SDK for OS X
|
Properties | |
| GSAction | action |
| GSConnectionState | connectivity |
| int | sipCode |
| int | connectionId |
| long | appConnectionId |
| NSString * | reason |
| int | mailboxId |
| NSString * | messagesWaiting |
| NSString * | messageAccount |
| NSString * | voiceMessage |
Definition at line 11 of file InternalEvents.h.
|
readwritenonatomicassign |
This property is used to store connection registration action
Definition at line 13 of file InternalEvents.h.
|
readwritenonatomicassign |
This property is used to store connection configuration ID
Definition at line 17 of file InternalEvents.h.
|
readwritenonatomicassign |
This property is used to store connection registration ID
by Provider in gs_register_connection
Definition at line 16 of file InternalEvents.h.
|
readwritenonatomicassign |
This property is used to store connection registration state
== 200 Standalone => SIP port opened, no registration == 200 Registered => SIP registered successfully != 200 Registering => register failed, still trying != 200 Failed => SIP registration failed, no more attempts to retry are scheduled
Definition at line 14 of file InternalEvents.h.
|
readwritenonatomicassign |
This property is used to store mailbox subscription ID
Definition at line 20 of file InternalEvents.h.
|
readwritenonatomicretain |
This property is used to store content of Message-Account
property is applicable only to mailbox-related events , GSActionUnsubscribe, GSActionMwi_update
Definition at line 22 of file InternalEvents.h.
|
readwritenonatomicretain |
This property is used to store content of Message-Waiting
property is applicable only to mailbox-related events , GSActionUnsubscribe, GSActionMwi_update
Definition at line 21 of file InternalEvents.h.
|
readwritenonatomicretain |
This property is used to store registration response reason
by app via struct gs_connection_info
Definition at line 18 of file InternalEvents.h.
|
readwritenonatomicassign |
This property is used to store registration response SIP code
Definition at line 15 of file InternalEvents.h.
|
readwritenonatomicretain |
This property is used to store content of Voice-Messages summary, e.g. "1/3 (0/1)"
property is applicable only to mailbox-related events , GSActionUnsubscribe, GSActionMwi_update
Definition at line 23 of file InternalEvents.h.