Mwi
From Yate Documentation
(Difference between revisions)
(Created page with " This message is sent from an external module to a module that will handle the message (like sipfeatures module). ===Parameters=== '''subscriber''' :...") |
|||
Line 7: | Line 7: | ||
:::the entity that requested the subscription | :::the entity that requested the subscription | ||
'''notifier''' | '''notifier''' | ||
− | ::: | + | :::the resource (user) making the notification |
'''operation''' | '''operation''' | ||
− | ::: | + | :::keyword indication the operation. The operation is NOTIFY |
'''message-summary.voicenew | '''message-summary.voicenew | ||
− | :::integer specifying the number of unread (new) messages | + | :::integer specifying the number of unread (new) voice messages |
− | '''message | + | '''message-summary.voiceold |
+ | :::integer specifying the number of read (old) voice messages | ||
+ | |||
+ | |||
+ | '''See also''' | ||
+ | |||
+ | * [[user.auth]] |
Latest revision as of 17:04, 21 January 2013
This message is sent from an external module to a module that will handle the message (like sipfeatures module).
[edit] Parameters
subscriber
- the entity that requested the subscription
notifier
- the resource (user) making the notification
operation
- keyword indication the operation. The operation is NOTIFY
message-summary.voicenew
- integer specifying the number of unread (new) voice messages
message-summary.voiceold
- integer specifying the number of read (old) voice messages
See also