From 740df02684155b84399a6ff1f415f8ee030d26a1 Mon Sep 17 00:00:00 2001 From: Brieuc Viel Date: Wed, 14 Sep 2016 08:51:08 +0200 Subject: [PATCH] [InApp] move inApp param from factory to rc --- Resources/linphonerc | 6 ++++++ Resources/linphonerc-factory | 6 +----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Resources/linphonerc b/Resources/linphonerc index ff3ef32ff..e507063c3 100644 --- a/Resources/linphonerc +++ b/Resources/linphonerc @@ -13,12 +13,18 @@ start_at_boot_preference=1 stun_preference=stun.linphone.org voiceproc_preference=1 +[in_app_purchase] +#set to 1 if in-app purchases are to be shown in the application +enabled=1 + [default_values] reg_expires=1314000 [misc] file_transfer_server_url=https://www.linphone.org:444/lft.php max_calls=3 +#early media to test urmet app +real_early_media=1 [net] download_bw=380 diff --git a/Resources/linphonerc-factory b/Resources/linphonerc-factory index 7b8ea14ad..c499346d5 100644 --- a/Resources/linphonerc-factory +++ b/Resources/linphonerc-factory @@ -21,10 +21,6 @@ publish_presence=0 password_length=-1 username_length=-1 -[in_app_purchase] -#set to 1 if in-app purchases are to be shown in the application -enabled=1 - #specify here the id of the sip account in-app purchase service to be shown in the shop section of the app paid_account_id=sipAccount_12m @@ -32,7 +28,7 @@ paid_account_id=sipAccount_12m receipt_validation_url=https://subscribe.linphone.org:444/inapp.php #for future use, to specify the full list of paying services to show in the shop view -products_list=sipAccount_12m +products_list=sipAccount_12m,sipAccount_6m #minimum period of time between notifications to the user about his expiring/expired account, in seconds. expiry_check_period=30