import "zapISipContactHeader.idl";
Inheritance diagram for zapISipContactHeader:

The 'Contact' header grammar allows for combining several header values into a comma-separated list. In zap, each header value will be deserialized into its own zapISipContactHeader object.
Public Member Functions | |
| ACString | getParameter (in ACString name) |
| boolean | hasParameter (in ACString name) |
| void | setParameter (in ACString name, in ACString value) |
| void | removeParameter (in ACString name) |
| void | getParameterNames (out unsigned long count,[retval, array, size_is(count)] out string names) |
Public Attributes | |
| attribute boolean | wildcard |
| If true, this header is set to the "*" REGISTER-specific field value (see RFC3261 10.2.2). | |
| attribute zapISipAddress | address |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
If true, this header is set to the "*" REGISTER-specific field value (see RFC3261 10.2.2). "*" implies a null 'address' and no parameters. Setting address or any parameters automatically sets wildcard to false. |
1.4.4