Browse Source

UI-598: Change t38 and outbound_flags default values

4.3
Joris Tirado 12 years ago
parent
commit
0cb634bfff
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      submodules/devices/devices.js

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

@ -542,8 +542,9 @@ define(function(require){
},
fax: {
media: {
fax_option: 'auto'
fax_option: 'false'
},
outbound_flags: ['fax'],
sip: {
password: monster.util.randomString(12),
realm: monster.apps['auth'].currentAccount.realm,


Loading…
Cancel
Save