This website works better with JavaScript.
Home
Explore
Help
Sign In
ruhnet
/
monster-ui-voip
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
UI-2868: change smartpbx default to contact for invite_format
4.3
Jean-Roch Maitre
8 years ago
parent
017dbe1403
commit
2f55f855f4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
)
;
}
Write
Preview
Loading…
Cancel
Save