Part of twisted.protocols.sip View Source View In Hierarchy
Known implementations: twisted.protocols.sip.InMemoryRegistry
| Method | getAddress | Return physical URL of server for logical URL of user. |
| Parameters | logicalURL | a logical URL.
|
| Returns | Deferred which becomes URL or fails with LookupError. | |