module documentation
Session Initialization Protocol.
Documented in RFC 2543. [Superseded by 3261]
Interface |
|
No interface docstring; 2/2 methods documented |
Interface |
|
A user of a registrar or proxy |
Interface |
|
Allow looking up physical address for logical URL. |
Interface |
|
Allows registration of logical->physical URL mapping. |
Class |
|
Base class for SIP clients and servers. |
Class |
|
A simplistic registry for a specific domain. |
Class |
|
A SIP message. |
Class |
|
A SIP messages parser. |
Class |
|
SIP proxy. |
Class |
|
A proxy that allows registration for a specific domain. |
Class |
|
Undocumented |
Class |
|
A Request for a URI |
Class |
|
A Response to a URI Request |
Class | URL |
A SIP URL. |
Class |
|
A Via is a SIP Via header, representing a segment of the path taken by the request. |
Exception |
|
Registration was not possible. |
Exception |
|
Undocumented |
Function | clean |
Clean a URL from a Request line. |
Function | dash |
Capitalize a string, making sure to treat '-' as a word separator |
Function | parse |
Return (name, uri, params) for From/To/Contact header. |
Function | parse |
Return string into URL object. |
Function | parse |
Parse a Via header. |
Function | unq |
Undocumented |
Constant | PORT |
Undocumented |
Variable | long |
Undocumented |
Variable | short |
Undocumented |
Variable | special |
Undocumented |
Variable | status |
Undocumented |
Variable | _absent |
Undocumented |
Return (name, uri, params) for From/To/Contact header.
Parameters | |
address | Undocumented |
host | Undocumented |
port | Undocumented |
clean | remove unnecessary info, usually for From and To headers. |