Part of aculab.snapshot View Source View In Hierarchy
| Method | __init__ | Undocumented |
| Method | get_port_id | Undocumented |
| Method | register | Undocumented |
| Method | set_message_notification | Configure the SIP service how to respond to out-of-dialog |
Configure the SIP service how to respond to out-of-dialog SIP messages.
Possible bits from modulelowlevel are:
- ACU_SIP_INITIAL_INVITE_NOTIFICATION - ACU_SIP_REINVITE_NOTIFICATION - ACU_SIP_TRANSFER_INVITE_NOTIFICATION - ACU_SIP_INFO_NOTIFICATION - ACU_SIP_NOTIFY_NOTIFICATION - ACU_SIP_REGISTER_NOTIFICATION - ACU_SIP_SUBSCRIBE_NOTIFICATION - ACU_SIP_OPTIONS_NOTIFICATION
| Parameters | request_mask | a bitmask of requests for which the application would like to receive notifications. |
| response_mask | a bitmask of responses for which the application would like to receive notifications. | |
| enable_response_mask | a bitmask of responses for which the application would would like to send responses itself. If this isn't set, the SIP service will send 200 OK responses automatically. |