forked from Mirrors/freeswitch
4c6942b437
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16203 d0543943-73ff-0310-b7d9-9358b9ac24b2
21 lines
975 B
Plaintext
21 lines
975 B
Plaintext
<RCC>
|
|
<qresource prefix="/images">
|
|
<file alias="splash.png">resources/splash.png</file>
|
|
<file alias="pref_sip.png">resources/pref_sip.png</file>
|
|
<file alias="pref_audio.gif">resources/pref_audio.gif</file>
|
|
<file alias="pref_general.jpg">resources/pref_general.jpg</file>
|
|
<file alias="pref_accounts.jpg">resources/pref_accounts.jpg</file>
|
|
</qresource>
|
|
<qresource prefix="/confs">
|
|
<file alias="freeswitch.xml">conf/freeswitch.xml</file>
|
|
<file alias="example.xml">conf/accounts/example.xml</file>
|
|
<file alias="event_socket.conf.xml">conf/event_socket.conf.xml</file>
|
|
<file alias="portaudio.conf.xml">conf/portaudio.conf.xml</file>
|
|
<file alias="sofia.conf.xml">conf/sofia.conf.xml</file>
|
|
<file alias="account.conf.xml">conf/account.conf.xml</file>
|
|
</qresource>
|
|
<qresource prefix="/sounds">
|
|
<file alias="test.wav">resources/test.wav</file>
|
|
</qresource>
|
|
</RCC>
|