class twisted.protocols.sip.IRegistry(Interface): (source)
Known implementations: twisted.protocols.sip.InMemoryRegistry
Allows registration of logical->physical URL mapping.
Method | registerAddress | Register the physical address of a logical URL. |
Method | unregisterAddress | Unregister the physical address of a logical URL. |
Method | getRegistrationInfo | Get registration info for logical URL. |
Register the physical address of a logical URL.
Returns | Deferred of Registration or failure with RegistrationError. |
Unregister the physical address of a logical URL.
Returns | Deferred of Registration or failure with RegistrationError. |
Get registration info for logical URL.
Returns | Deferred of Registration object or failure of LookupError. |