Skip to content
Snippets Groups Projects
  • George Joseph's avatar
    446d48fd
    res_pjsip: Add handling for incoming unsolicited MWI NOTIFY · 446d48fd
    George Joseph authored
    A new endpoint parameter "incoming_mwi_mailbox" allows Asterisk to
    receive unsolicited MWI NOTIFY requests and make them available to
    other modules via the stasis message bus.
    
    res_pjsip_pubsub has a new handler "pubsub_on_rx_mwi_notify_request"
    that parses a simple-message-summary body and, if
    endpoint->incoming_mwi_account is set, calls ast_publish_mwi_state
    with the voice-message counts from the message.
    
    Change-Id: I08bae3d16e77af48fcccc2c936acce8fc0ef0f3c
    446d48fd
    History
    res_pjsip: Add handling for incoming unsolicited MWI NOTIFY
    George Joseph authored
    A new endpoint parameter "incoming_mwi_mailbox" allows Asterisk to
    receive unsolicited MWI NOTIFY requests and make them available to
    other modules via the stasis message bus.
    
    res_pjsip_pubsub has a new handler "pubsub_on_rx_mwi_notify_request"
    that parses a simple-message-summary body and, if
    endpoint->incoming_mwi_account is set, calls ast_publish_mwi_state
    with the voice-message counts from the message.
    
    Change-Id: I08bae3d16e77af48fcccc2c936acce8fc0ef0f3c
To find the state of this project's repository at the time of any of these versions, check out the tags.