diff --git a/submodules/devices/devices.js b/submodules/devices/devices.js index 6144b03..28ea0d5 100644 --- a/submodules/devices/devices.js +++ b/submodules/devices/devices.js @@ -643,7 +643,7 @@ define(function(require) { if (hasSIP) { formData.sip = $.extend(true, { expire_seconds: 360, - invite_format: 'username', + invite_format: 'contact', method: 'password' }, formData.sip); }