mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-29 05:30:14 +00:00
Merge pull request #1291 in FS/freeswitch from ~MOCHOUINARD/freeswitch:feature/FS-10314-add-profiles-to-mod_callcenter to master
* commit '54c93528dc890aa2e52720617999f9ec5aa2e477': FS-10314: Initial commit adding profiles to mod_callcenter
This commit is contained in:
commit
c237bd60f9
@ -1,4 +1,6 @@
|
|||||||
<configuration name="callcenter.conf" description="CallCenter">
|
<configuration name="callcenter.conf" description="CallCenter">
|
||||||
|
<profiles>
|
||||||
|
<profile name="default">
|
||||||
<settings>
|
<settings>
|
||||||
<!--<param name="odbc-dsn" value="dsn:user:pass"/>-->
|
<!--<param name="odbc-dsn" value="dsn:user:pass"/>-->
|
||||||
<!--<param name="dbname" value="/dev/shm/callcenter.db"/>-->
|
<!--<param name="dbname" value="/dev/shm/callcenter.db"/>-->
|
||||||
@ -35,5 +37,6 @@
|
|||||||
<!-- If no level or position is provided, they will default to 1. You should do this to keep db value on restart. -->
|
<!-- If no level or position is provided, they will default to 1. You should do this to keep db value on restart. -->
|
||||||
<!-- <tier agent="1000@default" queue="support@default" level="1" position="1"/> -->
|
<!-- <tier agent="1000@default" queue="support@default" level="1" position="1"/> -->
|
||||||
</tiers>
|
</tiers>
|
||||||
|
</profile>
|
||||||
|
</profiles>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user