Class a.s.SIPPort(object):

Part of aculab.snapshot View Source View In Hierarchy

No class docstring
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
def __init__(self): (source)
Undocumented
def get_port_id(self): (source)
Undocumented
def register(self, controller): (source)
Undocumented
def set_message_notification(self, request_mask=0, response_mask=0, enable_response_mask=0): (source)

Configure the SIP service how to respond to out-of-dialog SIP messages.

Possible bits from module lowlevel 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
Parametersrequest_maska bitmask of requests for which the application would like to receive notifications.
response_maska bitmask of responses for which the application would like to receive notifications.
enable_response_maska 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.
API Documentation for pyAculab, generated by pydoctor at 2009-01-02 15:12:29.