Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vmj-qt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
vmj-qt
Commits
706fe938
Commit
706fe938
authored
May 05, 2011
by
Dan Pascu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed obsolete setting
parent
65b91b99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
account.py
blink/configuration/account.py
+1
-6
No files found.
blink/configuration/account.py
View file @
706fe938
...
...
@@ -5,7 +5,7 @@
__all__
=
[
'AccountExtension'
,
'BonjourAccountExtension'
]
from
sipsimple.account
import
BonjourMSRPSettings
,
MessageSummarySettings
,
MSRPSettings
,
NATTraversalSettings
,
RTPSettings
,
SIPSettings
,
TLSSettings
,
XCAPSettings
from
sipsimple.account
import
BonjourMSRPSettings
,
MessageSummarySettings
,
MSRPSettings
,
RTPSettings
,
SIPSettings
,
TLSSettings
,
XCAPSettings
from
sipsimple.configuration
import
Setting
,
SettingsGroup
,
SettingsObjectExtension
from
sipsimple.configuration.datatypes
import
AudioCodecList
,
Hostname
,
MSRPConnectionModel
,
MSRPTransport
,
SIPTransportList
from
sipsimple.util
import
user_info
...
...
@@ -29,10 +29,6 @@ class MSRPSettingsExtension(MSRPSettings):
connection_model
=
Setting
(
type
=
MSRPConnectionModel
,
default
=
'relay'
)
class
NATTraversalSettingsExtension
(
NATTraversalSettings
):
use_msrp_relay_for_inbound
=
Setting
(
type
=
bool
,
default
=
True
)
class
PSTNSettings
(
SettingsGroup
):
idd_prefix
=
Setting
(
type
=
unicode
,
default
=
None
,
nillable
=
True
)
prefix
=
Setting
(
type
=
unicode
,
default
=
None
,
nillable
=
True
)
...
...
@@ -70,7 +66,6 @@ class AccountExtension(SettingsObjectExtension):
display_name
=
Setting
(
type
=
unicode
,
default
=
user_info
.
fullname
,
nillable
=
True
)
message_summary
=
MessageSummarySettingsExtension
msrp
=
MSRPSettingsExtension
nat_traversal
=
NATTraversalSettingsExtension
pstn
=
PSTNSettings
rtp
=
RTPSettingsExtension
server
=
ServerSettings
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment