mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
conference_factory_uri is by proxy config now
This commit is contained in:
parent
62195a7208
commit
bcc6d58607
4 changed files with 3 additions and 2 deletions
|
|
@ -15,6 +15,7 @@
|
|||
<entry name="refkey" overwrite="true">push_notification</entry>
|
||||
<entry name="realm" overwrite="true">sip.linphone.org</entry>
|
||||
<entry name="nat_policy_ref" overwrite="true">nat_policy_default_values</entry>
|
||||
<entry name="conference_factory_uri" overwrite="true">sip:conference-factory@sip.linphone.org</entry>
|
||||
</section>
|
||||
|
||||
<section name="nat_policy_default_values">
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
<entry name="refkey" overwrite="true">push_notification</entry>
|
||||
<entry name="realm" overwrite="true">sip.linphone.org</entry>
|
||||
<entry name="nat_policy_ref" overwrite="true">nat_policy_default_values</entry>
|
||||
<entry name="conference_factory_uri" overwrite="true">sip:conference-factory@sip.linphone.org</entry>
|
||||
</section>
|
||||
|
||||
<section name="nat_policy_default_values">
|
||||
|
|
|
|||
|
|
@ -43,7 +43,6 @@ tcp_tls_keepalive=30000
|
|||
[misc]
|
||||
#by default it is set to 30 by liblinphone
|
||||
history_max_size=-1
|
||||
conference_factory_uri=sip:conference-factory@sip.linphone.org
|
||||
enable_basic_to_client_group_chat_room_migration=0
|
||||
|
||||
[sound]
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 2fb4ce6ffc3657719e88c2ae7c97e9f17730962a
|
||||
Subproject commit 4b111911ed77a657a11c129cb207f1f20c0d6b11
|
||||
Loading…
Add table
Reference in a new issue