Browse Source

UI-2868: change smartpbx default to contact for invite_format

4.3
Jean-Roch Maitre 8 years ago
parent
commit
2f55f855f4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      submodules/devices/devices.js

+ 1
- 1
submodules/devices/devices.js View File

@ -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);
}


Loading…
Cancel
Save