[mod_sofia] Add db-spin-up-wait-ms profile parameter.

This commit is contained in:
Dmitry Ukolov
2022-10-06 13:15:41 +04:00
committed by GitHub
parent 9c7c77e259
commit c6452cc8da
3 changed files with 8 additions and 1 deletions

View File

@@ -239,6 +239,9 @@
<!-- Or, if you have PGSQL support, you can use that -->
<!--<param name="odbc-dsn" value="pgsql://hostaddr=127.0.0.1 dbname=freeswitch user=freeswitch password='' options='-c client_min_messages=NOTICE' application_name='freeswitch'" />-->
<!-- By default each profile will give the database 1000 ms to spin-up on load -->
<!--<param name="db-spin-up-wait-ms" value="1000" />-->
<!--Uncomment to set all inbound calls to no media mode-->
<!--<param name="inbound-bypass-media" value="true"/>-->