forked from Mirrors/freeswitch
add sangoma_codec.conf.xml sample configuration
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17122 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
72f178fe1c
commit
05ee760528
20
conf/autoload_configs/sangoma_codec.conf.xml
Normal file
20
conf/autoload_configs/sangoma_codec.conf.xml
Normal file
@ -0,0 +1,20 @@
|
||||
<configuration name="sangoma_codec.conf" description="Sangoma Codec Configuration">
|
||||
|
||||
<settings>
|
||||
<!-- nothing to put here yet -->
|
||||
</settings>
|
||||
|
||||
<vocallos>
|
||||
|
||||
<vocallo name="eth5">
|
||||
<!-- Starting UDP port for the vocallo -->
|
||||
<param name="baseudp" value="5000"/>
|
||||
<!-- Starting IP address to use for the vocallo modules -->
|
||||
<param name="vocalloaddr" value="10.1.1.100"/>
|
||||
</vocallo>
|
||||
|
||||
</vocallos>
|
||||
|
||||
|
||||
</configuration>
|
||||
|
Loading…
Reference in New Issue
Block a user