diff options
author | Sascha Daniels <sd@alternative-solution.de> | 2013-01-31 20:14:42 +0100 |
---|---|---|
committer | Sascha Daniels <sd@alternative-solution.de> | 2013-01-31 20:14:42 +0100 |
commit | c744a4aca7b45a654d842c1b41aeabf86a406f62 (patch) | |
tree | 0427853c4bb052d9bce4a56ec0b105dbc14b5d67 /app/views/config_snom/show.xml.haml | |
parent | 3c0290515e4c097b97ee4fb4d807f9f86c2985a2 (diff) |
Better transfer behaviour
Diffstat (limited to 'app/views/config_snom/show.xml.haml')
-rw-r--r-- | app/views/config_snom/show.xml.haml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/views/config_snom/show.xml.haml b/app/views/config_snom/show.xml.haml index 5f53802..30bee56 100644 --- a/app/views/config_snom/show.xml.haml +++ b/app/views/config_snom/show.xml.haml @@ -40,7 +40,11 @@ %mwi_notification{:perm => 'RW'}= 'silent' %mwi_dialtone{:perm => 'RW'}= 'normal' %prefer_saved_over_received_photo{:perm => 'RW'}= 'off' - %no_dnd{:perm => 'RW'}= 'on' + %no_dnd{:perm => 'RW'}= 'off' + %transfer_on_hangup{:perm => 'RW'}= 'on' + %transfer_on_hangup_non_pots{:perm => 'RW'}= 'on' + %call_join_xfer{:perm => 'RW'}= 'on' + %conf_hangup{:perm => 'RW'}= 'on' %logon_wizard{:perm => 'RW'}= 'off' %disable_deflection{:perm => 'RW'}= 'off' %csta_control{:perm => 'RW'}= 'on' |