MWI
From FreeSWITCH Wiki
Contents |
[edit]
MWI
FreeSwitch, contrary to popular belief, does support Subscriptions and MWI.
[edit]
Presence
In order to enable Subscriptions, add the following line to the profile settings.
<param name="manage-presence" value="true"/>
[edit]
Sending Events
Notifications can be sent to the user in all the same ways that other events can be. (i.e. js, socket, etc)
[edit]
Examples
mwi.js (generic MWI template js)
more to come as i get a more complete working deployment.
