Disable popup by default, as we now have incoming call window.

This commit is contained in:
Ivan Schreter 2007-11-26 18:59:43 +01:00
parent a61024ca5d
commit 3885465007
1 changed files with 1 additions and 1 deletions

View File

@ -706,7 +706,7 @@ int session_init(session_t *session,
session->option_record_remote = 1;
session->option_recording_format =
RECORDING_FORMAT_WAV | RECORDING_FORMAT_ULAW;
session->option_popup = 1;
session->option_popup = 0;
session->option_calls_merge = 1;
session->option_calls_merge_max_days = 10;