@@ -111,3 +111,13 @@ In order to submit a patch for inclusion in linphone's source code:
2. Fill out and send us an email with the link of pullrequest and the [Contributor Agreement](http://www.belledonne-communications.com/downloads/Belledonne_communications_CA.pdf) for your patch to be included in the git tree.
The goal of this agreement to grant us peaceful exercise of our rights on the linphone source code, while not losing your rights on your contribution.
# Device storage and remote provisionning :
- Devices are now stored in Linphone Friend’s VCards.
- Apps have 2 friends list, one local for devices created locally in the app, one remote sent by the server
- Devices created locally can be edited and removed as before
- Devices received from the server cannot be edited not removed.
- Values allowed for Account type are : device_audio_intercom|device_video_intercom|device_security_camera|device_internal_unit
- Values allowed for actions are : action_open_door| action_open_gate | action_lightup | action_unlock
valserverActionMethodsToLocalMethods=mapOf("sipinfo"to"method_dtmf_sip_info","rfc2833"to"method_dtmf_rfc_4733","sipmessage"to"method_sip_message")// Server side method names to local app names