IAX specific account configuration.
More...
#import <ZDKIAXConfig.h>
|
(BOOL) | - isEqual: |
| Compares the current configuration with the given one. More...
|
|
(NSString *) | - handlesDescription |
|
Instance Methods inherited from <ZDKZHandle> |
(long int) | - handle |
|
(void) | - initialize |
|
(void) | - releaseReference |
|
(NSString *) | - handlesDescription |
|
|
NSString * | host |
| Configures the server/host address to be used. More...
|
|
NSString * | context |
| Configures the context to be used. More...
|
|
NSString *_Nullable | callerID |
| Configures the caller ID used for identification. More...
|
|
NSString *_Nullable | callerNumber |
| Configures the caller number used for identification. More...
|
|
IAX specific account configuration.
◆ handlesDescription
- (NSString *) handlesDescription |
|
|
|
◆ isEqual:
Compares the current configuration with the given one.
- Parameters
-
[in] | comp | IAX configuration to be compared |
- Returns
-
◆ callerID
- (NSString* _Nullable) callerID |
|
readwritenonatomicassign |
Configures the caller ID used for identification.
- Parameters
-
[in] | value | The caller ID to be used |
◆ callerNumber
- (NSString* _Nullable) callerNumber |
|
readwritenonatomicassign |
Configures the caller number used for identification.
- Parameters
-
[in] | value | The caller number to be used |
◆ context
Configures the context to be used.
- Parameters
-
◆ host
Configures the server/host address to be used.
- Parameters
-
[in] | value | The server/host address |
The documentation for this protocol was generated from the following file: